diff options
| author | Greg Roach <fisharebest@gmail.com> | 2021-04-05 10:03:29 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2021-04-05 10:31:34 +0100 |
| commit | 1de58694dc2f10398137fc430aa2304414a92534 (patch) | |
| tree | 2f9dd4a34c8609aea6776a2ab5d8984b06cbf20a /phpstan-baseline.neon | |
| parent | 78385139749422a29f7c412ea7c5fe6149b89c0e (diff) | |
| download | webtrees-1de58694dc2f10398137fc430aa2304414a92534.tar.gz webtrees-1de58694dc2f10398137fc430aa2304414a92534.tar.bz2 webtrees-1de58694dc2f10398137fc430aa2304414a92534.zip | |
Update phpstan baseline
Diffstat (limited to 'phpstan-baseline.neon')
| -rw-r--r-- | phpstan-baseline.neon | 971 |
1 files changed, 483 insertions, 488 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 9282ef3640..b891dd7b61 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -41,17 +41,17 @@ parameters: path: app/Filter.php - - message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual\\:\\:childFamilies\\(\\)\\.$#" + message: "#^Array \\(array\\<string\\>\\) does not accept string\\|null\\.$#" count: 1 path: app/Functions/Functions.php - - message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual\\:\\:spouseFamilies\\(\\)\\.$#" + message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual\\:\\:childFamilies\\(\\)\\.$#" count: 1 path: app/Functions/Functions.php - - message: "#^Array \\(array\\<string\\>\\) does not accept string\\|null\\.$#" + message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual\\:\\:spouseFamilies\\(\\)\\.$#" count: 1 path: app/Functions/Functions.php @@ -76,7 +76,7 @@ parameters: path: app/Functions/FunctionsImport.php - - message: "#^Parameter \\#2 \\$offset of function substr expects int, int\\<0, max\\>\\|false given\\.$#" + message: "#^Parameter \\#1 \\$array of function array_intersect expects array, array\\<int, string\\>\\|false given\\.$#" count: 1 path: app/Functions/FunctionsPrint.php @@ -86,32 +86,32 @@ parameters: path: app/Functions/FunctionsPrint.php - - message: "#^Parameter \\#2 \\.\\.\\.\\$arrays of function array_merge expects array, array\\<int, string\\>\\|false given\\.$#" + message: "#^Parameter \\#2 \\$offset of function substr expects int, int\\<0, max\\>\\|false given\\.$#" count: 1 path: app/Functions/FunctionsPrint.php - - message: "#^Parameter \\#1 \\$array of function array_intersect expects array, array\\<int, string\\>\\|false given\\.$#" + message: "#^Parameter \\#2 \\.\\.\\.\\$arrays of function array_merge expects array, array\\<int, string\\>\\|false given\\.$#" count: 1 path: app/Functions/FunctionsPrint.php - - message: "#^Parameter \\#3 \\$offset of function strpos expects int, int\\<0, max\\>\\|false given\\.$#" + message: "#^Argument of an invalid type array\\<string\\>\\|string supplied for foreach, only iterables are supported\\.$#" count: 1 path: app/Functions/FunctionsPrintFacts.php - - message: "#^Parameter \\#2 \\$offset of function substr expects int, int\\<0, max\\>\\|false given\\.$#" - count: 1 + message: "#^Parameter \\#1 \\$value of method Fisharebest\\\\Webtrees\\\\Contracts\\\\ElementInterface\\:\\:labelValue\\(\\) expects string, array\\<string\\>\\|string given\\.$#" + count: 5 path: app/Functions/FunctionsPrintFacts.php - - message: "#^Parameter \\#1 \\$value of method Fisharebest\\\\Webtrees\\\\Contracts\\\\ElementInterface\\:\\:labelValue\\(\\) expects string, array\\<string\\>\\|string given\\.$#" - count: 5 + message: "#^Parameter \\#2 \\$offset of function substr expects int, int\\<0, max\\>\\|false given\\.$#" + count: 1 path: app/Functions/FunctionsPrintFacts.php - - message: "#^Argument of an invalid type array\\<string\\>\\|string supplied for foreach, only iterables are supported\\.$#" + message: "#^Parameter \\#3 \\$offset of function strpos expects int, int\\<0, max\\>\\|false given\\.$#" count: 1 path: app/Functions/FunctionsPrintFacts.php @@ -125,53 +125,53 @@ parameters: path: app/Functions/FunctionsRtl.php - - message: "#^Parameter \\#1 \\$string of function substr expects string, array\\|string given\\.$#" - count: 4 + message: "#^Method Fisharebest\\\\Webtrees\\\\Functions\\\\FunctionsRtl\\:\\:spanLtrRtl\\(\\) should return string but returns array\\|string\\.$#" + count: 1 path: app/Functions/FunctionsRtl.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Functions\\\\FunctionsRtl\\:\\:spanLtrRtl\\(\\) should return string but returns array\\|string\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Functions\\\\FunctionsRtl\\:\\:starredName\\(\\) should return string but returns string\\|null\\.$#" count: 1 path: app/Functions/FunctionsRtl.php - - message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, string\\|null given\\.$#" - count: 1 + message: "#^Parameter \\#1 \\$string of function substr expects string, array\\|string given\\.$#" + count: 4 path: app/Functions/FunctionsRtl.php - - message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#" + message: "#^Parameter \\#2 \\$offset of function substr expects int, int\\<0, max\\>\\|false given\\.$#" count: 1 path: app/Functions/FunctionsRtl.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Functions\\\\FunctionsRtl\\:\\:starredName\\(\\) should return string but returns string\\|null\\.$#" + message: "#^Parameter \\#3 \\$length of function substr expects int\\|null, int\\<0, max\\>\\|false given\\.$#" count: 1 path: app/Functions/FunctionsRtl.php - - message: "#^Parameter \\#3 \\$length of function substr expects int\\|null, int\\<0, max\\>\\|false given\\.$#" - count: 2 + message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#" + count: 1 path: app/Functions/FunctionsRtl.php - - message: "#^Parameter \\#2 \\$offset of function substr expects int, int\\<0, max\\>\\|false given\\.$#" - count: 2 + message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, string\\|null given\\.$#" + count: 1 path: app/Functions/FunctionsRtl.php - - message: "#^Cannot call method transliterate\\(\\) on Transliterator\\|null\\.$#" + message: "#^Array \\(array\\<array\\<string\\>\\>\\) does not accept array\\<string, string\\|null\\>\\.$#" count: 1 path: app/GedcomRecord.php - - message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|false given\\.$#" + message: "#^Cannot call method transliterate\\(\\) on Transliterator\\|null\\.$#" count: 1 path: app/GedcomRecord.php - - message: "#^Parameter \\#1 \\$string of function trim expects string, string\\|null given\\.$#" - count: 3 + message: "#^Method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:insertMissingSubtags\\(\\) should return string but returns string\\|null\\.$#" + count: 1 path: app/GedcomRecord.php - @@ -180,57 +180,57 @@ parameters: path: app/GedcomRecord.php - - message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#" - count: 1 + message: "#^Parameter \\#1 \\$array of function array_shift expects array, array\\<int, string\\>\\|false given\\.$#" + count: 3 path: app/GedcomRecord.php - - message: "#^Parameter \\#2 \\$gedcom of method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:updateFact\\(\\) expects string, string\\|null given\\.$#" - count: 1 + message: "#^Parameter \\#1 \\$string of function trim expects string, string\\|null given\\.$#" + count: 3 path: app/GedcomRecord.php - - message: "#^Array \\(array\\<array\\<string\\>\\>\\) does not accept array\\<string, string\\|null\\>\\.$#" + message: "#^Parameter \\#2 \\$gedcom of method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:updateFact\\(\\) expects string, string\\|null given\\.$#" count: 1 path: app/GedcomRecord.php - - message: "#^Parameter \\#1 \\$array of function array_shift expects array, array\\<int, string\\>\\|false given\\.$#" - count: 3 + message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|false given\\.$#" + count: 1 path: app/GedcomRecord.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:insertMissingSubtags\\(\\) should return string but returns string\\|null\\.$#" + message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#" count: 1 path: app/GedcomRecord.php - - message: "#^Strict comparison using \\=\\=\\= between '\\-dev' and '' will always evaluate to false\\.$#" + message: "#^Parameter \\#1 \\$string of function strlen expects string, string\\|false given\\.$#" count: 1 path: app/Helpers/functions.php - - message: "#^Parameter \\#1 \\$string of function strlen expects string, string\\|false given\\.$#" + message: "#^Strict comparison using \\=\\=\\= between '\\-dev' and '' will always evaluate to false\\.$#" count: 1 path: app/Helpers/functions.php - - message: "#^Parameter \\#1 \\$path of method Psr\\\\Http\\\\Message\\\\UriInterface\\:\\:withPath\\(\\) expects string, string\\|false given\\.$#" + message: "#^Parameter \\#1 \\$host of method Psr\\\\Http\\\\Message\\\\UriInterface\\:\\:withHost\\(\\) expects string, string\\|false given\\.$#" count: 1 path: app/Http/Middleware/BaseUrl.php - - message: "#^Parameter \\#1 \\$scheme of method Psr\\\\Http\\\\Message\\\\UriInterface\\:\\:withScheme\\(\\) expects string, string\\|false given\\.$#" + message: "#^Parameter \\#1 \\$path of method Psr\\\\Http\\\\Message\\\\UriInterface\\:\\:withPath\\(\\) expects string, string\\|false given\\.$#" count: 1 path: app/Http/Middleware/BaseUrl.php - - message: "#^Parameter \\#1 \\$host of method Psr\\\\Http\\\\Message\\\\UriInterface\\:\\:withHost\\(\\) expects string, string\\|false given\\.$#" + message: "#^Parameter \\#1 \\$port of method Psr\\\\Http\\\\Message\\\\UriInterface\\:\\:withPort\\(\\) expects int\\|null, int\\|false\\|null given\\.$#" count: 1 path: app/Http/Middleware/BaseUrl.php - - message: "#^Parameter \\#1 \\$port of method Psr\\\\Http\\\\Message\\\\UriInterface\\:\\:withPort\\(\\) expects int\\|null, int\\|false\\|null given\\.$#" + message: "#^Parameter \\#1 \\$scheme of method Psr\\\\Http\\\\Message\\\\UriInterface\\:\\:withScheme\\(\\) expects string, string\\|false given\\.$#" count: 1 path: app/Http/Middleware/BaseUrl.php @@ -295,13 +295,13 @@ parameters: path: app/Http/RequestHandlers/DeleteRecord.php - - message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#" - count: 4 + message: "#^Method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\DeleteRecord\\:\\:removeLinks\\(\\) should return string but returns string\\|null\\.$#" + count: 1 path: app/Http/RequestHandlers/DeleteRecord.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\DeleteRecord\\:\\:removeLinks\\(\\) should return string but returns string\\|null\\.$#" - count: 1 + message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#" + count: 4 path: app/Http/RequestHandlers/DeleteRecord.php - @@ -320,27 +320,22 @@ parameters: path: app/Http/RequestHandlers/ExportGedcomClient.php - - message: "#^Cannot call method facts\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" - count: 2 - path: app/Http/RequestHandlers/FixLevel0MediaData.php - - - message: "#^Cannot call method displayImage\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#" count: 1 path: app/Http/RequestHandlers/FixLevel0MediaData.php - - message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#" - count: 1 + message: "#^Cannot call method facts\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" + count: 2 path: app/Http/RequestHandlers/FixLevel0MediaData.php - - message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#" + message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" count: 1 path: app/Http/RequestHandlers/FixLevel0MediaData.php - - message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" + message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#" count: 1 path: app/Http/RequestHandlers/FixLevel0MediaData.php @@ -350,9 +345,9 @@ parameters: path: app/Http/RequestHandlers/FixLevel0MediaData.php - - message: "#^Access to an undefined property object\\:\\:\\$gedcom_chunk_id\\.$#" - count: 3 - path: app/Http/RequestHandlers/GedcomLoad.php + message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#" + count: 1 + path: app/Http/RequestHandlers/FixLevel0MediaData.php - message: "#^Access to an undefined property object\\:\\:\\$chunk_data\\.$#" @@ -360,7 +355,7 @@ parameters: path: app/Http/RequestHandlers/GedcomLoad.php - - message: "#^Cannot access property \\$chunk_data on object\\|null\\.$#" + message: "#^Access to an undefined property object\\:\\:\\$gedcom_chunk_id\\.$#" count: 3 path: app/Http/RequestHandlers/GedcomLoad.php @@ -370,6 +365,11 @@ parameters: path: app/Http/RequestHandlers/GedcomLoad.php - + message: "#^Cannot access property \\$chunk_data on object\\|null\\.$#" + count: 3 + path: app/Http/RequestHandlers/GedcomLoad.php + + - message: "#^Cannot access property \\$gedcom_chunk_id on object\\|null\\.$#" count: 1 path: app/Http/RequestHandlers/GedcomLoad.php @@ -380,32 +380,32 @@ parameters: path: app/Http/RequestHandlers/ImportGedcomAction.php - - message: "#^Cannot call method tree\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#" + message: "#^Cannot call method createFact\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#" count: 1 path: app/Http/RequestHandlers/ImportThumbnailsAction.php - - message: "#^Cannot call method firstImageFile\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#" + message: "#^Cannot call method facts\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#" count: 1 path: app/Http/RequestHandlers/ImportThumbnailsAction.php - - message: "#^Cannot call method createFact\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#" + message: "#^Cannot call method firstImageFile\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#" count: 1 path: app/Http/RequestHandlers/ImportThumbnailsAction.php - - message: "#^Cannot call method xref\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#" + message: "#^Cannot call method tree\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#" count: 1 path: app/Http/RequestHandlers/ImportThumbnailsAction.php - - message: "#^Cannot call method facts\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#" + message: "#^Cannot call method updateRecord\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#" count: 1 path: app/Http/RequestHandlers/ImportThumbnailsAction.php - - message: "#^Cannot call method updateRecord\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#" + message: "#^Cannot call method xref\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#" count: 1 path: app/Http/RequestHandlers/ImportThumbnailsAction.php @@ -430,11 +430,6 @@ parameters: path: app/Http/RequestHandlers/IndividualPage.php - - message: "#^Parameter \\#4 \\$sort_columns of method Fisharebest\\\\Webtrees\\\\Services\\\\DatatablesService\\:\\:handleQuery\\(\\) expects array\\<string\\>, array\\<int, Illuminate\\\\Database\\\\Query\\\\Expression\\|string\\> given\\.$#" - count: 2 - path: app/Http/RequestHandlers/ManageMediaData.php - - - message: "#^Cannot access offset '0' on array\\|false\\.$#" count: 1 path: app/Http/RequestHandlers/ManageMediaData.php @@ -445,6 +440,11 @@ parameters: path: app/Http/RequestHandlers/ManageMediaData.php - + message: "#^Parameter \\#4 \\$sort_columns of method Fisharebest\\\\Webtrees\\\\Services\\\\DatatablesService\\:\\:handleQuery\\(\\) expects array\\<string\\>, array\\<int, Illuminate\\\\Database\\\\Query\\\\Expression\\|string\\> given\\.$#" + count: 2 + path: app/Http/RequestHandlers/ManageMediaData.php + + - message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, string\\|false given\\.$#" count: 1 path: app/Http/RequestHandlers/MapDataImportAction.php @@ -485,22 +485,22 @@ parameters: path: app/Http/RequestHandlers/SearchGeneralPage.php - - message: "#^Parameter \\#2 \\.\\.\\.\\$arrays of function array_merge expects array, array\\<int, string\\>\\|false given\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\SearchReplaceAction\\:\\:replaceIndividualNames\\(\\) has parameter \\$records with no value type specified in iterable type Illuminate\\\\Support\\\\Collection\\.$#" count: 1 path: app/Http/RequestHandlers/SearchReplaceAction.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\SearchReplaceAction\\:\\:replaceRecords\\(\\) has parameter \\$records with no value type specified in iterable type Illuminate\\\\Support\\\\Collection\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\SearchReplaceAction\\:\\:replacePlaces\\(\\) has parameter \\$records with no value type specified in iterable type Illuminate\\\\Support\\\\Collection\\.$#" count: 1 path: app/Http/RequestHandlers/SearchReplaceAction.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\SearchReplaceAction\\:\\:replaceIndividualNames\\(\\) has parameter \\$records with no value type specified in iterable type Illuminate\\\\Support\\\\Collection\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\SearchReplaceAction\\:\\:replaceRecords\\(\\) has parameter \\$records with no value type specified in iterable type Illuminate\\\\Support\\\\Collection\\.$#" count: 1 path: app/Http/RequestHandlers/SearchReplaceAction.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\SearchReplaceAction\\:\\:replacePlaces\\(\\) has parameter \\$records with no value type specified in iterable type Illuminate\\\\Support\\\\Collection\\.$#" + message: "#^Parameter \\#2 \\.\\.\\.\\$arrays of function array_merge expects array, array\\<int, string\\>\\|false given\\.$#" count: 1 path: app/Http/RequestHandlers/SearchReplaceAction.php @@ -510,12 +510,12 @@ parameters: path: app/Http/RequestHandlers/Select2Place.php - - message: "#^Parameter \\#1 \\$value of function e expects Illuminate\\\\Contracts\\\\Support\\\\DeferringDisplayableValue\\|Illuminate\\\\Contracts\\\\Support\\\\Htmlable\\|string\\|null, string\\|false given\\.$#" + message: "#^Parameter \\#1 \\$string of function substr expects string, string\\|false given\\.$#" count: 1 path: app/Http/RequestHandlers/SetupWizard.php - - message: "#^Parameter \\#1 \\$string of function substr expects string, string\\|false given\\.$#" + message: "#^Parameter \\#1 \\$value of function e expects Illuminate\\\\Contracts\\\\Support\\\\DeferringDisplayableValue\\|Illuminate\\\\Contracts\\\\Support\\\\Htmlable\\|string\\|null, string\\|false given\\.$#" count: 1 path: app/Http/RequestHandlers/SetupWizard.php @@ -540,27 +540,27 @@ parameters: path: app/Http/Routes/WebRoutes.php - - message: "#^PHPDoc tag @var for variable \\$locales has no value type specified in iterable type Illuminate\\\\Support\\\\Collection\\.$#" + message: "#^Cannot call method compare\\(\\) on Collator\\|null\\.$#" count: 1 path: app/I18N.php - - message: "#^Cannot call method compare\\(\\) on Collator\\|null\\.$#" + message: "#^PHPDoc tag @var for variable \\$locales has no value type specified in iterable type Illuminate\\\\Support\\\\Collection\\.$#" count: 1 path: app/I18N.php - - message: "#^Binary operation \"\\*\" between string and 365 results in an error\\.$#" + message: "#^Array \\(array\\<array\\<string\\>\\>\\) does not accept array\\<string, mixed\\>\\.$#" count: 1 path: app/Individual.php - - message: "#^Parameter \\#1 \\$num1 of function intdiv expects int, float\\|int given\\.$#" + message: "#^Binary operation \"\\*\" between string and 365 results in an error\\.$#" count: 1 path: app/Individual.php - - message: "#^Cannot call method spouseFamilies\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" + message: "#^Binary operation \"\\.\" between string and array\\|string results in an error\\.$#" count: 1 path: app/Individual.php @@ -570,22 +570,17 @@ parameters: path: app/Individual.php - - message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|null given\\.$#" + message: "#^Cannot call method spouseFamilies\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" count: 1 path: app/Individual.php - - message: "#^Parameter \\#2 \\$subject of function preg_match_all expects string, string\\|null given\\.$#" + message: "#^Parameter \\#1 \\$haystack of function strpos expects string, string\\|null given\\.$#" count: 1 path: app/Individual.php - - message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#" - count: 2 - path: app/Individual.php - - - - message: "#^Parameter \\#1 \\$haystack of function strpos expects string, string\\|null given\\.$#" + message: "#^Parameter \\#1 \\$num1 of function intdiv expects int, float\\|int given\\.$#" count: 1 path: app/Individual.php @@ -595,27 +590,32 @@ parameters: path: app/Individual.php - - message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, string\\|null given\\.$#" - count: 2 + message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|null given\\.$#" + count: 1 path: app/Individual.php - - message: "#^Array \\(array\\<array\\<string\\>\\>\\) does not accept array\\<string, mixed\\>\\.$#" + message: "#^Parameter \\#2 \\$subject of function preg_match_all expects string, string\\|null given\\.$#" count: 1 path: app/Individual.php - - message: "#^Binary operation \"\\.\" between string and array\\|string results in an error\\.$#" - count: 1 + message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#" + count: 2 path: app/Individual.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Media\\:\\:mediaFiles\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<Fisharebest\\\\Webtrees\\\\MediaFile\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<Fisharebest\\\\Webtrees\\\\Fact\\>\\.$#" + message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, string\\|null given\\.$#" + count: 2 + path: app/Individual.php + + - + message: "#^Method Fisharebest\\\\Webtrees\\\\Media\\:\\:formatListDetails\\(\\) should return string but returns string\\|false\\.$#" count: 1 path: app/Media.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Media\\:\\:formatListDetails\\(\\) should return string but returns string\\|false\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Media\\:\\:mediaFiles\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<Fisharebest\\\\Webtrees\\\\MediaFile\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<Fisharebest\\\\Webtrees\\\\Fact\\>\\.$#" count: 1 path: app/Media.php @@ -630,6 +630,56 @@ parameters: path: app/Module/ClippingsCartModule.php - + message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#" + count: 2 + path: app/Module/CloudsTheme.php + + - + message: "#^Cannot access offset int\\|false\\|null on array\\<int, string\\>\\|false\\.$#" + count: 1 + path: app/Module/CloudsTheme.php + + - + message: "#^Cannot access offset mixed on \\(array\\<int, string\\>&nonEmpty\\)\\|false\\.$#" + count: 1 + path: app/Module/CloudsTheme.php + + - + message: "#^Parameter \\#2 \\$haystack of function array_search expects array, array\\<int, string\\>\\|false given\\.$#" + count: 1 + path: app/Module/CloudsTheme.php + + - + message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\<int, string\\>\\|false given\\.$#" + count: 2 + path: app/Module/CloudsTheme.php + + - + message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#" + count: 2 + path: app/Module/FabTheme.php + + - + message: "#^Cannot access offset int\\|false\\|null on array\\<int, string\\>\\|false\\.$#" + count: 1 + path: app/Module/FabTheme.php + + - + message: "#^Cannot access offset mixed on \\(array\\<int, string\\>&nonEmpty\\)\\|false\\.$#" + count: 1 + path: app/Module/FabTheme.php + + - + message: "#^Parameter \\#2 \\$haystack of function array_search expects array, array\\<int, string\\>\\|false given\\.$#" + count: 1 + path: app/Module/FabTheme.php + + - + message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\<int, string\\>\\|false given\\.$#" + count: 2 + path: app/Module/FabTheme.php + + - message: "#^Cannot access property \\$body on object\\|null\\.$#" count: 1 path: app/Module/FamilyTreeNewsModule.php @@ -640,28 +690,38 @@ parameters: path: app/Module/FamilyTreeNewsModule.php - + message: "#^Binary operation \"\\*\" between 90 and string results in an error\\.$#" + count: 1 + path: app/Module/FanChartModule.php + + - + message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FanChartModule\\:\\:imageColor\\(\\) should return int but returns int\\|false\\.$#" + count: 1 + path: app/Module/FanChartModule.php + + - message: "#^Parameter \\#1 \\$image of function imagecolorallocate expects GdImage, GdImage\\|false given\\.$#" count: 1 path: app/Module/FanChartModule.php - - message: "#^Parameter \\#1 \\$image of function imagecolortransparent expects GdImage, GdImage\\|false given\\.$#" + message: "#^Parameter \\#1 \\$image of function imagecolorallocate expects GdImage, resource given\\.$#" count: 1 path: app/Module/FanChartModule.php - - message: "#^Parameter \\#2 \\$color of function imagecolortransparent expects int\\|null, int\\|false given\\.$#" + message: "#^Parameter \\#1 \\$image of function imagecolortransparent expects GdImage, GdImage\\|false given\\.$#" count: 1 path: app/Module/FanChartModule.php - - message: "#^Parameter \\#1 \\$image of method Fisharebest\\\\Webtrees\\\\Module\\\\FanChartModule\\:\\:imageColor\\(\\) expects resource, GdImage\\|false given\\.$#" - count: 4 + message: "#^Parameter \\#1 \\$image of function imagedestroy expects GdImage, GdImage\\|false given\\.$#" + count: 1 path: app/Module/FanChartModule.php - - message: "#^Parameter \\#2 \\$css_color of method Fisharebest\\\\Webtrees\\\\Module\\\\FanChartModule\\:\\:imageColor\\(\\) expects string, float\\|int\\|string given\\.$#" - count: 4 + message: "#^Parameter \\#1 \\$image of function imagefilledarc expects GdImage, GdImage\\|false given\\.$#" + count: 2 path: app/Module/FanChartModule.php - @@ -670,44 +730,44 @@ parameters: path: app/Module/FanChartModule.php - - message: "#^Parameter \\#6 \\$color of function imagefilledrectangle expects int, int\\|false given\\.$#" + message: "#^Parameter \\#1 \\$image of function imagepng expects GdImage, GdImage\\|false given\\.$#" count: 1 path: app/Module/FanChartModule.php - - message: "#^Binary operation \"\\*\" between 90 and string results in an error\\.$#" + message: "#^Parameter \\#1 \\$image of function imagettftext expects GdImage, GdImage\\|false given\\.$#" count: 1 path: app/Module/FanChartModule.php - - message: "#^Parameter \\#1 \\$image of function imagefilledarc expects GdImage, GdImage\\|false given\\.$#" - count: 2 + message: "#^Parameter \\#1 \\$image of method Fisharebest\\\\Webtrees\\\\Module\\\\FanChartModule\\:\\:imageColor\\(\\) expects resource, GdImage\\|false given\\.$#" + count: 4 path: app/Module/FanChartModule.php - - message: "#^Parameter \\#1 \\$image of function imagettftext expects GdImage, GdImage\\|false given\\.$#" + message: "#^Parameter \\#2 \\$color of function imagecolortransparent expects int\\|null, int\\|false given\\.$#" count: 1 path: app/Module/FanChartModule.php - - message: "#^Parameter \\#1 \\$image of function imagepng expects GdImage, GdImage\\|false given\\.$#" - count: 1 + message: "#^Parameter \\#2 \\$css_color of method Fisharebest\\\\Webtrees\\\\Module\\\\FanChartModule\\:\\:imageColor\\(\\) expects string, float\\|int\\|string given\\.$#" + count: 4 path: app/Module/FanChartModule.php - - message: "#^Parameter \\#1 \\$image of function imagedestroy expects GdImage, GdImage\\|false given\\.$#" + message: "#^Parameter \\#6 \\$color of function imagefilledrectangle expects int, int\\|false given\\.$#" count: 1 path: app/Module/FanChartModule.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FanChartModule\\:\\:imageColor\\(\\) should return int but returns int\\|false\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixCemeteryTag\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<stdClass\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\.$#" count: 1 - path: app/Module/FanChartModule.php + path: app/Module/FixCemeteryTag.php - - message: "#^Parameter \\#1 \\$image of function imagecolorallocate expects GdImage, resource given\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixDuplicateLinks\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<stdClass\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\.$#" count: 1 - path: app/Module/FanChartModule.php + path: app/Module/FixDuplicateLinks.php - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixDuplicateLinks\\:\\:updateGedcom\\(\\) should return string but returns string\\|null\\.$#" @@ -715,34 +775,34 @@ parameters: path: app/Module/FixDuplicateLinks.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixDuplicateLinks\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<stdClass\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixMissingDeaths\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<stdClass\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\.$#" count: 1 - path: app/Module/FixDuplicateLinks.php + path: app/Module/FixMissingDeaths.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixMissingMarriedNames\\:\\:updateGedcom\\(\\) should return string but returns string\\|null\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixMissingMarriedNames\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<stdClass\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\.$#" count: 1 path: app/Module/FixMissingMarriedNames.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixMissingMarriedNames\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<stdClass\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixMissingMarriedNames\\:\\:updateGedcom\\(\\) should return string but returns string\\|null\\.$#" count: 1 path: app/Module/FixMissingMarriedNames.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixNameSlashesAndSpaces\\:\\:updateGedcom\\(\\) should return string but returns string\\|null\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixNameSlashesAndSpaces\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<stdClass\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\.$#" count: 1 path: app/Module/FixNameSlashesAndSpaces.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixNameSlashesAndSpaces\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<stdClass\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixNameSlashesAndSpaces\\:\\:updateGedcom\\(\\) should return string but returns string\\|null\\.$#" count: 1 path: app/Module/FixNameSlashesAndSpaces.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixPlaceNames\\:\\:updateGedcom\\(\\) should return string but returns string\\|null\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixNameTags\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<stdClass\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\.$#" count: 1 - path: app/Module/FixPlaceNames.php + path: app/Module/FixNameTags.php - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixPlaceNames\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<stdClass\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\.$#" @@ -750,9 +810,14 @@ parameters: path: app/Module/FixPlaceNames.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixSearchAndReplace\\:\\:updateGedcom\\(\\) should return string but returns string\\|null\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixPlaceNames\\:\\:updateGedcom\\(\\) should return string but returns string\\|null\\.$#" count: 1 - path: app/Module/FixSearchAndReplace.php + path: app/Module/FixPlaceNames.php + + - + message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixPrimaryTag\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<stdClass\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\.$#" + count: 1 + path: app/Module/FixPrimaryTag.php - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixSearchAndReplace\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<stdClass\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\.$#" @@ -760,37 +825,42 @@ parameters: path: app/Module/FixSearchAndReplace.php - - message: "#^Access to an undefined property object\\:\\:\\$block_order\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixSearchAndReplace\\:\\:updateGedcom\\(\\) should return string but returns string\\|null\\.$#" + count: 1 + path: app/Module/FixSearchAndReplace.php + + - + message: "#^Access to an undefined property object\\:\\:\\$block_id\\.$#" count: 2 path: app/Module/FrequentlyAskedQuestionsModule.php - - message: "#^Access to an undefined property object\\:\\:\\$block_id\\.$#" + message: "#^Access to an undefined property object\\:\\:\\$block_order\\.$#" count: 2 path: app/Module/FrequentlyAskedQuestionsModule.php - - message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#" - count: 1 + message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:sex\\(\\)\\.$#" + count: 17 path: app/Module/IndividualFactsTabModule.php - - message: "#^Parameter \\#1 \\$gedcom of class Fisharebest\\\\Webtrees\\\\Fact constructor expects string, string\\|null given\\.$#" + message: "#^Instanceof between Fisharebest\\\\Webtrees\\\\Individual and Fisharebest\\\\Webtrees\\\\Family will always evaluate to false\\.$#" count: 1 path: app/Module/IndividualFactsTabModule.php - - message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:sex\\(\\)\\.$#" - count: 17 + message: "#^Parameter \\#1 \\$gedcom of class Fisharebest\\\\Webtrees\\\\Fact constructor expects string, string\\|null given\\.$#" + count: 1 path: app/Module/IndividualFactsTabModule.php - - message: "#^Variable \\$associates in PHPDoc tag @var does not match assigned variable \\$asso1\\.$#" + message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#" count: 1 path: app/Module/IndividualFactsTabModule.php - - message: "#^Instanceof between Fisharebest\\\\Webtrees\\\\Individual and Fisharebest\\\\Webtrees\\\\Family will always evaluate to false\\.$#" + message: "#^Variable \\$associates in PHPDoc tag @var does not match assigned variable \\$asso1\\.$#" count: 1 path: app/Module/IndividualFactsTabModule.php @@ -825,118 +895,13 @@ parameters: path: app/Module/LifespansChartModule.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\ModuleBlockInterface\\:\\:getBlock\\(\\) has parameter \\$config with no value type specified in iterable type array\\.$#" - count: 1 - path: app/Module/ModuleBlockInterface.php - - - - message: "#^Parameter \\#1 \\$string of function strlen expects string, string\\|false given\\.$#" - count: 1 - path: modules_v4/example-footer.disable/module.php - - - - message: "#^Parameter \\#1 \\$string of function strlen expects string, string\\|false given\\.$#" - count: 1 - path: modules_v4/example-middleware.disable/module.php - - - - message: "#^Parameter \\#1 \\$string of function strlen expects string, string\\|false given\\.$#" - count: 1 - path: modules_v4/example-report.disable/module.php - - - - message: "#^Parameter \\#1 \\$string of function strlen expects string, string\\|false given\\.$#" - count: 1 - path: modules_v4/example-theme.disable/module.php - - - - message: "#^Parameter \\#1 \\$string of function strlen expects string, string\\|false given\\.$#" - count: 1 - path: modules_v4/example.disable/module.php - - - - message: "#^Parameter \\#1 \\$string of function strlen expects string, string\\|false given\\.$#" - count: 1 - path: modules_v4/example-server-configuration.disable/ExampleServerConfigurationModule.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixCemeteryTag\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<stdClass\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\.$#" - count: 1 - path: app/Module/FixCemeteryTag.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixMissingDeaths\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<stdClass\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\.$#" - count: 1 - path: app/Module/FixMissingDeaths.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixNameTags\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<stdClass\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\.$#" - count: 1 - path: app/Module/FixNameTags.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixPrimaryTag\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<stdClass\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\.$#" - count: 1 - path: app/Module/FixPrimaryTag.php - - - - message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\<int, string\\>\\|false given\\.$#" - count: 2 - path: app/Module/CloudsTheme.php - - - message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#" count: 2 - path: app/Module/CloudsTheme.php - - - - message: "#^Cannot access offset mixed on \\(array\\<int, string\\>&nonEmpty\\)\\|false\\.$#" - count: 1 - path: app/Module/CloudsTheme.php - - - - message: "#^Cannot access offset int\\|false\\|null on array\\<int, string\\>\\|false\\.$#" - count: 1 - path: app/Module/CloudsTheme.php - - - - message: "#^Parameter \\#2 \\$haystack of function array_search expects array, array\\<int, string\\>\\|false given\\.$#" - count: 1 - path: app/Module/CloudsTheme.php - - - - message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\<int, string\\>\\|false given\\.$#" - count: 2 - path: app/Module/FabTheme.php - - - - message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#" - count: 2 - path: app/Module/FabTheme.php - - - - message: "#^Cannot access offset mixed on \\(array\\<int, string\\>&nonEmpty\\)\\|false\\.$#" - count: 1 - path: app/Module/FabTheme.php + path: app/Module/MinimalTheme.php - message: "#^Cannot access offset int\\|false\\|null on array\\<int, string\\>\\|false\\.$#" count: 1 - path: app/Module/FabTheme.php - - - - message: "#^Parameter \\#2 \\$haystack of function array_search expects array, array\\<int, string\\>\\|false given\\.$#" - count: 1 - path: app/Module/FabTheme.php - - - - message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\<int, string\\>\\|false given\\.$#" - count: 2 - path: app/Module/MinimalTheme.php - - - - message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#" - count: 2 path: app/Module/MinimalTheme.php - @@ -945,11 +910,6 @@ parameters: path: app/Module/MinimalTheme.php - - message: "#^Cannot access offset int\\|false\\|null on array\\<int, string\\>\\|false\\.$#" - count: 1 - path: app/Module/MinimalTheme.php - - - message: "#^Parameter \\#2 \\$haystack of function array_search expects array, array\\<int, string\\>\\|false given\\.$#" count: 1 path: app/Module/MinimalTheme.php @@ -957,52 +917,12 @@ parameters: - message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\<int, string\\>\\|false given\\.$#" count: 2 - path: app/Module/WebtreesTheme.php - - - - message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#" - count: 2 - path: app/Module/WebtreesTheme.php - - - - message: "#^Cannot access offset mixed on \\(array\\<int, string\\>&nonEmpty\\)\\|false\\.$#" - count: 1 - path: app/Module/WebtreesTheme.php - - - - message: "#^Cannot access offset int\\|false\\|null on array\\<int, string\\>\\|false\\.$#" - count: 1 - path: app/Module/WebtreesTheme.php - - - - message: "#^Parameter \\#2 \\$haystack of function array_search expects array, array\\<int, string\\>\\|false given\\.$#" - count: 1 - path: app/Module/WebtreesTheme.php - - - - message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\<int, string\\>\\|false given\\.$#" - count: 2 - path: app/Module/XeneaTheme.php - - - - message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#" - count: 2 - path: app/Module/XeneaTheme.php - - - - message: "#^Cannot access offset mixed on \\(array\\<int, string\\>&nonEmpty\\)\\|false\\.$#" - count: 1 - path: app/Module/XeneaTheme.php - - - - message: "#^Cannot access offset int\\|false\\|null on array\\<int, string\\>\\|false\\.$#" - count: 1 - path: app/Module/XeneaTheme.php + path: app/Module/MinimalTheme.php - - message: "#^Parameter \\#2 \\$haystack of function array_search expects array, array\\<int, string\\>\\|false given\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\ModuleBlockInterface\\:\\:getBlock\\(\\) has parameter \\$config with no value type specified in iterable type array\\.$#" count: 1 - path: app/Module/XeneaTheme.php + path: app/Module/ModuleBlockInterface.php - message: "#^Property Fisharebest\\\\Webtrees\\\\Module\\\\NotesTabModule\\:\\:\\$facts type has no value type specified in iterable type Illuminate\\\\Support\\\\Collection\\.$#" @@ -1020,12 +940,12 @@ parameters: path: app/Module/PrivacyPolicy.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\RecentChangesModule\\:\\:getBlock\\(\\) has parameter \\$config with no value type specified in iterable type array\\.$#" + message: "#^Cannot call method local\\(\\) on Fisharebest\\\\Webtrees\\\\Carbon\\|false\\.$#" count: 1 path: app/Module/RecentChangesModule.php - - message: "#^Cannot call method local\\(\\) on Fisharebest\\\\Webtrees\\\\Carbon\\|false\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\RecentChangesModule\\:\\:getBlock\\(\\) has parameter \\$config with no value type specified in iterable type array\\.$#" count: 1 path: app/Module/RecentChangesModule.php @@ -1035,13 +955,13 @@ parameters: path: app/Module/RelationshipsChartModule.php - - message: "#^Cannot call method xref\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" - count: 2 + message: "#^Cannot call method sex\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" + count: 4 path: app/Module/RelationshipsChartModule.php - - message: "#^Cannot call method sex\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" - count: 4 + message: "#^Cannot call method xref\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" + count: 2 path: app/Module/RelationshipsChartModule.php - @@ -1070,6 +990,11 @@ parameters: path: app/Module/StatisticsChartModule.php - + message: "#^Binary operation \"\\+\" between int and int\\|string results in an error\\.$#" + count: 1 + path: app/Module/StatisticsChartModule.php + + - message: "#^Binary operation \"\\-\" between string and 1 results in an error\\.$#" count: 2 path: app/Module/StatisticsChartModule.php @@ -1085,21 +1010,11 @@ parameters: path: app/Module/StatisticsChartModule.php - - message: "#^Binary operation \"\\+\" between int and int\\|string results in an error\\.$#" - count: 1 - path: app/Module/StatisticsChartModule.php - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\TimelineChartModule\\:\\:chart\\(\\) has parameter \\$xrefs with no value type specified in iterable type array\\.$#" count: 1 path: app/Module/TimelineChartModule.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\TopSurnamesModule\\:\\:surnameCountSort\\(\\) should return int but returns float\\|int\\.$#" - count: 1 - path: app/Module/TopSurnamesModule.php - - - message: "#^Cannot access property \\$body on object\\|null\\.$#" count: 1 path: app/Module/UserJournalModule.php @@ -1110,6 +1025,56 @@ parameters: path: app/Module/UserJournalModule.php - + message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#" + count: 2 + path: app/Module/WebtreesTheme.php + + - + message: "#^Cannot access offset int\\|false\\|null on array\\<int, string\\>\\|false\\.$#" + count: 1 + path: app/Module/WebtreesTheme.php + + - + message: "#^Cannot access offset mixed on \\(array\\<int, string\\>&nonEmpty\\)\\|false\\.$#" + count: 1 + path: app/Module/WebtreesTheme.php + + - + message: "#^Parameter \\#2 \\$haystack of function array_search expects array, array\\<int, string\\>\\|false given\\.$#" + count: 1 + path: app/Module/WebtreesTheme.php + + - + message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\<int, string\\>\\|false given\\.$#" + count: 2 + path: app/Module/WebtreesTheme.php + + - + message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#" + count: 2 + path: app/Module/XeneaTheme.php + + - + message: "#^Cannot access offset int\\|false\\|null on array\\<int, string\\>\\|false\\.$#" + count: 1 + path: app/Module/XeneaTheme.php + + - + message: "#^Cannot access offset mixed on \\(array\\<int, string\\>&nonEmpty\\)\\|false\\.$#" + count: 1 + path: app/Module/XeneaTheme.php + + - + message: "#^Parameter \\#2 \\$haystack of function array_search expects array, array\\<int, string\\>\\|false given\\.$#" + count: 1 + path: app/Module/XeneaTheme.php + + - + message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\<int, string\\>\\|false given\\.$#" + count: 2 + path: app/Module/XeneaTheme.php + + - message: "#^Cannot access property \\$latitude on object\\|null\\.$#" count: 3 path: app/PlaceLocation.php @@ -1140,33 +1105,28 @@ parameters: path: app/Report/HtmlRenderer.php - - message: "#^Strict comparison using \\=\\=\\= between \\*NEVER\\* and 'footnotetexts' will always evaluate to false\\.$#" + message: "#^Strict comparison using \\=\\=\\= between \\*NEVER\\* and 'addpage' will always evaluate to false\\.$#" count: 3 path: app/Report/HtmlRenderer.php - - message: "#^Strict comparison using \\=\\=\\= between \\*NEVER\\* and 'addpage' will always evaluate to false\\.$#" + message: "#^Strict comparison using \\=\\=\\= between \\*NEVER\\* and 'footnotetexts' will always evaluate to false\\.$#" count: 3 path: app/Report/HtmlRenderer.php - - message: "#^Elseif branch is unreachable because previous condition is always true\\.$#" - count: 6 - path: app/Report/PdfRenderer.php - - - - message: "#^Strict comparison using \\=\\=\\= between \\*NEVER\\* and 'footnotetexts' will always evaluate to false\\.$#" + message: "#^Array \\(array\\<Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseElement\\>\\) does not accept Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseElement\\|string\\.$#" count: 3 path: app/Report/PdfRenderer.php - - message: "#^Strict comparison using \\=\\=\\= between \\*NEVER\\* and 'addpage' will always evaluate to false\\.$#" - count: 3 + message: "#^Array \\(array\\<array\\<string\\>\\>\\) does not accept string\\.$#" + count: 1 path: app/Report/PdfRenderer.php - - message: "#^Array \\(array\\<Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseElement\\>\\) does not accept Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseElement\\|string\\.$#" - count: 3 + message: "#^Elseif branch is unreachable because previous condition is always true\\.$#" + count: 6 path: app/Report/PdfRenderer.php - @@ -1175,13 +1135,18 @@ parameters: path: app/Report/PdfRenderer.php - - message: "#^Array \\(array\\<array\\<string\\>\\>\\) does not accept string\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\PdfRenderer\\:\\:getStyle\\(\\) should return array but returns array\\<string\\>\\|string\\.$#" count: 1 path: app/Report/PdfRenderer.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\PdfRenderer\\:\\:getStyle\\(\\) should return array but returns array\\<string\\>\\|string\\.$#" - count: 1 + message: "#^Strict comparison using \\=\\=\\= between \\*NEVER\\* and 'addpage' will always evaluate to false\\.$#" + count: 3 + path: app/Report/PdfRenderer.php + + - + message: "#^Strict comparison using \\=\\=\\= between \\*NEVER\\* and 'footnotetexts' will always evaluate to false\\.$#" + count: 3 path: app/Report/PdfRenderer.php - @@ -1215,38 +1180,38 @@ parameters: path: app/Report/ReportHtmlText.php - - message: "#^Cannot call method getStyleName\\(\\) on array\\|Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseText\\.$#" - count: 1 + message: "#^Cannot access offset 0 on array\\|float\\.$#" + count: 3 path: app/Report/ReportHtmlTextbox.php - - message: "#^Cannot call method addText\\(\\) on array\\|Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseText\\.$#" - count: 1 + message: "#^Cannot access offset 1 on array\\|float\\.$#" + count: 2 path: app/Report/ReportHtmlTextbox.php - - message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseTextbox\\:\\:\\$elements \\(array\\<Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseElement\\|string\\>\\) does not accept array\\<int, array\\|Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseElement\\|string\\>\\.$#" + message: "#^Cannot access offset 2 on array\\|float\\.$#" count: 1 path: app/Report/ReportHtmlTextbox.php - - message: "#^Cannot access offset 2 on array\\|float\\.$#" + message: "#^Cannot call method addText\\(\\) on array\\|Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseText\\.$#" count: 1 path: app/Report/ReportHtmlTextbox.php - - message: "#^Cannot access offset 1 on array\\|float\\.$#" - count: 2 + message: "#^Cannot call method getStyleName\\(\\) on array\\|Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseText\\.$#" + count: 1 path: app/Report/ReportHtmlTextbox.php - - message: "#^Cannot access offset 0 on array\\|float\\.$#" - count: 3 + message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseTextbox\\:\\:\\$elements \\(array\\<Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseElement\\|string\\>\\) does not accept array\\<int, array\\|Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseElement\\|string\\>\\.$#" + count: 1 path: app/Report/ReportHtmlTextbox.php - - message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserBase\\:\\:\\$xml_parser \\(resource\\) does not accept XMLParser\\.$#" - count: 1 + message: "#^Parameter \\#1 \\$callback of function call_user_func expects callable\\(\\)\\: mixed, array\\(\\$this\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserBase\\), string\\) given\\.$#" + count: 2 path: app/Report/ReportParserBase.php - @@ -1255,103 +1220,98 @@ parameters: path: app/Report/ReportParserBase.php - - message: "#^Parameter \\#1 \\$callback of function call_user_func expects callable\\(\\)\\: mixed, array\\(\\$this\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserBase\\), string\\) given\\.$#" - count: 2 + message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserBase\\:\\:\\$xml_parser \\(resource\\) does not accept XMLParser\\.$#" + count: 1 path: app/Report/ReportParserBase.php - - message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$list type has no value type specified in iterable type array\\.$#" + message: "#^Array \\(array\\<string\\>\\) does not accept array\\<int, string\\>\\.$#" count: 1 path: app/Report/ReportParserGenerate.php - - message: "#^Parameter \\#1 \\$callback of function call_user_func expects callable\\(\\)\\: mixed, array\\(\\$this\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\), string\\) given\\.$#" - count: 2 + message: "#^Binary operation \"\\+\" between string and 1 results in an error\\.$#" + count: 1 path: app/Report/ReportParserGenerate.php - - message: "#^Parameter \\#1 \\$style of method Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\:\\:addStyle\\(\\) expects array\\<string\\>, array\\<string, float\\|string\\> given\\.$#" + message: "#^Call to function assert\\(\\) with false and LogicException will always evaluate to false\\.$#" count: 1 path: app/Report/ReportParserGenerate.php - - message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$print_data \\(bool\\) does not accept bool\\|null\\.$#" - count: 4 + message: "#^Cannot access offset 0 on array\\|false\\.$#" + count: 3 path: app/Report/ReportParserGenerate.php - - message: "#^Array \\(array\\<string\\>\\) does not accept array\\<int, string\\>\\.$#" - count: 1 + message: "#^Cannot access offset 1 on array\\|false\\.$#" + count: 3 path: app/Report/ReportParserGenerate.php - - message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$wt_report \\(Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\) does not accept Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseTextbox\\.$#" - count: 1 + message: "#^Cannot access offset float\\|int on array\\<int, string\\>\\|false\\.$#" + count: 14 path: app/Report/ReportParserGenerate.php - - message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$current_element \\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseElement\\) does not accept Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\.$#" + message: "#^Cannot access property \\$generation on Fisharebest\\\\Webtrees\\\\Individual\\|string\\.$#" count: 1 path: app/Report/ReportParserGenerate.php - - message: "#^Call to function assert\\(\\) with false and LogicException will always evaluate to false\\.$#" + message: "#^Cannot call method addElement\\(\\) on Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\|null\\.$#" count: 1 path: app/Report/ReportParserGenerate.php - - message: "#^Instanceof between Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer and Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseElement will always evaluate to false\\.$#" + message: "#^Cannot call method childFamilies\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" count: 1 path: app/Report/ReportParserGenerate.php - - message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$wt_report \\(Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\) does not accept Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\|null\\.$#" - count: 1 + message: "#^Cannot call method facts\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#" + count: 2 path: app/Report/ReportParserGenerate.php - - message: "#^Cannot call method addElement\\(\\) on Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\|null\\.$#" + message: "#^Cannot call method findHighlightedMediaFile\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" count: 1 path: app/Report/ReportParserGenerate.php - - message: "#^Parameter \\#1 \\$array of function end expects array, array\\<int, string\\>\\|false given\\.$#" + message: "#^Cannot call method firstImageFile\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#" count: 1 path: app/Report/ReportParserGenerate.php - - message: "#^Parameter \\#1 \\$parser of function xml_get_current_line_number expects XMLParser, resource given\\.$#" - count: 6 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Cannot access offset float\\|int on array\\<int, string\\>\\|false\\.$#" - count: 14 + message: "#^Cannot call method privatizeGedcom\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#" + count: 1 path: app/Report/ReportParserGenerate.php - - message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$parser \\(resource\\) does not accept XMLParser\\.$#" - count: 4 + message: "#^If condition is always true\\.$#" + count: 1 path: app/Report/ReportParserGenerate.php - - message: "#^Parameter \\#3 \\$value of function xml_parser_set_option expects int\\|string, false given\\.$#" - count: 4 + message: "#^Instanceof between Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer and Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseElement will always evaluate to false\\.$#" + count: 1 path: app/Report/ReportParserGenerate.php - - message: "#^Cannot call method facts\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#" - count: 2 + message: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:substituteVars\\(\\) should return string but returns string\\|null\\.$#" + count: 1 path: app/Report/ReportParserGenerate.php - - message: "#^Parameter \\#1 \\$string of function addslashes expects string, string\\|null given\\.$#" + message: "#^Parameter \\#1 \\$array of function end expects array, array\\<int, string\\>\\|false given\\.$#" count: 1 path: app/Report/ReportParserGenerate.php - - message: "#^Cannot call method findHighlightedMediaFile\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" - count: 1 + message: "#^Parameter \\#1 \\$callback of function call_user_func expects callable\\(\\)\\: mixed, array\\(\\$this\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\), string\\) given\\.$#" + count: 2 path: app/Report/ReportParserGenerate.php - @@ -1365,72 +1325,77 @@ parameters: path: app/Report/ReportParserGenerate.php - - message: "#^Cannot call method firstImageFile\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#" + message: "#^Parameter \\#1 \\$level of static method Fisharebest\\\\Webtrees\\\\Functions\\\\Functions\\:\\:getSubRecord\\(\\) expects int, float\\|int given\\.$#" count: 1 path: app/Report/ReportParserGenerate.php - - message: "#^Cannot access offset 0 on array\\|false\\.$#" - count: 3 + message: "#^Parameter \\#1 \\$nlevel of static method Fisharebest\\\\Webtrees\\\\Functions\\\\Functions\\:\\:getCont\\(\\) expects int, float\\|int given\\.$#" + count: 1 path: app/Report/ReportParserGenerate.php - - message: "#^Cannot access offset 1 on array\\|false\\.$#" - count: 3 + message: "#^Parameter \\#1 \\$parser of function xml_get_current_line_number expects XMLParser, resource given\\.$#" + count: 6 path: app/Report/ReportParserGenerate.php - - message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|null given\\.$#" + message: "#^Parameter \\#1 \\$string of function addslashes expects string, string\\|null given\\.$#" count: 1 path: app/Report/ReportParserGenerate.php - - message: "#^Cannot call method privatizeGedcom\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#" + message: "#^Parameter \\#1 \\$style of method Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\:\\:addStyle\\(\\) expects array\\<string\\>, array\\<string, float\\|string\\> given\\.$#" count: 1 path: app/Report/ReportParserGenerate.php - - message: "#^Cannot access property \\$generation on Fisharebest\\\\Webtrees\\\\Individual\\|string\\.$#" + message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|null given\\.$#" count: 1 path: app/Report/ReportParserGenerate.php - - message: "#^If condition is always true\\.$#" - count: 1 + message: "#^Parameter \\#3 \\$value of function xml_parser_set_option expects int\\|string, false given\\.$#" + count: 4 path: app/Report/ReportParserGenerate.php - - message: "#^Cannot call method childFamilies\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" + message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$current_element \\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseElement\\) does not accept Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\.$#" count: 1 path: app/Report/ReportParserGenerate.php - - message: "#^Binary operation \"\\+\" between string and 1 results in an error\\.$#" + message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$list type has no value type specified in iterable type array\\.$#" count: 1 path: app/Report/ReportParserGenerate.php - - message: "#^Parameter \\#1 \\$level of static method Fisharebest\\\\Webtrees\\\\Functions\\\\Functions\\:\\:getSubRecord\\(\\) expects int, float\\|int given\\.$#" - count: 1 + message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$parser \\(resource\\) does not accept XMLParser\\.$#" + count: 4 path: app/Report/ReportParserGenerate.php - - message: "#^Parameter \\#1 \\$nlevel of static method Fisharebest\\\\Webtrees\\\\Functions\\\\Functions\\:\\:getCont\\(\\) expects int, float\\|int given\\.$#" + message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$print_data \\(bool\\) does not accept bool\\|null\\.$#" + count: 4 + path: app/Report/ReportParserGenerate.php + + - + message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$wt_report \\(Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\) does not accept Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\|null\\.$#" count: 1 path: app/Report/ReportParserGenerate.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:substituteVars\\(\\) should return string but returns string\\|null\\.$#" + message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$wt_report \\(Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\) does not accept Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseTextbox\\.$#" count: 1 path: app/Report/ReportParserGenerate.php - - message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserSetup\\:\\:\\$data type has no value type specified in iterable type array\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserSetup\\:\\:reportProperties\\(\\) return type has no value type specified in iterable type array\\.$#" count: 1 path: app/Report/ReportParserSetup.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserSetup\\:\\:reportProperties\\(\\) return type has no value type specified in iterable type array\\.$#" + message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserSetup\\:\\:\\$data type has no value type specified in iterable type array\\.$#" count: 1 path: app/Report/ReportParserSetup.php @@ -1450,43 +1415,43 @@ parameters: path: app/Report/ReportPdfText.php - - message: "#^Cannot call method getStyleName\\(\\) on array\\|Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseText\\|string\\.$#" - count: 1 + message: "#^Cannot access offset 0 on array\\|float\\.$#" + count: 3 path: app/Report/ReportPdfTextBox.php - - message: "#^Cannot call method addText\\(\\) on array\\|Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseText\\|string\\.$#" - count: 1 + message: "#^Cannot access offset 1 on array\\|float\\.$#" + count: 2 path: app/Report/ReportPdfTextBox.php - - message: "#^Instanceof between Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseElement and Fisharebest\\\\Webtrees\\\\Report\\\\ReportPdfFootnote will always evaluate to false\\.$#" + message: "#^Cannot access offset 2 on array\\|float\\.$#" count: 1 path: app/Report/ReportPdfTextBox.php - - message: "#^Result of \\|\\| is always true\\.$#" + message: "#^Cannot call method addText\\(\\) on array\\|Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseText\\|string\\.$#" count: 1 path: app/Report/ReportPdfTextBox.php - - message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseTextbox\\:\\:\\$elements \\(array\\<Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseElement\\|string\\>\\) does not accept array\\<int, array\\|Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseElement\\|string\\>\\.$#" + message: "#^Cannot call method getStyleName\\(\\) on array\\|Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseText\\|string\\.$#" count: 1 path: app/Report/ReportPdfTextBox.php - - message: "#^Cannot access offset 2 on array\\|float\\.$#" + message: "#^Instanceof between Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseElement and Fisharebest\\\\Webtrees\\\\Report\\\\ReportPdfFootnote will always evaluate to false\\.$#" count: 1 path: app/Report/ReportPdfTextBox.php - - message: "#^Cannot access offset 1 on array\\|float\\.$#" - count: 2 + message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseTextbox\\:\\:\\$elements \\(array\\<Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseElement\\|string\\>\\) does not accept array\\<int, array\\|Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseElement\\|string\\>\\.$#" + count: 1 path: app/Report/ReportPdfTextBox.php - - message: "#^Cannot access offset 0 on array\\|float\\.$#" - count: 3 + message: "#^Result of \\|\\| is always true\\.$#" + count: 1 path: app/Report/ReportPdfTextBox.php - @@ -1505,28 +1470,28 @@ parameters: path: app/Schema/Migration44.php - - message: "#^Parameter \\#1 \\$table of static method Illuminate\\\\Database\\\\Capsule\\\\Manager\\:\\:table\\(\\) expects Closure\\|Illuminate\\\\Database\\\\Query\\\\Builder\\|string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#" - count: 2 + message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Family but returns Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#" + count: 1 path: app/Services/AdminService.php - - message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Source but returns Fisharebest\\\\Webtrees\\\\Source\\|null\\.$#" + message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Individual but returns Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" count: 1 path: app/Services/AdminService.php - - message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Individual but returns Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" + message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Media but returns Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#" count: 1 path: app/Services/AdminService.php - - message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Family but returns Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#" + message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Source but returns Fisharebest\\\\Webtrees\\\\Source\\|null\\.$#" count: 1 path: app/Services/AdminService.php - - message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Media but returns Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#" - count: 1 + message: "#^Parameter \\#1 \\$table of static method Illuminate\\\\Database\\\\Capsule\\\\Manager\\:\\:table\\(\\) expects Closure\\|Illuminate\\\\Database\\\\Query\\\\Builder\\|string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#" + count: 2 path: app/Services/AdminService.php - @@ -1535,11 +1500,6 @@ parameters: path: app/Services/AdminService.php - - message: "#^Call to an undefined method Carbon\\\\CarbonImmutable\\:\\:julianDay\\(\\)\\.$#" - count: 2 - path: app/Services/CalendarService.php - - - message: "#^Access to an undefined property Fisharebest\\\\Webtrees\\\\Fact\\:\\:\\$anniv\\.$#" count: 2 path: app/Services/CalendarService.php @@ -1550,6 +1510,11 @@ parameters: path: app/Services/CalendarService.php - + message: "#^Call to an undefined method Carbon\\\\CarbonImmutable\\:\\:julianDay\\(\\)\\.$#" + count: 2 + path: app/Services/CalendarService.php + + - message: "#^Cannot access offset mixed on array\\|object\\|null\\.$#" count: 2 path: app/Services/CaptchaService.php @@ -1560,12 +1525,12 @@ parameters: path: app/Services/ClipboardService.php - - message: "#^Parameter \\#1 \\$hostname of function gethostbyname expects string, string\\|false given\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\EmailService\\:\\:localDomain\\(\\) should return string but returns string\\|false\\.$#" count: 1 path: app/Services/EmailService.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\EmailService\\:\\:localDomain\\(\\) should return string but returns string\\|false\\.$#" + message: "#^Parameter \\#1 \\$hostname of function gethostbyname expects string, string\\|false given\\.$#" count: 1 path: app/Services/EmailService.php @@ -1590,14 +1555,19 @@ parameters: path: app/Services/HomePageService.php - + message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\HomePageService\\:\\:filterActiveBlocks\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<int, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleBlockInterface\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\.$#" + count: 1 + path: app/Services/HomePageService.php + + - message: "#^Parameter \\#2 \\$active_blocks of method Fisharebest\\\\Webtrees\\\\Services\\\\HomePageService\\:\\:filterActiveBlocks\\(\\) expects Illuminate\\\\Support\\\\Collection&iterable\\<int, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleBlockInterface\\>, Illuminate\\\\Support\\\\Collection&iterable\\<string, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleBlockInterface\\> given\\.$#" count: 2 path: app/Services/HomePageService.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\HomePageService\\:\\:filterActiveBlocks\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<int, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleBlockInterface\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\.$#" + message: "#^Access to an undefined property object\\:\\:\\$parent_id\\.$#" count: 1 - path: app/Services/HomePageService.php + path: app/Services/MapDataService.php - message: "#^Access to an undefined property object\\:\\:\\$place\\.$#" @@ -1605,9 +1575,9 @@ parameters: path: app/Services/MapDataService.php - - message: "#^Access to an undefined property object\\:\\:\\$parent_id\\.$#" + message: "#^Parameter \\#1 \\$path of function pathinfo expects string, string\\|null given\\.$#" count: 1 - path: app/Services/MapDataService.php + path: app/Services/MediaFileService.php - message: "#^Parameter \\#1 \\$size of method Fisharebest\\\\Webtrees\\\\Services\\\\MediaFileService\\:\\:parseIniFileSize\\(\\) expects string, string\\|false given\\.$#" @@ -1615,11 +1585,6 @@ parameters: path: app/Services/MediaFileService.php - - message: "#^Parameter \\#1 \\$path of function pathinfo expects string, string\\|null given\\.$#" - count: 1 - path: app/Services/MediaFileService.php - - - message: "#^Parameter \\#1 \\$string of function trim expects string, string\\|null given\\.$#" count: 2 path: app/Services/MediaFileService.php @@ -1650,23 +1615,23 @@ parameters: path: app/Services/SearchService.php - - message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#" + message: "#^Parameter \\#1 \\$haystack of function mb_stripos expects string, string\\|null given\\.$#" count: 1 path: app/Services/SearchService.php - - message: "#^Parameter \\#1 \\$haystack of function mb_stripos expects string, string\\|null given\\.$#" + message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#" count: 1 path: app/Services/SearchService.php - - message: "#^Parameter \\#2 \\$string of function explode expects string, string\\|false given\\.$#" - count: 2 + message: "#^Parameter \\#1 \\$value of function e expects Illuminate\\\\Contracts\\\\Support\\\\DeferringDisplayableValue\\|Illuminate\\\\Contracts\\\\Support\\\\Htmlable\\|string\\|null, string\\|false given\\.$#" + count: 1 path: app/Services/ServerCheckService.php - - message: "#^Parameter \\#1 \\$value of function e expects Illuminate\\\\Contracts\\\\Support\\\\DeferringDisplayableValue\\|Illuminate\\\\Contracts\\\\Support\\\\Htmlable\\|string\\|null, string\\|false given\\.$#" - count: 1 + message: "#^Parameter \\#2 \\$string of function explode expects string, string\\|false given\\.$#" + count: 2 path: app/Services/ServerCheckService.php - @@ -1675,42 +1640,42 @@ parameters: path: app/Services/SiteLogsService.php - - message: "#^Parameter \\#1 \\$stream of function fwrite expects resource, resource\\|false given\\.$#" + message: "#^Call to function is_resource\\(\\) with Psr\\\\Http\\\\Message\\\\StreamInterface will always evaluate to false\\.$#" count: 1 path: app/Services/UpgradeService.php - - message: "#^Call to function is_resource\\(\\) with Psr\\\\Http\\\\Message\\\\StreamInterface will always evaluate to false\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\UpgradeService\\:\\:downloadFile\\(\\) should return int but returns int\\|false\\.$#" count: 1 path: app/Services/UpgradeService.php - - message: "#^Parameter \\#1 \\$stream of function ftell expects resource, resource\\|false given\\.$#" + message: "#^Parameter \\#1 \\$stream of function fclose expects resource, resource\\|false given\\.$#" count: 1 path: app/Services/UpgradeService.php - - message: "#^Parameter \\#1 \\$stream of function rewind expects resource, resource\\|false given\\.$#" + message: "#^Parameter \\#1 \\$stream of function ftell expects resource, resource\\|false given\\.$#" count: 1 path: app/Services/UpgradeService.php - - message: "#^Parameter \\#1 \\$stream of function fclose expects resource, resource\\|false given\\.$#" + message: "#^Parameter \\#1 \\$stream of function fwrite expects resource, resource\\|false given\\.$#" count: 1 path: app/Services/UpgradeService.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\UpgradeService\\:\\:downloadFile\\(\\) should return int but returns int\\|false\\.$#" + message: "#^Parameter \\#1 \\$stream of function rewind expects resource, resource\\|false given\\.$#" count: 1 path: app/Services/UpgradeService.php - - message: "#^Property Fisharebest\\\\Webtrees\\\\SessionDatabaseHandler\\:\\:\\$row \\(stdClass\\|null\\) does not accept object\\|null\\.$#" + message: "#^Access to an undefined property object\\:\\:\\$session_data\\.$#" count: 1 path: app/SessionDatabaseHandler.php - - message: "#^Access to an undefined property object\\:\\:\\$session_data\\.$#" + message: "#^Property Fisharebest\\\\Webtrees\\\\SessionDatabaseHandler\\:\\:\\$row \\(stdClass\\|null\\) does not accept object\\|null\\.$#" count: 1 path: app/SessionDatabaseHandler.php @@ -1720,17 +1685,17 @@ parameters: path: app/Statistics.php - - message: "#^Parameter \\#1 \\$callback of function call_user_func expects callable\\(\\)\\: mixed, array\\(\\$this\\(Fisharebest\\\\Webtrees\\\\Statistics\\), string\\) given\\.$#" - count: 2 + message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\:\\:statsAgeQuery\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 path: app/Statistics.php - - message: "#^Parameter \\#1 \\.\\.\\.\\$params of method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:totalSurnames\\(\\) expects string, array\\<string\\> given\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\:\\:statsChildrenQuery\\(\\) return type has no value type specified in iterable type array\\.$#" count: 1 path: app/Statistics.php - - message: "#^Parameter \\#1 \\.\\.\\.\\$params of method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:totalGivennames\\(\\) expects string, array\\<string\\> given\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\:\\:statsMarrAgeQuery\\(\\) return type has no value type specified in iterable type array\\.$#" count: 1 path: app/Statistics.php @@ -1740,17 +1705,17 @@ parameters: path: app/Statistics.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\:\\:statsAgeQuery\\(\\) return type has no value type specified in iterable type array\\.$#" - count: 1 + message: "#^Parameter \\#1 \\$callback of function call_user_func expects callable\\(\\)\\: mixed, array\\(\\$this\\(Fisharebest\\\\Webtrees\\\\Statistics\\), string\\) given\\.$#" + count: 2 path: app/Statistics.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\:\\:statsMarrAgeQuery\\(\\) return type has no value type specified in iterable type array\\.$#" + message: "#^Parameter \\#1 \\.\\.\\.\\$params of method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:totalGivennames\\(\\) expects string, array\\<string\\> given\\.$#" count: 1 path: app/Statistics.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\:\\:statsChildrenQuery\\(\\) return type has no value type specified in iterable type array\\.$#" + message: "#^Parameter \\#1 \\.\\.\\.\\$params of method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:totalSurnames\\(\\) expects string, array\\<string\\> given\\.$#" count: 1 path: app/Statistics.php @@ -1770,47 +1735,47 @@ parameters: path: app/Statistics/Google/ChartCommonSurname.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartDistribution\\:\\:createChartData\\(\\) has parameter \\$places with no value type specified in iterable type array\\.$#" - count: 1 + message: "#^Cannot access property \\$country on int\\|stdClass\\.$#" + count: 4 path: app/Statistics/Google/ChartDistribution.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartDistribution\\:\\:createChartData\\(\\) return type has no value type specified in iterable type array\\.$#" - count: 1 + message: "#^Cannot access property \\$tot on int\\|stdClass\\.$#" + count: 4 path: app/Statistics/Google/ChartDistribution.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartDistribution\\:\\:getBirthChartData\\(\\) return type has no value type specified in iterable type array\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartDistribution\\:\\:createChartData\\(\\) has parameter \\$places with no value type specified in iterable type array\\.$#" count: 1 path: app/Statistics/Google/ChartDistribution.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartDistribution\\:\\:getDeathChartData\\(\\) return type has no value type specified in iterable type array\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartDistribution\\:\\:createChartData\\(\\) return type has no value type specified in iterable type array\\.$#" count: 1 path: app/Statistics/Google/ChartDistribution.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartDistribution\\:\\:getMarriageChartData\\(\\) return type has no value type specified in iterable type array\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartDistribution\\:\\:getBirthChartData\\(\\) return type has no value type specified in iterable type array\\.$#" count: 1 path: app/Statistics/Google/ChartDistribution.php - - message: "#^Cannot access property \\$country on int\\|stdClass\\.$#" - count: 4 + message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartDistribution\\:\\:getDeathChartData\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 path: app/Statistics/Google/ChartDistribution.php - - message: "#^Cannot access property \\$tot on int\\|stdClass\\.$#" - count: 4 + message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartDistribution\\:\\:getIndivdualChartData\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 path: app/Statistics/Google/ChartDistribution.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartDistribution\\:\\:getSurnameChartData\\(\\) return type has no value type specified in iterable type array\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartDistribution\\:\\:getMarriageChartData\\(\\) return type has no value type specified in iterable type array\\.$#" count: 1 path: app/Statistics/Google/ChartDistribution.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartDistribution\\:\\:getIndivdualChartData\\(\\) return type has no value type specified in iterable type array\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartDistribution\\:\\:getSurnameChartData\\(\\) return type has no value type specified in iterable type array\\.$#" count: 1 path: app/Statistics/Google/ChartDistribution.php @@ -1840,7 +1805,7 @@ parameters: path: app/Statistics/Repository/FamilyRepository.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\FamilyRepository\\:\\:ageBetweenSiblingsList\\(\\) should return array\\<string, array\\> but returns array\\<int, array\\<string, Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual\\|string\\|null\\>\\>\\.$#" + message: "#^Cannot call method formatList\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#" count: 1 path: app/Statistics/Repository/FamilyRepository.php @@ -1850,23 +1815,23 @@ parameters: path: app/Statistics/Repository/FamilyRepository.php - - message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" - count: 3 + message: "#^Cannot call method getBirthDate\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" + count: 2 path: app/Statistics/Repository/FamilyRepository.php - - message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#" - count: 2 + message: "#^Cannot call method husband\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#" + count: 1 path: app/Statistics/Repository/FamilyRepository.php - - message: "#^Cannot call method formatList\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#" - count: 1 + message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#" + count: 2 path: app/Statistics/Repository/FamilyRepository.php - - message: "#^Cannot call method husband\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#" - count: 1 + message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" + count: 3 path: app/Statistics/Repository/FamilyRepository.php - @@ -1875,47 +1840,47 @@ parameters: path: app/Statistics/Repository/FamilyRepository.php - - message: "#^Cannot call method getBirthDate\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" - count: 2 + message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\FamilyRepository\\:\\:ageBetweenSiblingsList\\(\\) should return array\\<string, array\\> but returns array\\<int, array\\<string, Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual\\|string\\|null\\>\\>\\.$#" + count: 1 path: app/Statistics/Repository/FamilyRepository.php - - message: "#^Cannot call method local\\(\\) on Fisharebest\\\\Webtrees\\\\Carbon\\|null\\.$#" - count: 2 + message: "#^Access to an undefined property object\\:\\:\\$change_time\\.$#" + count: 1 path: app/Statistics/Repository/GedcomRepository.php - - message: "#^Access to an undefined property object\\:\\:\\$change_time\\.$#" - count: 1 + message: "#^Cannot call method local\\(\\) on Fisharebest\\\\Webtrees\\\\Carbon\\|null\\.$#" + count: 2 path: app/Statistics/Repository/GedcomRepository.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGiven\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" + message: "#^Access to an undefined property object\\:\\:\\$days\\.$#" count: 1 path: app/Statistics/Repository/IndividualRepository.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGiven\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" count: 1 path: app/Statistics/Repository/IndividualRepository.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenList\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenFemale\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" count: 1 path: app/Statistics/Repository/IndividualRepository.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenListTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenFemaleList\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" count: 1 path: app/Statistics/Repository/IndividualRepository.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenTable\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenFemaleListTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" count: 1 path: app/Statistics/Repository/IndividualRepository.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenFemale\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenFemaleTable\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" count: 1 path: app/Statistics/Repository/IndividualRepository.php @@ -1925,52 +1890,52 @@ parameters: path: app/Statistics/Repository/IndividualRepository.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenFemaleList\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenList\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" count: 1 path: app/Statistics/Repository/IndividualRepository.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenFemaleListTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenListTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" count: 1 path: app/Statistics/Repository/IndividualRepository.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenFemaleTable\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenMale\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" count: 1 path: app/Statistics/Repository/IndividualRepository.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenMale\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenMaleList\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" count: 1 path: app/Statistics/Repository/IndividualRepository.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenMaleTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenMaleListTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" count: 1 path: app/Statistics/Repository/IndividualRepository.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenMaleList\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenMaleTable\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" count: 1 path: app/Statistics/Repository/IndividualRepository.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenMaleListTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenMaleTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" count: 1 path: app/Statistics/Repository/IndividualRepository.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenMaleTable\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenTable\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" count: 1 path: app/Statistics/Repository/IndividualRepository.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenUnknown\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" count: 1 path: app/Statistics/Repository/IndividualRepository.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenUnknownTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenUnknown\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" count: 1 path: app/Statistics/Repository/IndividualRepository.php @@ -1990,17 +1955,17 @@ parameters: path: app/Statistics/Repository/IndividualRepository.php - - message: "#^Parameter \\#3 \\$value of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:having\\(\\) expects string\\|null, int given\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenUnknownTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" count: 1 path: app/Statistics/Repository/IndividualRepository.php - - message: "#^Access to an undefined property object\\:\\:\\$days\\.$#" + message: "#^Parameter \\#2 \\$given of method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartCommonGiven\\:\\:chartCommonGiven\\(\\) expects array, array\\<int\\>\\|string given\\.$#" count: 1 path: app/Statistics/Repository/IndividualRepository.php - - message: "#^Parameter \\#2 \\$given of method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartCommonGiven\\:\\:chartCommonGiven\\(\\) expects array, array\\<int\\>\\|string given\\.$#" + message: "#^Parameter \\#3 \\$value of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:having\\(\\) expects string\\|null, int given\\.$#" count: 1 path: app/Statistics/Repository/IndividualRepository.php @@ -2015,12 +1980,12 @@ parameters: path: app/Statistics/Repository/PlaceRepository.php - - message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#" + message: "#^Method Fisharebest\\\\Webtrees\\\\SurnameTradition\\\\PatrilinealSurnameTradition\\:\\:inflect\\(\\) should return string but returns string\\|null\\.$#" count: 1 path: app/SurnameTradition/PatrilinealSurnameTradition.php - - message: "#^Method Fisharebest\\\\Webtrees\\\\SurnameTradition\\\\PatrilinealSurnameTradition\\:\\:inflect\\(\\) should return string but returns string\\|null\\.$#" + message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#" count: 1 path: app/SurnameTradition/PatrilinealSurnameTradition.php @@ -2034,3 +1999,33 @@ parameters: count: 1 path: app/Webtrees.php + - + message: "#^Parameter \\#1 \\$string of function strlen expects string, string\\|false given\\.$#" + count: 1 + path: modules_v4/example-footer.disable/module.php + + - + message: "#^Parameter \\#1 \\$string of function strlen expects string, string\\|false given\\.$#" + count: 1 + path: modules_v4/example-middleware.disable/module.php + + - + message: "#^Parameter \\#1 \\$string of function strlen expects string, string\\|false given\\.$#" + count: 1 + path: modules_v4/example-report.disable/module.php + + - + message: "#^Parameter \\#1 \\$string of function strlen expects string, string\\|false given\\.$#" + count: 1 + path: modules_v4/example-server-configuration.disable/ExampleServerConfigurationModule.php + + - + message: "#^Parameter \\#1 \\$string of function strlen expects string, string\\|false given\\.$#" + count: 1 + path: modules_v4/example-theme.disable/module.php + + - + message: "#^Parameter \\#1 \\$string of function strlen expects string, string\\|false given\\.$#" + count: 1 + path: modules_v4/example.disable/module.php + |
