There was an error while loading. Please reload this page.
2 parents 58c7f74 + aec3021 commit de30363Copy full SHA for de30363
src/Symfony/Component/Console/Event/ConsoleEvent.php
@@ -28,7 +28,7 @@ class ConsoleEvent extends Event
28
private $input;
29
private $output;
30
31
- public function __construct(Command $command = null, InputInterface $input, OutputInterface $output)
+ public function __construct(?Command $command, InputInterface $input, OutputInterface $output)
32
{
33
$this->command = $command;
34
$this->input = $input;
0 commit comments