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 5787439 commit 76fde63Copy full SHA for 76fde63
src/Driver/RemoteXdebug.php
@@ -89,7 +89,6 @@ public function stop(): array
89
90
$response = $this->sendRequest('delete');
91
92
- var_dump(json_decode($response->getBody(true), true));
93
return json_decode($response->getBody(true), true);
94
}
95
0 commit comments