Skip to content

Commit 7c01db5

Browse files
committed
fix(phpstan): suppress phpstan for output verbosity because OutputInterface constants don't work properly
1 parent fcd6e5f commit 7c01db5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Bridge/Symfony/Bundle/Command/ServerStartCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ private function closeConsoleOutput(ConsoleOutput $output): void
9090

9191
private function closeStreamOutput(StreamOutput $output): void
9292
{
93+
// @phpstan-ignore-next-line - proper constant from OutputInterface does not work properly
9394
$output->setVerbosity(PHP_INT_MIN);
9495
fclose($output->getStream());
9596
}

0 commit comments

Comments
 (0)