diff --git a/src/Driver/RemoteXdebug.php b/src/Driver/RemoteXdebug.php index 6875a62..9cbcd33 100644 --- a/src/Driver/RemoteXdebug.php +++ b/src/Driver/RemoteXdebug.php @@ -87,7 +87,7 @@ public function stop(): array throw new \Exception(sprintf('remote driver fetch failed: %s', $response->getReasonPhrase())); } - $response = $this->sendRequest('delete'); + $this->sendRequest('delete'); return json_decode($response->getBody(true), true); }