Skip to content

Commit 29b2b8e

Browse files
committed
fixed CS
1 parent 526f617 commit 29b2b8e

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
@@ -29,7 +29,7 @@ class ServerDumpPlaceholderCommand extends Command
2929
{
3030
private $replacedCommand;
3131

32-
public function __construct(DumpServer $server = null, array $descriptors = array())
32+
public function __construct(DumpServer $server = null, array $descriptors = [])
3333
{
3434
$this->replacedCommand = new ServerDumpCommand((new \ReflectionClass(DumpServer::class))->newInstanceWithoutConstructor(), $descriptors);
3535

0 commit comments

Comments
 (0)