Moving access modifier doc tag.

This commit is contained in:
predominant 2009-11-14 23:38:52 +11:00
parent 0977b3fe15
commit ac86ad05ac

View file

@ -65,8 +65,8 @@ class TestShell extends Shell {
* stop method * stop method
* *
* @param integer $status * @param integer $status
* @access protected
* @return void * @return void
* @access protected
*/ */
function _stop($status = 0) { function _stop($status = 0) {
$this->stopped = $status; $this->stopped = $status;