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 55b3ef2 commit b888ae2Copy full SHA for b888ae2
composer.json
@@ -10,7 +10,7 @@
10
"opis/closure": "^3.6",
11
"symfony/console": "^6.2",
12
"nette/utils": "^3.2",
13
- "vlucas/phpdotenv": "^5.3"
+ "vlucas/phpdotenv": "^5.5"
14
},
15
"require-dev": {
16
"phpstan/phpstan": "^1.9",
src/BuiltIn/Server.php
@@ -40,8 +40,6 @@ public function getCommand(): ServerCommand
40
41
}
42
43
- dump($command);
44
-
45
$serverCommand = ServerCommand::create($command);
46
47
if (null !== $config->getDocumentRoot()) {
0 commit comments