We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d063b9f + ac78ead commit e5ea61aCopy full SHA for e5ea61a
src/Vectorface/SnappyRouter/SnappyRouter.php
@@ -60,6 +60,7 @@ public function handleRoute($environment = null)
60
61
switch ($environment) {
62
case 'cli':
63
+ case 'phpdbg':
64
$components = empty($_SERVER['argv']) ? array() : $_SERVER['argv'];
65
return $this->handleCliRoute($components).PHP_EOL;
66
default:
0 commit comments