Skip to content

Commit

Permalink
Moving access modifier doc tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
predominant committed Nov 14, 2009
1 parent 0977b3f commit ac86ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/tests/cases/console/libs/shell.test.php
Expand Up @@ -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;
Expand Down

0 comments on commit ac86ad0

Please sign in to comment.