Skip to content

Commit f5f75e7

Browse files
committed
Change Command server property to protected.
1 parent a438d15 commit f5f75e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DumpServerCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class DumpServerCommand extends Command
3434
*
3535
* @var \Symfony\Component\VarDumper\Server\DumpServer
3636
*/
37-
private $server;
37+
protected $server;
3838

3939
/**
4040
* DumpServerCommand constructor.

0 commit comments

Comments
 (0)