mirror of
https://github.com/pestphp/pest.git
synced 2026-03-12 02:37:22 +01:00
chore: removes ignored phpstan line
This commit is contained in:
@ -77,7 +77,7 @@ final class Kernel
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
$this->application->run($argv, false);
|
$this->application->run($argv, false);
|
||||||
} catch (NoTestsFound) { // @phpstan-ignore-line
|
} catch (NoTestsFound) {
|
||||||
$output->writeln([
|
$output->writeln([
|
||||||
'',
|
'',
|
||||||
' <fg=white;options=bold;bg=blue> INFO </> No tests found.',
|
' <fg=white;options=bold;bg=blue> INFO </> No tests found.',
|
||||||
|
|||||||
Reference in New Issue
Block a user