mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
chore: removes ignored phpstan line
This commit is contained in:
@ -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.',
|
||||
|
||||
Reference in New Issue
Block a user