summaryrefslogtreecommitdiff
path: root/phpstan-baseline.neon
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2021-02-09 13:05:04 +0000
committerGreg Roach <greg@subaqua.co.uk>2021-02-10 13:40:07 +0000
commit7c2c99fad7cacd17c98be88238ff735d82c6351b (patch)
tree9a74e5aa59b34f9b0ab7d26d932c9c47f723d950 /phpstan-baseline.neon
parentffa287a19fafea25bbc582320a3dfed9051b21ab (diff)
downloadwebtrees-7c2c99fad7cacd17c98be88238ff735d82c6351b.tar.gz
webtrees-7c2c99fad7cacd17c98be88238ff735d82c6351b.tar.bz2
webtrees-7c2c99fad7cacd17c98be88238ff735d82c6351b.zip
CodeStyle
Diffstat (limited to 'phpstan-baseline.neon')
-rw-r--r--phpstan-baseline.neon7
1 files changed, 6 insertions, 1 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon
index 3b5eda5833..959e871f52 100644
--- a/phpstan-baseline.neon
+++ b/phpstan-baseline.neon
@@ -1675,7 +1675,12 @@ parameters:
path: app/Services/HomePageService.php
-
- message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\HomePageService\\:\\:filterActiveBlocks\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<string, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleBlockInterface\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\.$#"
+ message: "#^Parameter \\#2 \\$active_blocks of method Fisharebest\\\\Webtrees\\\\Services\\\\HomePageService\\:\\:filterActiveBlocks\\(\\) expects Illuminate\\\\Support\\\\Collection&iterable\\<int, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleBlockInterface\\>, Illuminate\\\\Support\\\\Collection&iterable\\<string, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleBlockInterface\\> given\\.$#"
+ count: 2
+ path: app/Services/HomePageService.php
+
+ -
+ message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\HomePageService\\:\\:filterActiveBlocks\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<int, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleBlockInterface\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\.$#"
count: 1
path: app/Services/HomePageService.php