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 7b0e007 commit 75119c6Copy full SHA for 75119c6
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?
+ $res = $this->protocol()->reset()->getResponse(); // what if the reset fails? what should be expected behaviour?
360
throw Neo4jException::fromBoltResponse($response);
361
}
362
0 commit comments