Skip to content

Commit

Permalink
chore: vendor/bin/phpstan analyze --generate-baseline phpstan-baselin…
Browse files Browse the repository at this point in the history
…e.php
  • Loading branch information
kenjis committed Dec 18, 2023
1 parent c0194fb commit b762124
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions phpstan-baseline.php
Original file line number Diff line number Diff line change
Expand Up @@ -861,11 +861,6 @@
'count' => 5,
'path' => __DIR__ . '/system/Cookie/Cookie.php',
];
$ignoreErrors[] = [
'message' => '#^Call to function is_string\\(\\) with non\\-falsy\\-string will always evaluate to true\\.$#',
'count' => 1,
'path' => __DIR__ . '/system/Database/BaseBuilder.php',
];
$ignoreErrors[] = [
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
'count' => 30,
Expand Down

0 comments on commit b762124

Please sign in to comment.