We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2cffa commit 0e94791Copy full SHA for 0e94791
src/TypeMapping/MysqliTypeMapper.php
@@ -37,7 +37,7 @@ public function __construct(?DbaApi $dbaApi)
37
continue;
38
}
39
40
- if (! is_string($c)) {
+ if (! is_string($c)) { // @phpstan-ignore-line
41
42
43
0 commit comments