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
*
* @param integer $status
* @access protected
* @return void
* @access protected
*/
function _stop($status = 0) {
$this->stopped = $status;