File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -635,11 +635,6 @@ parameters:
635
635
count: 1
636
636
path: system/Throttle/Throttler.php
637
637
638
- -
639
- message: "#^Variable \\$error on left side of \\?\\? always exists and is always null\\.$#"
640
- count: 1
641
- path: system/Validation/Validation.php
642
-
643
638
-
644
639
message: "#^Property CodeIgniter\\\\View\\\\Cell\\:\\:\\$cache \\(CodeIgniter\\\\Cache\\\\CacheInterface\\) in empty\\(\\) is not falsy\\.$#"
645
640
count: 2
Original file line number Diff line number Diff line change @@ -331,6 +331,7 @@ protected function processRules(
331
331
332
332
$ param = ($ param === false ) ? '' : $ param ;
333
333
334
+ // @phpstan-ignore-next-line $error may be set by rule methods.
334
335
$ this ->errors [$ field ] = $ error ?? $ this ->getErrorMessage (
335
336
$ rule ,
336
337
$ field ,
You can’t perform that action at this time.
0 commit comments