diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-02-10 14:08:34 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-02-11 13:25:31 +0000 |
| commit | b36a1d8f963505706aa27f2412284902cf771d19 (patch) | |
| tree | 8951463983db5961121c8a15f7554df6f999ec87 /phpstan-baseline.neon | |
| parent | 60ef53afdbeb73264749b333482a76e2b1e77566 (diff) | |
| download | webtrees-b36a1d8f963505706aa27f2412284902cf771d19.tar.gz webtrees-b36a1d8f963505706aa27f2412284902cf771d19.tar.bz2 webtrees-b36a1d8f963505706aa27f2412284902cf771d19.zip | |
Merge changes from 2.1 branch
Diffstat (limited to 'phpstan-baseline.neon')
| -rw-r--r-- | phpstan-baseline.neon | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 959e871f52..604d360181 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -136,18 +136,8 @@ parameters: path: app/Functions/FunctionsPrintFacts.php - - message: "#^Parameter \\#1 \\$text of static method Fisharebest\\\\Webtrees\\\\Filter\\:\\:expandUrls\\(\\) expects string, array\\<string\\>\\|string given\\.$#" - count: 1 - path: app/Functions/FunctionsPrintFacts.php - - - - message: "#^Parameter \\#1 \\$value of function e expects Illuminate\\\\Contracts\\\\Support\\\\Htmlable\\|string, array\\<string\\>\\|string given\\.$#" - count: 2 - path: app/Functions/FunctionsPrintFacts.php - - - - message: "#^Parameter \\#1 \\$date of class Fisharebest\\\\Webtrees\\\\Date constructor expects string, array\\<string\\>\\|string given\\.$#" - count: 1 + message: "#^Parameter \\#1 \\$value of method Fisharebest\\\\Webtrees\\\\Contracts\\\\ElementInterface\\:\\:labelValue\\(\\) expects string, array\\<string\\>\\|string given\\.$#" + count: 5 path: app/Functions/FunctionsPrintFacts.php - @@ -156,11 +146,6 @@ parameters: path: app/Functions/FunctionsPrintFacts.php - - message: "#^Parameter \\#1 \\$type of static method Fisharebest\\\\Webtrees\\\\GedcomCode\\\\GedcomCodeQuay\\:\\:getValue\\(\\) expects string, array\\<string\\>\\|string given\\.$#" - count: 1 - path: app/Functions/FunctionsPrintFacts.php - - - message: """ #^Binary operation "\\." between array\\|string and ' |
