From 52b4db46d3cc6adde4ed958749514adbb7732aa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 2 Sep 2021 14:58:08 +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 --- core/Runtime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Runtime.php b/core/Runtime.php index b1a72a46..8979b785 100644 --- a/core/Runtime.php +++ b/core/Runtime.php @@ -37,7 +37,7 @@ class Runtime extends Command /** * @param InputInterface $input * @param OutputInterface $output - * @return string + * @return int * @throws Exception */ public function execute(InputInterface $input, OutputInterface $output): int