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 9a4fcec commit a3f7189Copy full SHA for a3f7189
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