Skip to content

Commit

Permalink
Merge pull request #11180 from cakephp/dereuromark-patch-1
Browse files Browse the repository at this point in the history
Fix annotation for main()
  • Loading branch information
markstory committed Sep 13, 2017
2 parents 0327898 + 3e797eb commit 7c8ddbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Shell.php
Expand Up @@ -33,7 +33,7 @@
*
* Is the equivalent of Cake\Controller\Controller on the command line.
*
* @method int main()
* @method int|bool main()
*/
class Shell
{
Expand Down

0 comments on commit 7c8ddbe

Please sign in to comment.