Browse Source

Merge pull request #11180 from cakephp/dereuromark-patch-1

Fix annotation for main()
Mark Story 8 years ago
parent
commit
7c8ddbe227
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Console/Shell.php

+ 1 - 1
src/Console/Shell.php

@@ -33,7 +33,7 @@ use ReflectionMethod;
  *
  * Is the equivalent of Cake\Controller\Controller on the command line.
  *
- * @method int main()
+ * @method int|bool main()
  */
 class Shell
 {