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 fc0e346 commit 0a3c371Copy full SHA for 0a3c371
Application.php
@@ -87,7 +87,7 @@ class Application implements ResetInterface
87
private string $defaultCommand;
88
private bool $singleCommand = false;
89
private bool $initialized = false;
90
- private SignalRegistry $signalRegistry;
+ private ?SignalRegistry $signalRegistry = null;
91
private array $signalsToDispatchEvent = [];
92
93
public function __construct(string $name = 'UNKNOWN', string $version = 'UNKNOWN')
0 commit comments