diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-09-09 19:37:46 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-09-09 20:45:46 +0100 |
| commit | 0a709a28d2e059f9bb8e972842558806739da9cb (patch) | |
| tree | 9ba71a8f576a4b6c899395b47ceef20152d55f3f /phpstan-baseline.neon | |
| parent | b7e8616f5f3bd6f035d5d40dd804283727b5c140 (diff) | |
| download | webtrees-0a709a28d2e059f9bb8e972842558806739da9cb.tar.gz webtrees-0a709a28d2e059f9bb8e972842558806739da9cb.tar.bz2 webtrees-0a709a28d2e059f9bb8e972842558806739da9cb.zip | |
CodeStyle
Diffstat (limited to 'phpstan-baseline.neon')
| -rw-r--r-- | phpstan-baseline.neon | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 99ebc7ea7c..a3faaf29d1 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -1195,6 +1195,11 @@ parameters: path: app/Report/PdfRenderer.php - + message: "#^Parameter \\#1 \\$haystack of function stripos expects string, int\\<min, \\-1\\>\\|int\\<1, max\\>\\|string given\\.$#" + count: 4 + path: app/Report/ReportHtmlCell.php + + - message: "#^Parameter \\#1 \\$callback of function call_user_func expects callable\\(\\)\\: mixed, array\\(\\$this\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserBase\\), non\\-empty\\-string\\) given\\.$#" count: 2 path: app/Report/ReportParserBase.php |
