10000
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 58c7f74 commit aec3021Copy full SHA for aec3021
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