Skip to content

Commit

Permalink
chore: updatee phpstan-baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Apr 11, 2024
1 parent e419445 commit 43b3822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpstan-baseline.php
Original file line number Diff line number Diff line change
Expand Up @@ -9732,7 +9732,7 @@
'path' => __DIR__ . '/system/View/Parser.php',
];
$ignoreErrors[] = [
'message' => '#^Method CodeIgniter\\\\View\\\\Plugins\\:\\:ValidationErrors\\(\\) has parameter \\$params with no value type specified in iterable type array\\.$#',
'message' => '#^Method CodeIgniter\\\\View\\\\Plugins\\:\\:validationErrors\\(\\) has parameter \\$params with no value type specified in iterable type array\\.$#',
'count' => 1,
'path' => __DIR__ . '/system/View/Plugins.php',
];
Expand Down

0 comments on commit 43b3822

Please sign in to comment.