Skip to content

Commit 75119c6

Browse files
committed
chore: format
1 parent 7b0e007 commit 75119c6

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+
$res = $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)