summaryrefslogtreecommitdiff
path: root/phpstan-baseline.neon
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2024-11-26 22:45:37 +0000
committerGreg Roach <greg@subaqua.co.uk>2024-11-26 22:55:58 +0000
commitcdec4d7fc0e9f944d3787a8110c21e109ff0c4f7 (patch)
treed9a983944e0885ea94252e782ca867240eb36543 /phpstan-baseline.neon
parent67c84e59d39ab1fd07bd1c4d7ecc1dd5a091b57e (diff)
downloadwebtrees-cdec4d7fc0e9f944d3787a8110c21e109ff0c4f7.tar.gz
webtrees-cdec4d7fc0e9f944d3787a8110c21e109ff0c4f7.tar.bz2
webtrees-cdec4d7fc0e9f944d3787a8110c21e109ff0c4f7.zip
Fix: #5061 - some subtags not removed from links to private records
Diffstat (limited to 'phpstan-baseline.neon')
-rw-r--r--phpstan-baseline.neon8
1 files changed, 7 insertions, 1 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon
index 6d83cb1238..6dfa07771d 100644
--- a/phpstan-baseline.neon
+++ b/phpstan-baseline.neon
@@ -1111,6 +1111,12 @@ parameters:
path: app/GedcomRecord.php
-
+ message: '#^Method Fisharebest\\Webtrees\\GedcomRecord\:\:privatizeGedcom\(\) should return string but returns string\|null\.$#'
+ identifier: return.type
+ count: 1
+ path: app/GedcomRecord.php
+
+ -
message: '#^Parameter \#1 \$array of function array_shift expects array, list\<string\>\|false given\.$#'
identifier: argument.type
count: 2
@@ -1149,7 +1155,7 @@ parameters:
-
message: '#^Parameter \#3 \$subject of function preg_replace expects array\<float\|int\|string\>\|string, string\|null given\.$#'
identifier: argument.type
- count: 1
+ count: 2
path: app/GedcomRecord.php
-