diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-03-13 08:58:31 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-03-13 09:18:42 +0000 |
| commit | 08b5db2af7b56fafdef6563369bf89966bc0e451 (patch) | |
| tree | c9537f80ce434e989e461d3563cae336696e7116 /phpstan-baseline.neon | |
| parent | 90288370403060744b506537895bce97ce70617c (diff) | |
| download | webtrees-08b5db2af7b56fafdef6563369bf89966bc0e451.tar.gz webtrees-08b5db2af7b56fafdef6563369bf89966bc0e451.tar.bz2 webtrees-08b5db2af7b56fafdef6563369bf89966bc0e451.zip | |
CodeStyle
Diffstat (limited to 'phpstan-baseline.neon')
| -rw-r--r-- | phpstan-baseline.neon | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 0ffe4b09c7..9ce33c78a4 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -226,7 +226,7 @@ parameters: - message: "#^Parameter \\#1 \\$string of function strlen expects string, string\\|false given\\.$#" - count: 2 + count: 1 path: app/Helpers/functions.php - @@ -830,11 +830,6 @@ parameters: path: app/Module/IndividualMetadataModule.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\InteractiveTree\\\\TreeView\\:\\:getIndividuals\\(\\) should return string but returns string\\|false\\.$#" - count: 1 - path: app/Module/InteractiveTree/TreeView.php - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\InteractiveTree\\\\TreeView\\:\\:drawChildren\\(\\) has parameter \\$familyList with no value type specified in iterable type Illuminate\\\\Support\\\\Collection\\.$#" count: 1 path: app/Module/InteractiveTree/TreeView.php |
