Skip to content

Commit 601c594

Browse files
committed
added typehint for discovery result
1 parent ba70de3 commit 601c594

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Network/VersionDiscovery.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
* transaction: string,
2626
* bolt_direct: string,
2727
* neo4j_version: string,
28-
* neo4j_edition: string
28+
* neo4j_edition: string,
29+
* data?: string
2930
* }
3031
* @psalm-type DiscoveryResultLegacy = array{
3132
* extensions: array,

0 commit comments

Comments
 (0)