diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-03-19 13:40:41 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-03-19 13:43:02 +0000 |
| commit | a3287c67b4b5d30f70a82048bceee436a31ff917 (patch) | |
| tree | bd15983a8a119dc46f4e3d7b1ae158777d7ba3b3 /phpstan-baseline.neon | |
| parent | ecef0b8f3caa4cf735917233a35afafe8f07cc7f (diff) | |
| download | webtrees-a3287c67b4b5d30f70a82048bceee436a31ff917.tar.gz webtrees-a3287c67b4b5d30f70a82048bceee436a31ff917.tar.bz2 webtrees-a3287c67b4b5d30f70a82048bceee436a31ff917.zip | |
Fix: #3763 - source citations that are URLs should be links
Diffstat (limited to 'phpstan-baseline.neon')
| -rw-r--r-- | phpstan-baseline.neon | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 71cff98390..9282ef3640 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -16,11 +16,6 @@ parameters: path: app/Date/AbstractCalendarDate.php - - message: "#^Parameter \\#1 \\$commonMark of method League\\\\CommonMark\\\\Converter\\:\\:convertToHtml\\(\\) expects string, string\\|null given\\.$#" - count: 1 - path: app/Elements/AbstractElement.php - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Elements\\\\DateValue\\:\\:escape\\(\\) should return string but returns string\\|null\\.$#" count: 1 path: app/Elements/DateValue.php |
