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 2718024 commit e8980a8Copy full SHA for e8980a8
phpstan-baseline.php
@@ -861,11 +861,6 @@
861
'count' => 5,
862
'path' => __DIR__ . '/system/Cookie/Cookie.php',
863
];
864
-$ignoreErrors[] = [
865
- 'message' => '#^Call to function is_string\\(\\) with non\\-falsy\\-string will always evaluate to true\\.$#',
866
- 'count' => 1,
867
- 'path' => __DIR__ . '/system/Database/BaseBuilder.php',
868
-];
869
$ignoreErrors[] = [
870
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
871
'count' => 30,
0 commit comments