Skip to content

Commit

Permalink
Fix missing return tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 8, 2017
1 parent f7b3619 commit 4786f1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Console/Command.php
Expand Up @@ -240,6 +240,7 @@ public function execute(Arguments $args, ConsoleIo $io)
*
* @param int $code The exit code to use.
* @throws \Cake\Console\Exception\ConsoleException
* @return void
*/
public function abort($code = self::CODE_ERROR)
{
Expand Down

0 comments on commit 4786f1b

Please sign in to comment.