diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-07-26 19:31:33 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-07-26 19:31:33 +0100 |
| commit | 3eab85359a9ac5aa25741d85708b0f73a4b9fde8 (patch) | |
| tree | abf45fc79dc9930c05420af61c272f189d3f6488 /phpstan-baseline.neon | |
| parent | f6351d1f350f2a93585e07799f49fdefc5da2e3e (diff) | |
| download | webtrees-3eab85359a9ac5aa25741d85708b0f73a4b9fde8.tar.gz webtrees-3eab85359a9ac5aa25741d85708b0f73a4b9fde8.tar.bz2 webtrees-3eab85359a9ac5aa25741d85708b0f73a4b9fde8.zip | |
Update phpstan baseline
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 18901d7885..29e19eb56f 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -1145,6 +1145,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 |
