Skip to content

Commit 043658c

Browse files
committed
fix: Paslm issues
1 parent 2c7a1ed commit 043658c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bolt/BoltConnection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ public function getUserAgent(): string
356356
private function assertNoFailure(Response $response): void
357357
{
358358
if ($response->signature === Signature::FAILURE) {
359-
$res = $this->protocol()->reset()->getResponse(); // what if the reset fails? what should be expected behaviour?
359+
$this->protocol()->reset()->getResponse(); // what if the reset fails? what should be expected behaviour?
360360
throw Neo4jException::fromBoltResponse($response);
361361
}
362362
}

0 commit comments

Comments
 (0)