From 996ff50e9939f7043f4f25150f743a12b3127a38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 12 Apr 2021 11:02:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Console/AbstractConsole.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Console/AbstractConsole.php b/Console/AbstractConsole.php index 027351fc..22dc62df 100644 --- a/Console/AbstractConsole.php +++ b/Console/AbstractConsole.php @@ -51,10 +51,11 @@ abstract class AbstractConsole extends Component return $this; } - /** - * @param Command $command - * @return mixed - */ + /** + * @param Command $command + * @return mixed + * @throws Exception + */ public function execCommand(Command $command): mixed { fire(Event::BEFORE_COMMAND_EXECUTE);