File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
use WeakReference ;
38
38
39
39
/**
40
- * @implements ConnectionInterface<array{0: V4_4|V5|V5_3|V5_4, 1: Connection}>
40
+ * @implements ConnectionInterface<array{0: V4_4|V5|V5_1|V5_2| V5_3|V5_4, 1: Connection}>
41
41
*
42
42
* @psalm-import-type BoltMeta from FormatterInterface
43
43
*/
@@ -59,7 +59,7 @@ class BoltConnection implements ConnectionInterface
59
59
private array $ subscribedResults = [];
60
60
61
61
/**
62
- * @return array{0: V4_4|V5|V5_3|V5_4, 1: Connection}
62
+ * @return array{0: V4_4|V5|V5_1|V5_2| V5_3|V5_4, 1: Connection}
63
63
*/
64
64
public function getImplementation (): array
65
65
{
@@ -270,7 +270,7 @@ public function rollback(): void
270
270
$ this ->assertNoFailure ($ response );
271
271
}
272
272
273
- public function protocol (): V4_4 |V5 |V5_3 |V5_4
273
+ public function protocol (): V4_4 |V5 |V5_1 | V5_2 | V5_3 |V5_4
274
274
{
275
275
return $ this ->boltProtocol ;
276
276
}
You can’t perform that action at this time.
0 commit comments