Skip to content

Commit

Permalink
Remove var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
DaGhostman committed Nov 11, 2018
1 parent c618d2b commit e039fed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Console/Router/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ public function match(string $command, array $arguments = []): array
}

$options = $this->argumentParser->parse($arguments, $this->commands[$command]['parameters']);
var_dump($options, $arguments);
if ($this->commands[$command]['extra'] !== null) {
foreach ($this->commands[$command]['extra'] as $param) {
$options[$param] = array_shift($arguments);
Expand Down

0 comments on commit e039fed

Please sign in to comment.