Exit code in PhpDoc (#167) [skip ci]

This commit is contained in:
MaximAL 2018-02-06 12:26:06 +03:00 committed by Alexander Makarov
parent a31ee4418a
commit 32939e2b27

View File

@ -23,6 +23,7 @@ class HelloController extends Controller
/**
* This command echoes what you have entered as the message.
* @param string $message the message to be echoed.
* @return int Exit code
*/
public function actionIndex($message = 'hello world')
{