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:
635635 count: 1
636636 path: system/Throttle/Throttler.php
637637
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-
643638 -
644639 message: "#^Property CodeIgniter\\\\View\\\\Cell\\:\\:\\$cache \\(CodeIgniter\\\\Cache\\\\CacheInterface\\) in empty\\(\\) is not falsy\\.$#"
645640 count: 2
Original file line number Diff line number Diff line change @@ -331,6 +331,7 @@ protected function processRules(
331331
332332 $ param = ($ param === false ) ? '' : $ param ;
333333
334+ // @phpstan-ignore-next-line $error may be set by rule methods.
334335 $ this ->errors [$ field ] = $ error ?? $ this ->getErrorMessage (
335336 $ rule ,
336337 $ field ,
You can’t perform that action at this time.
0 commit comments