chore: removes ignored phpstan line

This commit is contained in:
Nuno Maduro
2023-01-12 20:58:33 +00:00
parent 026d4920cf
commit a26e3946bd

View File

@ -77,7 +77,7 @@ final class Kernel
try {
$this->application->run($argv, false);
} catch (NoTestsFound) { // @phpstan-ignore-line
} catch (NoTestsFound) {
$output->writeln([
'',
' <fg=white;options=bold;bg=blue> INFO </> No tests found.',