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 b59bae0 commit 7532ff4Copy full SHA for 7532ff4
src/Http/HttpDriver.php
@@ -127,7 +127,7 @@ public function createSession(?SessionConfiguration $config = null): SessionInte
127
128
$discovery = HttpHelper::interpretResponse($response);
129
/** @var string|null */
130
- $version = $discovery->neo4j_version;
+ $version = $discovery->neo4j_version ?? null;
131
132
if ($version === null) {
133
/** @var string */
0 commit comments