summaryrefslogtreecommitdiff
path: root/phpstan-baseline.neon
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2022-11-18 14:35:07 +0000
committerGreg Roach <greg@subaqua.co.uk>2022-11-18 14:35:07 +0000
commit0185b78a5d9fca3a7860383f13df765a2e26d8c5 (patch)
tree9b333cb70af005e8064c97a508526ea20e97aa29 /phpstan-baseline.neon
parent556e77fed9fd5bfc02618fd4bd47ae332fbb5bf9 (diff)
downloadwebtrees-0185b78a5d9fca3a7860383f13df765a2e26d8c5.tar.gz
webtrees-0185b78a5d9fca3a7860383f13df765a2e26d8c5.tar.bz2
webtrees-0185b78a5d9fca3a7860383f13df765a2e26d8c5.zip
Update phpstan baseline
Diffstat (limited to 'phpstan-baseline.neon')
-rw-r--r--phpstan-baseline.neon10
1 files changed, 0 insertions, 10 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon
index ce1195f1be..411b367466 100644
--- a/phpstan-baseline.neon
+++ b/phpstan-baseline.neon
@@ -21,16 +21,6 @@ parameters:
path: app/Date.php
-
- message: "#^Method Fisharebest\\\\Webtrees\\\\Elements\\\\AbstractElement\\:\\:canonicalText\\(\\) should return string but returns string\\|null\\.$#"
- count: 1
- path: app/Elements/AbstractElement.php
-
- -
- message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
- count: 1
- path: app/Elements/AbstractElement.php
-
- -
message: "#^Cannot call method make\\(\\) on mixed\\.$#"
count: 1
path: app/Elements/AbstractXrefElement.php