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 4a84673 commit 07983e0Copy full SHA for 07983e0
src/DumpServerCommand.php
@@ -24,6 +24,7 @@ class DumpServerCommand extends Command
24
*/
25
protected $description = 'Start the dump server to collect dump information.';
26
27
+ /** @var DumpServer */
28
private $server;
29
30
public function __construct(DumpServer $server)
0 commit comments