diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2024-11-26 22:45:37 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2024-11-26 22:55:58 +0000 |
| commit | cdec4d7fc0e9f944d3787a8110c21e109ff0c4f7 (patch) | |
| tree | d9a983944e0885ea94252e782ca867240eb36543 /phpstan-baseline.neon | |
| parent | 67c84e59d39ab1fd07bd1c4d7ecc1dd5a091b57e (diff) | |
| download | webtrees-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.neon | 8 |
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 - |
