diff options
| -rw-r--r-- | phpstan-baseline.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpstan-baseline.php b/phpstan-baseline.php index 23a1d7cd91..94eaedc5ab 100644 --- a/phpstan-baseline.php +++ b/phpstan-baseline.php @@ -1090,7 +1090,7 @@ $ignoreErrors[] = [ ]; $ignoreErrors[] = [ 'message' => '#^Cannot call method findByComponent\\(\\) on mixed\\.$#', - 'count' => 2, + 'count' => 3, 'path' => __DIR__ . '/app/Module/CloudsTheme.php', ]; $ignoreErrors[] = [ |
