Exit code in PhpDoc (#167) [skip ci]
This commit is contained in:
parent
a31ee4418a
commit
32939e2b27
@ -23,6 +23,7 @@ class HelloController extends Controller
|
|||||||
/**
|
/**
|
||||||
* This command echoes what you have entered as the message.
|
* This command echoes what you have entered as the message.
|
||||||
* @param string $message the message to be echoed.
|
* @param string $message the message to be echoed.
|
||||||
|
* @return int Exit code
|
||||||
*/
|
*/
|
||||||
public function actionIndex($message = 'hello world')
|
public function actionIndex($message = 'hello world')
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user