Skip to content

Commit 6fb8770

Browse files
authored
Remove phpstan-ignore-next-line (#333)
* Remove phpstan-ignore-next-line * Update PdoQueryReflector.php * Update PdoQueryReflector.php * Update PdoQueryReflector.php
1 parent b784ee3 commit 6fb8770

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/QueryReflection/PdoQueryReflector.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ final class PdoQueryReflector implements QueryReflector
5353

5454
private MysqlTypeMapper $typeMapper;
5555

56-
// @phpstan-ignore-next-line
56+
/**
57+
* @var PDOStatement<array{COLUMN_TYPE: string, COLUMN_NAME: string, EXTRA: string}>|null
58+
*/
5759
private ?PDOStatement $stmt = null;
5860
/**
5961
* @var array<string, array<string, list<string>>>

0 commit comments

Comments
 (0)