Skip to content

Commit 7c8ddbe

Browse files
authored
Merge pull request cakephp#11180 from cakephp/dereuromark-patch-1
Fix annotation for main()
2 parents 0327898 + 3e797eb commit 7c8ddbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Shell.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
*
3434
* Is the equivalent of Cake\Controller\Controller on the command line.
3535
*
36-
* @method int main()
36+
* @method int|bool main()
3737
*/
3838
class Shell
3939
{

0 commit comments

Comments
 (0)