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.',