Skip to content

Commit

Permalink
Fix annotation for main()
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Sep 13, 2017
1 parent 0327898 commit 3e797eb
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 3e797eb

Please sign in to comment.