Skip to content

Commit 5696e41

Browse files
author
Masiukevich Maksim
committed
fix types
1 parent 81efa8e commit 5696e41

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Sql/DoctrineDBAL/DoctrineDBALResultSet.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ public function getCurrent(): ?array
107107

108108
/**
109109
* @psalm-var array<string, float|int|resource|string|null>|null $data
110-
*
111-
* @var array $row
112110
*/
113111
$data = $this->fetchResult[$this->currentPosition - 1] ?? null;
114112

0 commit comments

Comments
 (0)