diff options
| author | Greg Roach <fisharebest@gmail.com> | 2021-05-13 15:47:04 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2021-05-13 15:47:26 +0100 |
| commit | e931043e2bb6a02b94ace9fb6d34d1f7b0cce4d0 (patch) | |
| tree | d307a4fb122faf9652f86d4ccfc084fcc868e21a /phpstan-baseline.neon | |
| parent | 2cc54ff867fb4801c90268da273ce9c42c85dd8f (diff) | |
| download | webtrees-e931043e2bb6a02b94ace9fb6d34d1f7b0cce4d0.tar.gz webtrees-e931043e2bb6a02b94ace9fb6d34d1f7b0cce4d0.tar.bz2 webtrees-e931043e2bb6a02b94ace9fb6d34d1f7b0cce4d0.zip | |
Move the user from the request to the container, for dependency injection
Diffstat (limited to 'phpstan-baseline.neon')
| -rw-r--r-- | phpstan-baseline.neon | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index f52529c5a7..ccbf750c97 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -156,7 +156,7 @@ parameters: - message: "#^Method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:insertMissingSubtags\\(\\) should return string but returns string\\|null\\.$#" - count: 1 + count: 2 path: app/GedcomRecord.php - @@ -1430,6 +1430,11 @@ parameters: path: app/Report/ReportPdfFootnote.php - + message: "#^Comparison operation \"\\<\\=\" between \\(array\\|float\\|int\\) and float results in an error\\.$#" + count: 1 + path: app/Report/ReportPdfText.php + + - message: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\ReportPdfText\\:\\:getWidth\\(\\) return type has no value type specified in iterable type array\\.$#" count: 1 path: app/Report/ReportPdfText.php |
