Skip to content

Commit

Permalink
Merge pull request #8078 from kenjis/fix-traditional-validation-rule-…
Browse files Browse the repository at this point in the history
…param-types

fix: remove traditional validation rule param types
  • Loading branch information
kenjis authored Oct 27, 2023
2 parents 9f1e38d + 776b9cf commit 76edbf4
Show file tree
Hide file tree
Showing 8 changed files with 208 additions and 52 deletions.
2 changes: 1 addition & 1 deletion phpstan-baseline.php
Original file line number Diff line number Diff line change
Expand Up @@ -3783,7 +3783,7 @@
];
$ignoreErrors[] = [
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
'count' => 4,
'count' => 3,
'path' => __DIR__ . '/system/Validation/FormatRules.php',
];
$ignoreErrors[] = [
Expand Down
Loading

0 comments on commit 76edbf4

Please sign in to comment.