Skip to content

Commit 07983e0

Browse files
committed
add type docblock
1 parent 4a84673 commit 07983e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DumpServerCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class DumpServerCommand extends Command
2424
*/
2525
protected $description = 'Start the dump server to collect dump information.';
2626

27+
/** @var DumpServer */
2728
private $server;
2829

2930
public function __construct(DumpServer $server)

0 commit comments

Comments
 (0)