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 2c7a1ed commit 043658cCopy full SHA for 043658c
src/Bolt/BoltConnection.php
@@ -356,7 +356,7 @@ public function getUserAgent(): string
356
private function assertNoFailure(Response $response): void
357
{
358
if ($response->signature === Signature::FAILURE) {
359
- $res = $this->protocol()->reset()->getResponse(); // what if the reset fails? what should be expected behaviour?
+ $this->protocol()->reset()->getResponse(); // what if the reset fails? what should be expected behaviour?
360
throw Neo4jException::fromBoltResponse($response);
361
}
362
0 commit comments