diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-03-18 11:46:11 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-03-19 12:09:03 +0000 |
| commit | 69cdf01494376a49252eb6ad994b0a685494b87e (patch) | |
| tree | c601959f530f71837013ebfb6b294d08638119b7 /phpstan-baseline.neon | |
| parent | 870ec5a3f6f8023085b468a88a94b244578a1408 (diff) | |
| download | webtrees-69cdf01494376a49252eb6ad994b0a685494b87e.tar.gz webtrees-69cdf01494376a49252eb6ad994b0a685494b87e.tar.bz2 webtrees-69cdf01494376a49252eb6ad994b0a685494b87e.zip | |
Remove GedcomTag
Diffstat (limited to 'phpstan-baseline.neon')
| -rw-r--r-- | phpstan-baseline.neon | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 2457fd2f27..71cff98390 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -101,11 +101,6 @@ parameters: path: app/Functions/FunctionsPrint.php - - message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#" - count: 1 - path: app/Functions/FunctionsPrintFacts.php - - - message: "#^Parameter \\#3 \\$offset of function strpos expects int, int\\<0, max\\>\\|false given\\.$#" count: 1 path: app/Functions/FunctionsPrintFacts.php @@ -1565,11 +1560,6 @@ parameters: path: app/Services/CaptchaService.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\ClipboardService\\:\\:pastableFacts\\(\\) has parameter \\$exclude_types with no value type specified in iterable type Illuminate\\\\Support\\\\Collection\\.$#" - count: 1 - path: app/Services/ClipboardService.php - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\ClipboardService\\:\\:pastableFactsOfType\\(\\) has parameter \\$types with no value type specified in iterable type Illuminate\\\\Support\\\\Collection\\.$#" count: 1 path: app/Services/ClipboardService.php |
