mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-18 07:29:51 +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
|
* 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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue