mirror of
https://github.com/pestphp/pest.git
synced 2026-03-09 09:17:23 +01:00
Style
This commit is contained in:
@ -42,7 +42,7 @@ final class Panic
|
||||
try {
|
||||
$output = Container::getInstance()->get(OutputInterface::class);
|
||||
} catch (Throwable) { // @phpstan-ignore-line
|
||||
$output = new ConsoleOutput();
|
||||
$output = new ConsoleOutput;
|
||||
}
|
||||
|
||||
assert($output instanceof OutputInterface);
|
||||
|
||||
Reference in New Issue
Block a user