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.
2 parents 2be7b5c + a3f7189 commit 8b10083Copy full SHA for 8b10083
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