mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Moving access modifier doc tag.
This commit is contained in:
parent
0977b3fe15
commit
ac86ad05ac
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue