diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2025-06-02 18:06:53 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2025-06-02 18:06:53 +0100 |
| commit | 297ae2d60127079a816079e2d75fe1fe3d4b284d (patch) | |
| tree | 8a56ee22985dc658a73c6dddcf0cd6d75feaeb9d /phpstan-baseline.neon | |
| parent | 3217fc5aa47de2c7c5eacf58138b0f26dc66acda (diff) | |
| download | webtrees-297ae2d60127079a816079e2d75fe1fe3d4b284d.tar.gz webtrees-297ae2d60127079a816079e2d75fe1fe3d4b284d.tar.bz2 webtrees-297ae2d60127079a816079e2d75fe1fe3d4b284d.zip | |
Fix #4834: searching individuals/families using accented letters
Diffstat (limited to 'phpstan-baseline.neon')
| -rw-r--r-- | phpstan-baseline.neon | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 3c9fd821a2..f4d8feda78 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -7147,13 +7147,13 @@ parameters: path: app/Services/SearchService.php - - message: '#^Parameter \#1 \$haystack of function mb_stripos expects string, string\|null given\.$#' + message: '#^Parameter \#1 \$key of method Illuminate\\Support\\Collection\<\*NEVER\*,\*NEVER\*\>\:\:containsStrict\(\) expects \(callable\(never\)\: bool\)\|int\|string, mixed given\.$#' identifier: argument.type count: 1 path: app/Services/SearchService.php - - message: '#^Parameter \#1 \$key of method Illuminate\\Support\\Collection\<\*NEVER\*,\*NEVER\*\>\:\:containsStrict\(\) expects \(callable\(never\)\: bool\)\|int\|string, mixed given\.$#' + message: '#^Parameter \#1 \$text of method Fisharebest\\Webtrees\\Module\\ModuleLanguageInterface\:\:normalize\(\) expects string, string\|null given\.$#' identifier: argument.type count: 1 path: app/Services/SearchService.php |
