diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-03-18 16:02:30 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-03-19 11:38:20 +0000 |
| commit | 37646143628d6d9ab8f62ea7e5fc7d45a028daa9 (patch) | |
| tree | e8c9be127137038889f0eecff9d84cbe259f3347 /phpstan-baseline.neon | |
| parent | 49689d7a5e4380d5d86f41b52c0e40b6d2b4d742 (diff) | |
| download | webtrees-37646143628d6d9ab8f62ea7e5fc7d45a028daa9.tar.gz webtrees-37646143628d6d9ab8f62ea7e5fc7d45a028daa9.tar.bz2 webtrees-37646143628d6d9ab8f62ea7e5fc7d45a028daa9.zip | |
Use closures for sort callbacks
Diffstat (limited to 'phpstan-baseline.neon')
| -rw-r--r-- | phpstan-baseline.neon | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 12e0949f4b..2457fd2f27 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -215,11 +215,6 @@ parameters: path: app/GedcomRecord.php - - message: "#^Parameter \\#1 \\$num of function dechex expects int, float\\|int given\\.$#" - count: 1 - path: app/GedcomTag.php - - - message: "#^Strict comparison using \\=\\=\\= between '\\-dev' and '' will always evaluate to false\\.$#" count: 1 path: app/Helpers/functions.php @@ -560,7 +555,7 @@ parameters: path: app/I18N.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\I18N\\:\\:strcasecmp\\(\\) should return int but returns int\\|false\\.$#" + message: "#^Cannot call method compare\\(\\) on Collator\\|null\\.$#" count: 1 path: app/I18N.php |
