Skip to content

Commit dfecbdb

Browse files
Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
1 parent 17c3728 commit dfecbdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/ServerDumpPlaceholderCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class ServerDumpPlaceholderCommand extends Command
3232

3333
private $replacedCommand;
3434

35-
public function __construct(DumpServer $server = null, array $descriptors = [])
35+
public function __construct(?DumpServer $server = null, array $descriptors = [])
3636
{
3737
$this->replacedCommand = new ServerDumpCommand((new \ReflectionClass(DumpServer::class))->newInstanceWithoutConstructor(), $descriptors);
3838

0 commit comments

Comments
 (0)