From a26e3946bde131c9600871aa7acb4f356d8f20c8 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Thu, 12 Jan 2023 20:58:33 +0000 Subject: [PATCH] chore: removes ignored phpstan line --- src/Kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Kernel.php b/src/Kernel.php index a763f7c4..5735e60b 100644 --- a/src/Kernel.php +++ b/src/Kernel.php @@ -77,7 +77,7 @@ final class Kernel try { $this->application->run($argv, false); - } catch (NoTestsFound) { // @phpstan-ignore-line + } catch (NoTestsFound) { $output->writeln([ '', ' INFO No tests found.',