From 4786f1bf013fcd0ad45fe6324fdec6abf0b6dfd0 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Sun, 8 Oct 2017 11:18:07 -0400 Subject: [PATCH] Fix missing return tag. --- src/Console/Command.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Console/Command.php b/src/Console/Command.php index dad1a5342e3..f643f162e3c 100644 --- a/src/Console/Command.php +++ b/src/Console/Command.php @@ -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) {