From 3a4a57a262de0ad9f99a0e1513e14ab5f8befbdf Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sat, 14 Jan 2023 20:10:24 +0000 Subject: [PATCH] refacto: optional argument --- src/Kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Kernel.php b/src/Kernel.php index 5735e60b..39c0fd66 100644 --- a/src/Kernel.php +++ b/src/Kernel.php @@ -76,7 +76,7 @@ final class Kernel $argv = (new Plugins\Actions\CallsHandleArguments())->__invoke($argv); try { - $this->application->run($argv, false); + $this->application->run($argv); } catch (NoTestsFound) { $output->writeln([ '',