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 3737use WeakReference ;
3838
3939/**
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}>
4141 *
4242 * @psalm-import-type BoltMeta from FormatterInterface
4343 */
@@ -59,7 +59,7 @@ class BoltConnection implements ConnectionInterface
5959 private array $ subscribedResults = [];
6060
6161 /**
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}
6363 */
6464 public function getImplementation (): array
6565 {
@@ -270,7 +270,7 @@ public function rollback(): void
270270 $ this ->assertNoFailure ($ response );
271271 }
272272
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
274274 {
275275 return $ this ->boltProtocol ;
276276 }
You can’t perform that action at this time.
0 commit comments