Skip to content

Commit b888ae2

Browse files
committed
removed dump() call
1 parent 55b3ef2 commit b888ae2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"opis/closure": "^3.6",
1111
"symfony/console": "^6.2",
1212
"nette/utils": "^3.2",
13-
"vlucas/phpdotenv": "^5.3"
13+
"vlucas/phpdotenv": "^5.5"
1414
},
1515
"require-dev": {
1616
"phpstan/phpstan": "^1.9",

src/BuiltIn/Server.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ public function getCommand(): ServerCommand
4040

4141
}
4242

43-
dump($command);
44-
4543
$serverCommand = ServerCommand::create($command);
4644

4745
if (null !== $config->getDocumentRoot()) {

0 commit comments

Comments
 (0)