Skip to content

Commit e62f566

Browse files
sivanovDesparkmac-cain13
authored andcommitted
Update deprecated code
1 parent 924561a commit e62f566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Wrep/Daemonizable/Command/EndlessCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ abstract class EndlessCommand extends Command
3030
/**
3131
* @see Command::__construct()
3232
*/
33-
public function __construct(string $name = null)
33+
public function __construct(?string $name = null)
3434
{
3535
// Construct our context
3636
$this->shutdownRequested = false;

0 commit comments

Comments
 (0)