diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2023-07-06 22:58:40 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2023-07-06 22:58:40 +0100 |
| commit | 49a606afd623e1fdae9b716acfd63a2a251d5f83 (patch) | |
| tree | 7334a321b887f3f3900f94879debcab3571c5bb1 | |
| parent | c073d66e7fca7a82c541a00aad3d0ae103d0e141 (diff) | |
| download | webtrees-49a606afd623e1fdae9b716acfd63a2a251d5f83.tar.gz webtrees-49a606afd623e1fdae9b716acfd63a2a251d5f83.tar.bz2 webtrees-49a606afd623e1fdae9b716acfd63a2a251d5f83.zip | |
Update phpstan baseline
| -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[] = [ |
