We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd6e5f commit 7c01db5Copy full SHA for 7c01db5
src/Bridge/Symfony/Bundle/Command/ServerStartCommand.php
@@ -90,6 +90,7 @@ private function closeConsoleOutput(ConsoleOutput $output): void
90
91
private function closeStreamOutput(StreamOutput $output): void
92
{
93
+ // @phpstan-ignore-next-line - proper constant from OutputInterface does not work properly
94
$output->setVerbosity(PHP_INT_MIN);
95
fclose($output->getStream());
96
}
0 commit comments