Skip to content

Commit b762124

Browse files
committed
chore: vendor/bin/phpstan analyze --generate-baseline phpstan-baseline.php
1 parent c0194fb commit b762124

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: phpstan-baseline.php

-5
Original file line numberDiff line numberDiff line change
@@ -861,11 +861,6 @@
861861
'count' => 5,
862862
'path' => __DIR__ . '/system/Cookie/Cookie.php',
863863
];
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-
];
869864
$ignoreErrors[] = [
870865
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
871866
'count' => 30,

0 commit comments

Comments
 (0)