Skip to content

Commit 76edbf4

Browse files
authored
Merge pull request #8078 from kenjis/fix-traditional-validation-rule-param-types
fix: remove traditional validation rule param types
2 parents 9f1e38d + 776b9cf commit 76edbf4

File tree

8 files changed

+208
-52
lines changed

8 files changed

+208
-52
lines changed

phpstan-baseline.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3783,7 +3783,7 @@
37833783
];
37843784
$ignoreErrors[] = [
37853785
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
3786-
'count' => 4,
3786+
'count' => 3,
37873787
'path' => __DIR__ . '/system/Validation/FormatRules.php',
37883788
];
37893789
$ignoreErrors[] = [

0 commit comments

Comments
 (0)