Skip to content

Commit 0e94791

Browse files
committed
Update MysqliTypeMapper.php
1 parent 4a2cffa commit 0e94791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TypeMapping/MysqliTypeMapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function __construct(?DbaApi $dbaApi)
3737
continue;
3838
}
3939

40-
if (! is_string($c)) {
40+
if (! is_string($c)) { // @phpstan-ignore-line
4141
continue;
4242
}
4343

0 commit comments

Comments
 (0)