Skip to content

Commit

Permalink
Fix annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 9, 2017
1 parent 4786f1b commit a1c2148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public function execute(Arguments $args, ConsoleIo $io)
* Halt the the current process with a StopException.
*
* @param int $code The exit code to use.
* @throws \Cake\Console\Exception\ConsoleException
* @throws \Cake\Console\Exception\StopException
* @return void
*/
public function abort($code = self::CODE_ERROR)
Expand Down

0 comments on commit a1c2148

Please sign in to comment.