diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-01-25 10:46:56 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-01-25 10:52:34 +0000 |
| commit | 148ebf9db88170ad6bd9044ebdfdc05b5cadbe3b (patch) | |
| tree | 9e0e211f2250d05af1345f0bdb682837747974d3 /phpstan-baseline.neon | |
| parent | c793b70f153721f127cc9fc72fec5a60f4ba9d23 (diff) | |
| download | webtrees-148ebf9db88170ad6bd9044ebdfdc05b5cadbe3b.tar.gz webtrees-148ebf9db88170ad6bd9044ebdfdc05b5cadbe3b.tar.bz2 webtrees-148ebf9db88170ad6bd9044ebdfdc05b5cadbe3b.zip | |
Update PHP dependencies
Diffstat (limited to 'phpstan-baseline.neon')
| -rw-r--r-- | phpstan-baseline.neon | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 27efd32447..65f87326d2 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -2976,21 +2976,11 @@ parameters: path: app/Report/PdfRenderer.php - - message: "#^Parameter \\#1 \\$font of method TCPDF\\:\\:setHeaderFont\\(\\) expects array\\<int, string\\>, array\\<int, float\\|string\\> given\\.$#" - count: 1 - path: app/Report/PdfRenderer.php - - - message: "#^Parameter \\#1 \\$hm of method TCPDF\\:\\:setHeaderMargin\\(\\) expects int, float given\\.$#" count: 1 path: app/Report/PdfRenderer.php - - message: "#^Parameter \\#2 \\$lw of method TCPDF\\:\\:setHeaderData\\(\\) expects string, int given\\.$#" - count: 1 - path: app/Report/PdfRenderer.php - - - message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\:\\:\\$styles \\(array\\<array\\<string, string\\>\\>\\) does not accept array\\<array\\<string, string\\>\\|string\\>\\.$#" count: 1 path: app/Report/PdfRenderer.php @@ -3266,7 +3256,7 @@ parameters: path: app/Report/ReportPdfCell.php - - message: "#^Parameter \\#1 \\$y of method TCPDF\\:\\:SetY\\(\\) expects float, mixed given\\.$#" + message: "#^Parameter \\#1 \\$y of method TCPDF\\:\\:setY\\(\\) expects float, mixed given\\.$#" count: 1 path: app/Report/ReportPdfCell.php @@ -3281,7 +3271,7 @@ parameters: path: app/Report/ReportPdfCell.php - - message: "#^Parameter \\#9 \\$y of method TCPDF\\:\\:MultiCell\\(\\) expects float, mixed given\\.$#" + message: "#^Parameter \\#9 \\$y of method TCPDF\\:\\:MultiCell\\(\\) expects float\\|null, mixed given\\.$#" count: 1 path: app/Report/ReportPdfCell.php @@ -3291,7 +3281,7 @@ parameters: path: app/Report/ReportPdfFootnote.php - - message: "#^Parameter \\#1 \\$link of method TCPDF\\:\\:SetLink\\(\\) expects int, string given\\.$#" + message: "#^Parameter \\#1 \\$link of method TCPDF\\:\\:setLink\\(\\) expects int, string given\\.$#" count: 1 path: app/Report/ReportPdfFootnote.php @@ -3369,6 +3359,11 @@ parameters: path: app/Report/TcpdfWrapper.php - + message: "#^Parameter \\#2 \\$y of method TCPDF\\:\\:checkPageBreak\\(\\) expects float\\|null, mixed given\\.$#" + count: 1 + path: app/Report/TcpdfWrapper.php + + - message: "#^Parameter \\#1 \\$column of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:having\\(\\) expects string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#" count: 1 path: app/Schema/Migration44.php |
