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 79f9064 commit 9ed0d22Copy full SHA for 9ed0d22
src/AbstractTerminableCommand.php
@@ -18,7 +18,7 @@ abstract class AbstractTerminableCommand extends Command
18
/** @var bool */
19
private $signalShutdownRequested;
20
21
- public function __construct(string $name = null)
+ public function __construct(?string $name = null)
22
{
23
$this->sleepDuration = 0;
24
$this->signalShutdownRequested = false;
0 commit comments