diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2023-02-23 20:15:08 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2023-02-23 21:13:38 +0000 |
| commit | 2de31868d5f386235103aaab8b31af0600c2a07b (patch) | |
| tree | 9bcadd1cf228222b62043ea5460dbc637f5229cb /phpstan-baseline.neon | |
| parent | 55c65200df5de714ce540e568bcb6a1ff6096e86 (diff) | |
| download | webtrees-2de31868d5f386235103aaab8b31af0600c2a07b.tar.gz webtrees-2de31868d5f386235103aaab8b31af0600c2a07b.tar.bz2 webtrees-2de31868d5f386235103aaab8b31af0600c2a07b.zip | |
Use PHP format for phpstan baseline file
Diffstat (limited to 'phpstan-baseline.neon')
| -rw-r--r-- | phpstan-baseline.neon | 4036 |
1 files changed, 0 insertions, 4036 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon deleted file mode 100644 index c486b72488..0000000000 --- a/phpstan-baseline.neon +++ /dev/null @@ -1,4036 +0,0 @@ -parameters: - ignoreErrors: - - - message: "#^Cannot call method make\\(\\) on mixed\\.$#" - count: 1 - path: app/Elements/AbstractXrefElement.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Elements\\\\AgeAtEvent\\:\\:value\\(\\) should return string but returns string\\|null\\.$#" - count: 1 - path: app/Elements/AgeAtEvent.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Elements\\\\DateValue\\:\\:escape\\(\\) should return string but returns string\\|null\\.$#" - count: 1 - path: app/Elements/DateValue.php - - - - message: "#^Parameter \\#1 \\$string of function trim expects string, string\\|null given\\.$#" - count: 1 - path: app/Elements/PlaceHierarchy.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Elements\\\\RestrictionNotice\\:\\:canonical\\(\\) should return string but returns string\\|null\\.$#" - count: 1 - path: app/Elements/RestrictionNotice.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Encodings\\\\ANSEL\\:\\:fromUtf8\\(\\) should return string but returns string\\|null\\.$#" - count: 1 - path: app/Encodings/ANSEL.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|null given\\.$#" - count: 1 - path: app/Encodings/ANSEL.php - - - - message: "#^Parameter \\#2 \\$array of function array_map expects array, array\\<int, string\\>\\|false given\\.$#" - count: 1 - path: app/Encodings/AbstractEncoding.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Fact\\:\\:value\\(\\) should return string but returns string\\|null\\.$#" - count: 1 - path: app/Fact.php - - - - message: "#^Parameter \\#1 \\$value of method Fisharebest\\\\Webtrees\\\\Contracts\\\\ElementInterface\\:\\:canonical\\(\\) expects string, string\\|null given\\.$#" - count: 1 - path: app/Fact.php - - - - message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Family but returns Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#" - count: 1 - path: app/Factories/FamilyFactory.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\FamilyFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#" - count: 1 - path: app/Factories/FamilyFactory.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Individual, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Individual given\\.$#" - count: 1 - path: app/Factories/FamilyFactory.php - - - - message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\GedcomRecord but returns Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#" - count: 1 - path: app/Factories/GedcomRecordFactory.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\GedcomRecordFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#" - count: 1 - path: app/Factories/GedcomRecordFactory.php - - - - message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Header but returns Fisharebest\\\\Webtrees\\\\Header\\|null\\.$#" - count: 1 - path: app/Factories/HeaderFactory.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\HeaderFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#" - count: 1 - path: app/Factories/HeaderFactory.php - - - - message: "#^Parameter \\#1 \\$num of function dechex expects int, float\\|int given\\.$#" - count: 1 - path: app/Factories/IdFactory.php - - - - message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Individual but returns Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" - count: 1 - path: app/Factories/IndividualFactory.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\IndividualFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#" - count: 1 - path: app/Factories/IndividualFactory.php - - - - message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Location but returns Fisharebest\\\\Webtrees\\\\Location\\|null\\.$#" - count: 1 - path: app/Factories/LocationFactory.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\LocationFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#" - count: 1 - path: app/Factories/LocationFactory.php - - - - message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Media but returns Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#" - count: 1 - path: app/Factories/MediaFactory.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\MediaFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#" - count: 1 - path: app/Factories/MediaFactory.php - - - - message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Note but returns Fisharebest\\\\Webtrees\\\\Note\\|null\\.$#" - count: 1 - path: app/Factories/NoteFactory.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\NoteFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#" - count: 1 - path: app/Factories/NoteFactory.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\RepositoryFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#" - count: 1 - path: app/Factories/RepositoryFactory.php - - - - message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\SharedNote but returns Fisharebest\\\\Webtrees\\\\SharedNote\\|null\\.$#" - count: 1 - path: app/Factories/SharedNoteFactory.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\SharedNoteFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#" - count: 1 - path: app/Factories/SharedNoteFactory.php - - - - message: "#^Parameter \\#1 \\$string of function trim expects string, string\\|null given\\.$#" - count: 1 - path: app/Factories/SlugFactory.php - - - - message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Source but returns Fisharebest\\\\Webtrees\\\\Source\\|null\\.$#" - count: 1 - path: app/Factories/SourceFactory.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\SourceFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#" - count: 1 - path: app/Factories/SourceFactory.php - - - - message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Submission but returns Fisharebest\\\\Webtrees\\\\Submission\\|null\\.$#" - count: 1 - path: app/Factories/SubmissionFactory.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\SubmissionFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#" - count: 1 - path: app/Factories/SubmissionFactory.php - - - - message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Submitter but returns Fisharebest\\\\Webtrees\\\\Submitter\\|null\\.$#" - count: 1 - path: app/Factories/SubmitterFactory.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\SubmitterFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#" - count: 1 - path: app/Factories/SubmitterFactory.php - - - - message: "#^Cannot cast mixed to int\\.$#" - count: 1 - path: app/Factories/XrefFactory.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Family\\:\\:spouses\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Individual\\> but returns Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Individual\\|null\\>\\.$#" - count: 1 - path: app/Family.php - - - - message: "#^Cannot call method fromUtf8\\(\\) on Fisharebest\\\\Webtrees\\\\Encodings\\\\EncodingInterface\\|null\\.$#" - count: 2 - path: app/GedcomFilters/GedcomEncodingFilter.php - - - - message: "#^Parameter \\#1 \\$array of function array_shift expects array, array\\<int, string\\>\\|false given\\.$#" - count: 2 - path: app/GedcomRecord.php - - - - message: "#^Parameter \\#1 \\$string of function trim expects string, string\\|null given\\.$#" - count: 2 - path: app/GedcomRecord.php - - - - message: "#^Parameter \\#2 \\$gedcom of method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:updateFact\\(\\) expects string, string\\|null given\\.$#" - count: 1 - path: app/GedcomRecord.php - - - - message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#" - count: 1 - path: app/GedcomRecord.php - - - - message: "#^Property Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:\\$getAllNames \\(array\\<array\\<string\\>\\>\\) does not accept array\\<array\\<string\\|null\\>\\>\\.$#" - count: 1 - path: app/GedcomRecord.php - - - - message: "#^Strict comparison using \\=\\=\\= between '\\-dev' and '' will always evaluate to false\\.$#" - count: 1 - path: app/Helpers/functions.php - - - - 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 \\$path of method Psr\\\\Http\\\\Message\\\\UriInterface\\:\\:withPath\\(\\) expects string, string\\|false given\\.$#" - count: 1 - path: app/Http/Middleware/BaseUrl.php - - - - message: "#^Parameter \\#1 \\$port of method Psr\\\\Http\\\\Message\\\\UriInterface\\:\\:withPort\\(\\) expects int\\|null, int\\<0, 65535\\>\\|false\\|null 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\\.$#" - count: 1 - path: app/Http/Middleware/BaseUrl.php - - - - message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#" - count: 1 - path: app/Http/Middleware/ClientIp.php - - - - message: "#^Cannot call method has\\(\\) on mixed\\.$#" - count: 2 - path: app/Http/Middleware/HandleExceptions.php - - - - message: "#^Cannot call method instance\\(\\) on mixed\\.$#" - count: 1 - path: app/Http/Middleware/HandleExceptions.php - - - - message: "#^Cannot call method withAttribute\\(\\) on mixed\\.$#" - count: 1 - path: app/Http/Middleware/HandleExceptions.php - - - - message: "#^Parameter \\#1 \\$message of static method Fisharebest\\\\Webtrees\\\\Log\\:\\:addErrorLog\\(\\) expects string, string\\|null given\\.$#" - count: 1 - path: app/Http/Middleware/HandleExceptions.php - - - - message: "#^Parameter \\#1 \\$request of method Fisharebest\\\\Webtrees\\\\Http\\\\Middleware\\\\HandleExceptions\\:\\:httpExceptionResponse\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#" - count: 1 - path: app/Http/Middleware/HandleExceptions.php - - - - message: "#^Parameter \\#1 \\$request of method Fisharebest\\\\Webtrees\\\\Http\\\\Middleware\\\\HandleExceptions\\:\\:thirdPartyExceptionResponse\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#" - count: 1 - path: app/Http/Middleware/HandleExceptions.php - - - - message: "#^Parameter \\#1 \\$request of method Fisharebest\\\\Webtrees\\\\Http\\\\Middleware\\\\HandleExceptions\\:\\:unhandledExceptionResponse\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#" - count: 2 - path: app/Http/Middleware/HandleExceptions.php - - - - message: "#^Cannot call method instance\\(\\) on mixed\\.$#" - count: 1 - path: app/Http/Middleware/LoadRoutes.php - - - - message: "#^Parameter \\#1 \\$basepath of class Aura\\\\Router\\\\RouterContainer constructor expects string\\|null, string\\|false\\|null given\\.$#" - count: 1 - path: app/Http/Middleware/LoadRoutes.php - - - - message: "#^Cannot call method instance\\(\\) on mixed\\.$#" - count: 1 - path: app/Http/Middleware/NoRouteFound.php - - - - message: "#^Argument of an invalid type array\\|false supplied for foreach, only iterables are supported\\.$#" - count: 1 - path: app/Http/Middleware/ReadConfigIni.php - - - - message: "#^Cannot call method instance\\(\\) on mixed\\.$#" - count: 2 - path: app/Http/Middleware/Router.php - - - - message: "#^Cannot call method instance\\(\\) on mixed\\.$#" - count: 1 - path: app/Http/Middleware/UseTheme.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Http\\\\Middleware\\\\UseTransaction\\:\\:process\\(\\) should return Psr\\\\Http\\\\Message\\\\ResponseInterface but returns Psr\\\\Http\\\\Message\\\\ResponseInterface\\|null\\.$#" - count: 1 - path: app/Http/Middleware/UseTransaction.php - - - - message: "#^Parameter \\#1 \\$content of function response expects array\\|object\\|string, string\\|false given\\.$#" - count: 1 - path: app/Http/RequestHandlers/AppleTouchIconPng.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Family, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Family given\\.$#" - count: 1 - path: app/Http/RequestHandlers/AutoCompleteCitation.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Individual, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Individual given\\.$#" - count: 1 - path: app/Http/RequestHandlers/AutoCompleteCitation.php - - - - message: "#^Parameter \\#1 \\$items of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),Fisharebest\\\\Webtrees\\\\Individual\\>\\:\\:merge\\(\\) expects Illuminate\\\\Contracts\\\\Support\\\\Arrayable\\<\\(int\\|string\\), Fisharebest\\\\Webtrees\\\\Individual\\>\\|iterable\\<\\(int\\|string\\), Fisharebest\\\\Webtrees\\\\Individual\\>, Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), Fisharebest\\\\Webtrees\\\\Family\\> given\\.$#" - count: 1 - path: app/Http/RequestHandlers/AutoCompleteCitation.php - - - - message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#" - count: 1 - path: app/Http/RequestHandlers/CalendarEvents.php - - - - message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#" - count: 1 - path: app/Http/RequestHandlers/CalendarEvents.php - - - - message: "#^Parameter \\#1 \\$content of function response expects array\\|object\\|string, string\\|false given\\.$#" - count: 1 - path: app/Http/RequestHandlers/CalendarEvents.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: object, Closure\\(object\\)\\: object given\\.$#" - count: 1 - path: app/Http/RequestHandlers/CheckTree.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\ControlPanel\\:\\:totalChanges\\(\\) should return array\\<string\\> but returns array\\<int\\>\\.$#" - count: 1 - path: app/Http/RequestHandlers/ControlPanel.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: int, Closure\\(string\\)\\: int given\\.$#" - count: 8 - path: app/Http/RequestHandlers/ControlPanel.php - - - - message: "#^Parameter \\#2 \\$collection of method Fisharebest\\\\Webtrees\\\\Services\\\\DatatablesService\\:\\:handleCollection\\(\\) expects Illuminate\\\\Support\\\\Collection\\<int, mixed\\>, Illuminate\\\\Support\\\\Collection\\<int, object\\> given\\.$#" - count: 1 - path: app/Http/RequestHandlers/DataFixData.php - - - - message: "#^Parameter \\#1 \\$key of method Illuminate\\\\Support\\\\Collection\\<int,Fisharebest\\\\Webtrees\\\\Module\\\\ModuleDataFixInterface\\>\\:\\:get\\(\\) expects int, string given\\.$#" - count: 1 - path: app/Http/RequestHandlers/DataFixSelect.php - - - - message: "#^Cannot access property \\$xref on object\\|null\\.$#" - count: 2 - path: app/Http/RequestHandlers/DataFixUpdateAll.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\DeleteRecord\\:\\:removeLinks\\(\\) should return string but returns string\\|null\\.$#" - count: 1 - path: app/Http/RequestHandlers/DeleteRecord.php - - - - message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#" - count: 4 - path: app/Http/RequestHandlers/DeleteRecord.php - - - - message: "#^Cannot cast mixed to int\\.$#" - count: 1 - path: app/Http/RequestHandlers/DeleteUser.php - - - - message: "#^Argument of an invalid type string supplied for foreach, only iterables are supported\\.$#" - count: 1 - path: app/Http/RequestHandlers/EditFactAction.php - - - - message: "#^Parameter \\#2 \\$gedcom of method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:updateFact\\(\\) expects string, string\\|null given\\.$#" - count: 1 - path: app/Http/RequestHandlers/EditFactAction.php - - - - message: "#^If condition is always true\\.$#" - count: 1 - path: app/Http/RequestHandlers/EditMediaFileAction.php - - - - message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:updateRecord\\(\\) expects string, string\\|null given\\.$#" - count: 1 - path: app/Http/RequestHandlers/EditNoteAction.php - - - - message: "#^Parameter \\#1 \\$string of function trim expects string, string\\|null given\\.$#" - count: 1 - path: app/Http/RequestHandlers/EditRawFactAction.php - - - - message: "#^Parameter \\#1 \\$string of function trim expects string, string\\|null given\\.$#" - count: 1 - path: app/Http/RequestHandlers/EditRawRecordAction.php - - - - message: "#^Parameter \\#1 \\$content of function response expects array\\|object\\|string, string\\|false given\\.$#" - count: 1 - path: app/Http/RequestHandlers/FaviconIco.php - - - - message: "#^Cannot call method displayImage\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#" - count: 1 - path: app/Http/RequestHandlers/FixLevel0MediaData.php - - - - message: "#^Cannot call method facts\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" - count: 2 - path: app/Http/RequestHandlers/FixLevel0MediaData.php - - - - 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\\\\Media\\|null\\.$#" - count: 1 - path: app/Http/RequestHandlers/FixLevel0MediaData.php - - - - message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" - count: 1 - path: app/Http/RequestHandlers/FixLevel0MediaData.php - - - - message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#" - count: 1 - path: app/Http/RequestHandlers/FixLevel0MediaData.php - - - - message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#" - count: 1 - path: app/Http/RequestHandlers/GedcomLoad.php - - - - message: "#^Variable \\$progress on left side of \\?\\? always exists and is not nullable\\.$#" - count: 1 - path: app/Http/RequestHandlers/GedcomLoad.php - - - - message: "#^Cannot call method createFact\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#" - count: 1 - path: app/Http/RequestHandlers/ImportThumbnailsAction.php - - - - message: "#^Cannot call method facts\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#" - count: 1 - path: app/Http/RequestHandlers/ImportThumbnailsAction.php - - - - message: "#^Cannot call method firstImageFile\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#" - count: 1 - path: app/Http/RequestHandlers/ImportThumbnailsAction.php - - - - message: "#^Cannot call method tree\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#" - count: 1 - path: app/Http/RequestHandlers/ImportThumbnailsAction.php - - - - message: "#^Cannot call method updateRecord\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#" - count: 1 - path: app/Http/RequestHandlers/ImportThumbnailsAction.php - - - - message: "#^Cannot call method xref\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#" - count: 1 - path: app/Http/RequestHandlers/ImportThumbnailsAction.php - - - - message: "#^Parameter \\#1 \\$record of method Fisharebest\\\\Webtrees\\\\Services\\\\PendingChangesService\\:\\:acceptRecord\\(\\) expects Fisharebest\\\\Webtrees\\\\GedcomRecord, Fisharebest\\\\Webtrees\\\\Media\\|null given\\.$#" - count: 1 - path: app/Http/RequestHandlers/ImportThumbnailsAction.php - - - - message: "#^Parameter \\#2 \\$tree of method Fisharebest\\\\Webtrees\\\\Contracts\\\\MediaFactoryInterface\\:\\:make\\(\\) expects Fisharebest\\\\Webtrees\\\\Tree, Fisharebest\\\\Webtrees\\\\Tree\\|null given\\.$#" - count: 1 - path: app/Http/RequestHandlers/ImportThumbnailsAction.php - - - - message: "#^Cannot access offset 0 on mixed\\.$#" - count: 1 - path: app/Http/RequestHandlers/ImportThumbnailsData.php - - - - message: "#^Cannot access offset 0 on non\\-empty\\-array\\<int, string\\>\\|false\\.$#" - count: 2 - path: app/Http/RequestHandlers/ImportThumbnailsData.php - - - - message: "#^Cannot access offset 1 on mixed\\.$#" - count: 1 - path: app/Http/RequestHandlers/ImportThumbnailsData.php - - - - message: "#^Cannot access offset 2 on mixed\\.$#" - count: 1 - path: app/Http/RequestHandlers/ImportThumbnailsData.php - - - - message: "#^Unable to resolve the template type TMakeKey in call to method static method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:make\\(\\)$#" - count: 1 - path: app/Http/RequestHandlers/ImportThumbnailsData.php - - - - message: "#^Cannot access offset '0' on array\\|false\\.$#" - count: 1 - path: app/Http/RequestHandlers/ManageMediaData.php - - - - message: "#^Cannot access offset '1' on array\\|false\\.$#" - count: 1 - path: app/Http/RequestHandlers/ManageMediaData.php - - - - message: "#^Parameter \\#1 \\$column of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:where\\(\\) expects array\\|Closure\\|string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#" - count: 2 - path: app/Http/RequestHandlers/ManageMediaData.php - - - - message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#" - count: 1 - path: app/Http/RequestHandlers/ManageMediaData.php - - - - message: "#^Parameter \\#2 \\$collection of method Fisharebest\\\\Webtrees\\\\Services\\\\DatatablesService\\:\\:handleCollection\\(\\) expects Illuminate\\\\Support\\\\Collection\\<int, mixed\\>, Illuminate\\\\Support\\\\Collection\\<int, array\\{string\\}\\> given\\.$#" - count: 1 - path: app/Http/RequestHandlers/ManageMediaData.php - - - - message: "#^Parameter \\#2 \\$needle of function str_starts_with expects string, mixed given\\.$#" - count: 1 - path: app/Http/RequestHandlers/ManageMediaData.php - - - - message: "#^Cannot cast mixed to int\\.$#" - count: 1 - path: app/Http/RequestHandlers/MapDataAdd.php - - - - message: "#^Cannot cast mixed to int\\.$#" - count: 1 - path: app/Http/RequestHandlers/MapDataDelete.php - - - - message: "#^Cannot access property \\$id on mixed\\.$#" - count: 1 - path: app/Http/RequestHandlers/MapDataExportCSV.php - - - - message: "#^Cannot access property \\$latitude on mixed\\.$#" - count: 1 - path: app/Http/RequestHandlers/MapDataExportCSV.php - - - - message: "#^Cannot access property \\$longitude on mixed\\.$#" - count: 1 - path: app/Http/RequestHandlers/MapDataExportCSV.php - - - - message: "#^Cannot access property \\$place on mixed\\.$#" - count: 1 - path: app/Http/RequestHandlers/MapDataExportCSV.php - - - - message: "#^Cannot cast mixed to int\\.$#" - count: 1 - path: app/Http/RequestHandlers/MapDataExportCSV.php - - - - message: "#^Parameter \\#1 \\$content of function response expects array\\|object\\|string, string\\|false given\\.$#" - count: 1 - path: app/Http/RequestHandlers/MapDataExportCSV.php - - - - message: "#^Cannot access property \\$id on mixed\\.$#" - count: 1 - path: app/Http/RequestHandlers/MapDataExportGeoJson.php - - - - message: "#^Cannot access property \\$latitude on mixed\\.$#" - count: 1 - path: app/Http/RequestHandlers/MapDataExportGeoJson.php - - - - message: "#^Cannot access property \\$longitude on mixed\\.$#" - count: 1 - path: app/Http/RequestHandlers/MapDataExportGeoJson.php - - - - message: "#^Cannot access property \\$place on mixed\\.$#" - count: 1 - path: app/Http/RequestHandlers/MapDataExportGeoJson.php - - - - message: "#^Cannot cast mixed to int\\.$#" - count: 1 - path: app/Http/RequestHandlers/MapDataExportGeoJson.php - - - - message: "#^Cannot access property \\$features on mixed\\.$#" - count: 1 - path: app/Http/RequestHandlers/MapDataImportAction.php - - - - message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, string\\|false given\\.$#" - count: 1 - path: app/Http/RequestHandlers/MapDataImportAction.php - - - - message: "#^Parameter \\#1 \\$json of function json_decode expects string, string\\|false given\\.$#" - count: 1 - path: app/Http/RequestHandlers/MapDataImportAction.php - - - - message: "#^Cannot cast mixed to int\\.$#" - count: 1 - path: app/Http/RequestHandlers/MapDataList.php - - - - message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:updateRecord\\(\\) expects string, string\\|null given\\.$#" - count: 1 - path: app/Http/RequestHandlers/MergeFactsAction.php - - - - message: "#^Cannot call method name\\(\\) on Fisharebest\\\\Webtrees\\\\Tree\\|null\\.$#" - count: 2 - path: app/Http/RequestHandlers/MergeTreesAction.php - - - - message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, mixed given\\.$#" - count: 1 - path: app/Http/RequestHandlers/ModuleAction.php - - - - message: "#^Parameter \\#1 \\$module_name of method Fisharebest\\\\Webtrees\\\\Services\\\\ModuleService\\:\\:findByName\\(\\) expects string, mixed given\\.$#" - count: 1 - path: app/Http/RequestHandlers/ModuleAction.php - - - - message: "#^Parameter \\#1 \\$token of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:findByToken\\(\\) expects string, mixed given\\.$#" - count: 1 - path: app/Http/RequestHandlers/PasswordResetAction.php - - - - message: "#^Parameter \\#1 \\$token of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:findByToken\\(\\) expects string, mixed given\\.$#" - count: 1 - path: app/Http/RequestHandlers/PasswordResetPage.php - - - - message: "#^Parameter \\#2 \\$change_id of method Fisharebest\\\\Webtrees\\\\Services\\\\PendingChangesService\\:\\:acceptChange\\(\\) expects string, mixed given\\.$#" - count: 1 - path: app/Http/RequestHandlers/PendingChangesAcceptChange.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: string, Closure\\(object\\)\\: non\\-falsy\\-string given\\.$#" - count: 1 - path: app/Http/RequestHandlers/PendingChangesLogDownload.php - - - - message: "#^Parameter \\#1 \\$string of method Fisharebest\\\\Webtrees\\\\Contracts\\\\TimestampFactoryInterface\\:\\:fromString\\(\\) expects string\\|null, mixed given\\.$#" - count: 2 - path: app/Http/RequestHandlers/PendingChangesLogPage.php - - - - message: "#^Parameter \\#2 \\$change_id of method Fisharebest\\\\Webtrees\\\\Services\\\\PendingChangesService\\:\\:rejectChange\\(\\) expects string, mixed given\\.$#" - count: 1 - path: app/Http/RequestHandlers/PendingChangesRejectChange.php - - - - message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|false given\\.$#" - count: 1 - path: app/Http/RequestHandlers/PhpInformation.php - - - - message: "#^Parameter \\#1 \\$content of function response expects array\\|object\\|string, string\\|false given\\.$#" - count: 1 - path: app/Http/RequestHandlers/ReportGenerate.php - - - - message: "#^Argument of an invalid type array\\<string\\>\\|string supplied for foreach, only iterables are supported\\.$#" - count: 1 - path: app/Http/RequestHandlers/ReportSetupPage.php - - - - message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#" - count: 1 - path: app/Http/RequestHandlers/SearchGeneralPage.php - - - - message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" - count: 1 - path: app/Http/RequestHandlers/SearchGeneralPage.php - - - - message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Location\\|null\\.$#" - count: 1 - path: app/Http/RequestHandlers/SearchGeneralPage.php - - - - message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Note\\|null\\.$#" - count: 1 - path: app/Http/RequestHandlers/SearchGeneralPage.php - - - - message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Source\\|null\\.$#" - count: 1 - path: app/Http/RequestHandlers/SearchGeneralPage.php - - - - message: "#^Parameter \\#2 \\$subject of function preg_match_all expects string, string\\|null given\\.$#" - count: 1 - path: app/Http/RequestHandlers/SearchGeneralPage.php - - - - message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:updateRecord\\(\\) expects string, string\\|null given\\.$#" - count: 3 - path: app/Http/RequestHandlers/SearchReplaceAction.php - - - - message: "#^Parameter \\#1 \\$records of method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\SearchReplaceAction\\:\\:replaceIndividualNames\\(\\) expects Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\GedcomRecord\\>, Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Individual\\> given\\.$#" - count: 1 - path: app/Http/RequestHandlers/SearchReplaceAction.php - - - - message: "#^Parameter \\#1 \\$records of method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\SearchReplaceAction\\:\\:replacePlaces\\(\\) expects Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\GedcomRecord\\>, Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Family\\> given\\.$#" - count: 1 - path: app/Http/RequestHandlers/SearchReplaceAction.php - - - - message: "#^Parameter \\#1 \\$records of method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\SearchReplaceAction\\:\\:replacePlaces\\(\\) expects Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\GedcomRecord\\>, Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Individual\\> given\\.$#" - count: 1 - path: app/Http/RequestHandlers/SearchReplaceAction.php - - - - message: "#^Parameter \\#1 \\$records of method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\SearchReplaceAction\\:\\:replaceRecords\\(\\) expects Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\GedcomRecord\\>, Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Family\\> given\\.$#" - count: 1 - path: app/Http/RequestHandlers/SearchReplaceAction.php - - - - message: "#^Parameter \\#1 \\$records of method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\SearchReplaceAction\\:\\:replaceRecords\\(\\) expects Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\GedcomRecord\\>, Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Individual\\> given\\.$#" - count: 1 - path: app/Http/RequestHandlers/SearchReplaceAction.php - - - - message: "#^Parameter \\#1 \\$records of method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\SearchReplaceAction\\:\\:replaceRecords\\(\\) expects Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\GedcomRecord\\>, Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Note\\> given\\.$#" - count: 1 - path: app/Http/RequestHandlers/SearchReplaceAction.php - - - - message: "#^Parameter \\#1 \\$records of method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\SearchReplaceAction\\:\\:replaceRecords\\(\\) expects Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\GedcomRecord\\>, Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Repository\\> given\\.$#" - count: 1 - path: app/Http/RequestHandlers/SearchReplaceAction.php - - - - message: "#^Parameter \\#1 \\$records of method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\SearchReplaceAction\\:\\:replaceRecords\\(\\) expects Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\GedcomRecord\\>, Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Source\\> given\\.$#" - count: 1 - path: app/Http/RequestHandlers/SearchReplaceAction.php - - - - message: "#^Cannot call method instance\\(\\) on mixed\\.$#" - count: 1 - path: app/Http/RequestHandlers/SetupWizard.php - - - - message: "#^Cannot call method isNotEmpty\\(\\) on mixed\\.$#" - count: 2 - path: app/Http/RequestHandlers/SetupWizard.php - - - - message: "#^Cannot call method push\\(\\) on mixed\\.$#" - count: 2 - path: app/Http/RequestHandlers/SetupWizard.php - - - - message: "#^Cannot call method withAttribute\\(\\) on mixed\\.$#" - count: 1 - path: app/Http/RequestHandlers/SetupWizard.php - - - - message: "#^Parameter \\#1 \\$code of static method Fisharebest\\\\Webtrees\\\\I18N\\:\\:init\\(\\) expects string, mixed given\\.$#" - count: 1 - path: app/Http/RequestHandlers/SetupWizard.php - - - - message: "#^Parameter \\#1 \\$driver of method Fisharebest\\\\Webtrees\\\\Services\\\\ServerCheckService\\:\\:serverErrors\\(\\) expects string, mixed given\\.$#" - count: 1 - path: app/Http/RequestHandlers/SetupWizard.php - - - - message: "#^Parameter \\#1 \\$driver of method Fisharebest\\\\Webtrees\\\\Services\\\\ServerCheckService\\:\\:serverWarnings\\(\\) expects string, mixed given\\.$#" - count: 1 - path: app/Http/RequestHandlers/SetupWizard.php - - - - message: "#^Parameter \\#1 \\$identifier of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:findByIdentifier\\(\\) expects string, mixed given\\.$#" - count: 2 - path: app/Http/RequestHandlers/SetupWizard.php - - - - message: "#^Parameter \\#1 \\$string of function substr expects string, string\\|false given\\.$#" - count: 1 - path: app/Http/RequestHandlers/SetupWizard.php - - - - message: "#^Parameter \\#1 \\$url of function redirect expects string, mixed given\\.$#" - count: 1 - path: app/Http/RequestHandlers/SetupWizard.php - - - - message: "#^Parameter \\#1 \\$user_name of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:create\\(\\) expects string, mixed given\\.$#" - count: 1 - path: app/Http/RequestHandlers/SetupWizard.php - - - - message: "#^Parameter \\#1 \\$value of function e expects BackedEnum\\|Illuminate\\\\Contracts\\\\Support\\\\DeferringDisplayableValue\\|Illuminate\\\\Contracts\\\\Support\\\\Htmlable\\|string\\|null, string\\|false given\\.$#" - count: 1 - path: app/Http/RequestHandlers/SetupWizard.php - - - - message: "#^Parameter \\#1 \\$wtname of method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\SetupWizard\\:\\:checkAdminUser\\(\\) expects string, mixed given\\.$#" - count: 1 - path: app/Http/RequestHandlers/SetupWizard.php - - - - message: "#^Parameter \\#2 \\$real_name of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:create\\(\\) expects string, mixed given\\.$#" - count: 1 - path: app/Http/RequestHandlers/SetupWizard.php - - - - message: "#^Parameter \\#2 \\$setting_value of method Fisharebest\\\\Webtrees\\\\User\\:\\:setPreference\\(\\) expects string, mixed given\\.$#" - count: 1 - path: app/Http/RequestHandlers/SetupWizard.php - - - - message: "#^Parameter \\#2 \\$wtuser of method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\SetupWizard\\:\\:checkAdminUser\\(\\) expects string, mixed given\\.$#" - count: 1 - path: app/Http/RequestHandlers/SetupWizard.php - - - - message: "#^Parameter \\#3 \\$email of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:create\\(\\) expects string, mixed given\\.$#" - count: 1 - path: app/Http/RequestHandlers/SetupWizard.php - - - - message: "#^Parameter \\#3 \\$wtpass of method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\SetupWizard\\:\\:checkAdminUser\\(\\) expects string, mixed given\\.$#" - count: 1 - path: app/Http/RequestHandlers/SetupWizard.php - - - - message: "#^Parameter \\#4 \\$password of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:create\\(\\) expects string, mixed given\\.$#" - count: 1 - path: app/Http/RequestHandlers/SetupWizard.php - - - - message: "#^Parameter \\#4 \\$wtemail of method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\SetupWizard\\:\\:checkAdminUser\\(\\) expects string, mixed given\\.$#" - count: 1 - path: app/Http/RequestHandlers/SetupWizard.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: string, Closure\\(object\\)\\: non\\-falsy\\-string given\\.$#" - count: 1 - path: app/Http/RequestHandlers/SiteLogsDownload.php - - - - message: "#^Parameter \\#1 \\$string of method Fisharebest\\\\Webtrees\\\\Contracts\\\\TimestampFactoryInterface\\:\\:fromString\\(\\) expects string\\|null, mixed given\\.$#" - count: 2 - path: app/Http/RequestHandlers/SiteLogsPage.php - - - - message: "#^Cannot call method name\\(\\) on Fisharebest\\\\Webtrees\\\\Tree\\|null\\.$#" - count: 1 - path: app/Http/RequestHandlers/SynchronizeTrees.php - - - - message: "#^Cannot cast mixed to int\\.$#" - count: 1 - path: app/Http/RequestHandlers/TreePageBlock.php - - - - message: "#^Parameter \\#1 \\$string of function trim expects string, string\\|null given\\.$#" - count: 1 - path: app/Http/RequestHandlers/TreePreferencesAction.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: object, Closure\\(object\\)\\: object given\\.$#" - count: 1 - path: app/Http/RequestHandlers/TreePrivacyPage.php - - - - message: "#^Cannot access property \\$l_from on mixed\\.$#" - count: 2 - path: app/Http/RequestHandlers/UnconnectedPage.php - - - - message: "#^Cannot access property \\$l_to on mixed\\.$#" - count: 2 - path: app/Http/RequestHandlers/UnconnectedPage.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Individual, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Individual given\\.$#" - count: 1 - path: app/Http/RequestHandlers/UnconnectedPage.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:mapWithKeys\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: array\\<string, array\\{\\}\\>, Closure\\(string\\)\\: non\\-empty\\-array\\<string, array\\{\\}\\> given\\.$#" - count: 1 - path: app/Http/RequestHandlers/UnconnectedPage.php - - - - message: "#^Parameter \\#2 \\$callback of function usort expects callable\\(array\\<Fisharebest\\\\Webtrees\\\\Individual\\>\\|Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), Fisharebest\\\\Webtrees\\\\Individual\\>, array\\<Fisharebest\\\\Webtrees\\\\Individual\\>\\|Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), Fisharebest\\\\Webtrees\\\\Individual\\>\\)\\: int, Closure\\(Illuminate\\\\Support\\\\Collection, Illuminate\\\\Support\\\\Collection\\)\\: int\\<\\-1, 1\\> given\\.$#" - count: 1 - path: app/Http/RequestHandlers/UnconnectedPage.php - - - - message: "#^Unable to resolve the template type TGetDefault in call to method Illuminate\\\\Support\\\\Collection\\<string,string\\>\\:\\:get\\(\\)$#" - count: 1 - path: app/Http/RequestHandlers/UserListData.php - - - - message: "#^Cannot cast mixed to int\\.$#" - count: 1 - path: app/Http/RequestHandlers/UserPageBlock.php - - - - message: "#^Parameter \\#1 \\$user_name of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:findByUserName\\(\\) expects string, mixed given\\.$#" - count: 1 - path: app/Http/RequestHandlers/VerifyEmail.php - - - - message: "#^Cannot call method findByInterface\\(\\) on mixed\\.$#" - count: 3 - path: app/I18N.php - - - - message: "#^Binary operation \"\\*\" between string and 365 results in an error\\.$#" - count: 1 - path: app/Individual.php - - - - message: "#^Binary operation \"\\.\" between non\\-falsy\\-string and array\\<int, string\\>\\|string results in an error\\.$#" - count: 1 - path: app/Individual.php - - - - message: "#^Cannot call method spouseFamilies\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" - count: 1 - path: app/Individual.php - - - - message: "#^Parameter \\#1 \\$haystack of function strpos expects string, string\\|null given\\.$#" - count: 1 - path: app/Individual.php - - - - message: "#^Parameter \\#1 \\$string of function substr expects string, string\\|null given\\.$#" - count: 2 - path: app/Individual.php - - - - message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|null given\\.$#" - count: 1 - path: app/Individual.php - - - - message: "#^Parameter \\#2 \\$subject of function preg_match_all 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: 5 - path: app/Individual.php - - - - message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, string\\|null given\\.$#" - count: 2 - path: app/Individual.php - - - - message: "#^Cannot call method has\\(\\) on mixed\\.$#" - count: 1 - path: app/Log.php - - - - message: "#^Parameter \\#1 \\$xref of method Fisharebest\\\\Webtrees\\\\Contracts\\\\GedcomRecordFactoryInterface\\:\\:make\\(\\) expects string, mixed given\\.$#" - count: 1 - path: app/Media.php - - - - message: "#^Cannot access property \\$access_level on mixed\\.$#" - count: 1 - path: app/Module/AbstractModule.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\AbstractModule\\:\\:getBlockSetting\\(\\) should return string but returns mixed\\.$#" - count: 1 - path: app/Module/AbstractModule.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\AbstractModule\\:\\:getPreference\\(\\) should return string but returns mixed\\.$#" - count: 1 - path: app/Module/AbstractModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:first\\(\\) expects \\(callable\\(mixed, \\(int\\|string\\)\\)\\: bool\\)\\|null, Closure\\(object\\)\\: bool given\\.$#" - count: 1 - path: app/Module/AbstractModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Individual, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Individual given\\.$#" - count: 1 - path: app/Module/BranchesListModule.php - - - - message: "#^Argument of an invalid type array\\|string supplied for foreach, only iterables are supported\\.$#" - count: 1 - path: app/Module/CensusAssistantModule.php - - - - message: "#^Call to an undefined method object\\:\\:censusLanguage\\(\\)\\.$#" - count: 1 - path: app/Module/CensusAssistantModule.php - - - - message: "#^Cannot call method updateFact\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" - count: 1 - path: app/Module/CensusAssistantModule.php - - - - message: "#^Empty array passed to foreach\\.$#" - count: 1 - path: app/Module/CensusAssistantModule.php - - - - message: "#^Parameter \\#1 \\$census of method Fisharebest\\\\Webtrees\\\\Module\\\\CensusAssistantModule\\:\\:censusTableEmptyRow\\(\\) expects Fisharebest\\\\Webtrees\\\\Census\\\\CensusInterface, object given\\.$#" - count: 1 - path: app/Module/CensusAssistantModule.php - - - - message: "#^Parameter \\#1 \\$census of method Fisharebest\\\\Webtrees\\\\Module\\\\CensusAssistantModule\\:\\:censusTableHeader\\(\\) expects Fisharebest\\\\Webtrees\\\\Census\\\\CensusInterface, object given\\.$#" - count: 1 - path: app/Module/CensusAssistantModule.php - - - - message: "#^Parameter \\#1 \\$census of method Fisharebest\\\\Webtrees\\\\Module\\\\CensusAssistantModule\\:\\:censusTableRow\\(\\) expects Fisharebest\\\\Webtrees\\\\Census\\\\CensusInterface, object given\\.$#" - count: 1 - path: app/Module/CensusAssistantModule.php - - - - message: "#^Parameter \\#1 \\$census of method Fisharebest\\\\Webtrees\\\\Module\\\\CensusAssistantModule\\:\\:createNoteText\\(\\) expects Fisharebest\\\\Webtrees\\\\Census\\\\CensusInterface, object given\\.$#" - count: 1 - path: app/Module/CensusAssistantModule.php - - - - message: "#^Parameter \\#5 \\$ca_individuals of method Fisharebest\\\\Webtrees\\\\Module\\\\CensusAssistantModule\\:\\:createNoteText\\(\\) expects array\\<array\\<string\\>\\>, array\\<string\\> given\\.$#" - count: 1 - path: app/Module/CensusAssistantModule.php - - - - message: "#^Cannot call method name\\(\\) on mixed\\.$#" - count: 1 - path: app/Module/CloudsTheme.php - - - - message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\<int, string\\>\\|false given\\.$#" - count: 1 - path: app/Module/CloudsTheme.php - - - - message: "#^Cannot call method name\\(\\) on mixed\\.$#" - count: 1 - path: app/Module/FabTheme.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FabTheme\\:\\:genealogyMenu\\(\\) should return array\\<Fisharebest\\\\Webtrees\\\\Menu\\> but returns array\\<int, Fisharebest\\\\Webtrees\\\\Menu\\|null\\>\\.$#" - count: 1 - path: app/Module/FabTheme.php - - - - message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\<int, string\\>\\|false given\\.$#" - count: 1 - path: app/Module/FabTheme.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: object, Closure\\(object\\)\\: object given\\.$#" - count: 1 - path: app/Module/FamilyTreeFavoritesModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: object, Closure\\(object\\)\\: object given\\.$#" - count: 1 - path: app/Module/FamilyTreeNewsModule.php - - - - message: "#^Cannot access property \\$n_surn on mixed\\.$#" - count: 7 - path: app/Module/FamilyTreeStatisticsModule.php - - - - message: "#^Cannot access property \\$n_surname on mixed\\.$#" - count: 3 - path: app/Module/FamilyTreeStatisticsModule.php - - - - message: "#^Cannot access property \\$total on mixed\\.$#" - count: 1 - path: app/Module/FamilyTreeStatisticsModule.php - - - - message: "#^Cannot call method embedTags\\(\\) on mixed\\.$#" - count: 1 - path: app/Module/FamilyTreeStatisticsModule.php - - - - message: "#^Cannot access offset 0 on array\\|false\\.$#" - count: 1 - path: app/Module/FanChartModule.php - - - - message: "#^Cannot access offset 4 on array\\|false\\.$#" - count: 1 - path: app/Module/FanChartModule.php - - - - message: "#^Cannot call method alternateName\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" - count: 1 - path: app/Module/FanChartModule.php - - - - message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" - count: 4 - path: app/Module/FanChartModule.php - - - - message: "#^Cannot call method lifespan\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" - count: 1 - path: app/Module/FanChartModule.php - - - - message: "#^Cannot call method sex\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" - count: 1 - path: app/Module/FanChartModule.php - - - - message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" - count: 1 - path: app/Module/FanChartModule.php - - - - message: "#^Cannot call method xref\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" - count: 2 - 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\\.$#" - count: 1 - path: app/Module/FanChartModule.php - - - - message: "#^Parameter \\#1 \\$image of function imagedestroy 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 - path: app/Module/FanChartModule.php - - - - message: "#^Parameter \\#1 \\$image of function imagefilledrectangle expects GdImage, GdImage\\|false given\\.$#" - count: 1 - path: app/Module/FanChartModule.php - - - - message: "#^Parameter \\#1 \\$image of function imagepng expects GdImage, GdImage\\|false given\\.$#" - count: 1 - path: app/Module/FanChartModule.php - - - - message: "#^Parameter \\#1 \\$image of function imagettftext expects GdImage, GdImage\\|false given\\.$#" - count: 1 - path: app/Module/FanChartModule.php - - - - message: "#^Parameter \\#1 \\$image of method Fisharebest\\\\Webtrees\\\\Module\\\\FanChartModule\\:\\:imageColor\\(\\) expects GdImage, GdImage\\|false given\\.$#" - count: 4 - path: app/Module/FanChartModule.php - - - - message: "#^Parameter \\#1 \\$individual of method Fisharebest\\\\Webtrees\\\\Module\\\\FanChartModule\\:\\:chartTitle\\(\\) expects Fisharebest\\\\Webtrees\\\\Individual, Fisharebest\\\\Webtrees\\\\Individual\\|null given\\.$#" - count: 1 - path: app/Module/FanChartModule.php - - - - message: "#^Parameter \\#1 \\$individual of method Fisharebest\\\\Webtrees\\\\Module\\\\ModuleThemeInterface\\:\\:individualBoxMenu\\(\\) expects Fisharebest\\\\Webtrees\\\\Individual, Fisharebest\\\\Webtrees\\\\Individual\\|null given\\.$#" - count: 1 - path: app/Module/FanChartModule.php - - - - message: "#^Parameter \\#2 \\$color of function imagecolortransparent expects int\\|null, int\\|false given\\.$#" - count: 1 - path: app/Module/FanChartModule.php - - - - message: "#^Parameter \\#6 \\$color of function imagefilledrectangle expects int, int\\|false given\\.$#" - count: 1 - path: app/Module/FanChartModule.php - - - - message: "#^Unsafe access to private constant Fisharebest\\\\Webtrees\\\\Module\\\\FanChartModule\\:\\:FONT through static\\:\\:\\.$#" - count: 1 - path: app/Module/FanChartModule.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixCemeteryTag\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, object\\> but returns Illuminate\\\\Support\\\\Collection\\<int, stdClass\\>\\.$#" - count: 1 - path: app/Module/FixCemeteryTag.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixDuplicateLinks\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, object\\> but returns Illuminate\\\\Support\\\\Collection\\<int, stdClass\\>\\.$#" - count: 1 - path: app/Module/FixDuplicateLinks.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixDuplicateLinks\\:\\:updateGedcom\\(\\) should return string but returns string\\|null\\.$#" - count: 1 - path: app/Module/FixDuplicateLinks.php - - - - message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#" - count: 2 - path: app/Module/FixDuplicateLinks.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixMissingDeaths\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, object\\> but returns Illuminate\\\\Support\\\\Collection\\<int, stdClass\\>\\.$#" - count: 1 - path: app/Module/FixMissingDeaths.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixNameSlashesAndSpaces\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, object\\> but returns Illuminate\\\\Support\\\\Collection\\<int, stdClass\\>\\.$#" - count: 1 - path: app/Module/FixNameSlashesAndSpaces.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixNameSlashesAndSpaces\\:\\:updateGedcom\\(\\) should return string but returns string\\|null\\.$#" - count: 1 - path: app/Module/FixNameSlashesAndSpaces.php - - - - message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#" - count: 1 - path: app/Module/FixNameSlashesAndSpaces.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixNameTags\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, object\\> but returns Illuminate\\\\Support\\\\Collection\\<int, stdClass\\>\\.$#" - count: 1 - path: app/Module/FixNameTags.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixPlaceNames\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, object\\> but returns Illuminate\\\\Support\\\\Collection\\<int, stdClass\\>\\.$#" - count: 1 - path: app/Module/FixPlaceNames.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixPlaceNames\\:\\:updateGedcom\\(\\) should return string but returns string\\|null\\.$#" - count: 1 - path: app/Module/FixPlaceNames.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixPrimaryTag\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, object\\> but returns Illuminate\\\\Support\\\\Collection\\<int, stdClass\\>\\.$#" - count: 1 - path: app/Module/FixPrimaryTag.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixSearchAndReplace\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, object\\> but returns Illuminate\\\\Support\\\\Collection\\<int, stdClass\\>\\.$#" - count: 1 - path: app/Module/FixSearchAndReplace.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixSearchAndReplace\\:\\:updateGedcom\\(\\) should return string but returns string\\|null\\.$#" - count: 1 - path: app/Module/FixSearchAndReplace.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixWtObjeSortTag\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, object\\> but returns Illuminate\\\\Support\\\\Collection\\<int, stdClass\\>\\.$#" - count: 1 - path: app/Module/FixWtObjeSortTag.php - - - - message: "#^Cannot cast mixed to int\\.$#" - count: 3 - path: app/Module/FrequentlyAskedQuestionsModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:filter\\(\\) expects \\(callable\\(mixed, \\(int\\|string\\)\\)\\: bool\\)\\|null, Closure\\(object\\)\\: bool given\\.$#" - count: 1 - path: app/Module/FrequentlyAskedQuestionsModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: object, Closure\\(object\\)\\: object given\\.$#" - count: 1 - path: app/Module/FrequentlyAskedQuestionsModule.php - - - - message: "#^Cannot access property \\$geonames on mixed\\.$#" - count: 1 - path: app/Module/GeonamesAutocomplete.php - - - - message: "#^Cannot cast mixed to int\\.$#" - count: 2 - path: app/Module/HitCountFooterModule.php - - - - message: "#^Cannot call method embedTags\\(\\) on mixed\\.$#" - count: 2 - path: app/Module/HtmlBlockModule.php - - - - message: "#^Parameter \\#1 \\$items of method Illuminate\\\\Support\\\\Collection\\<int,string\\>\\:\\:merge\\(\\) expects Illuminate\\\\Contracts\\\\Support\\\\Arrayable\\<int, string\\>\\|iterable\\<int, string\\>, Illuminate\\\\Support\\\\Collection\\<int, mixed\\> given\\.$#" - count: 2 - path: app/Module/IndividualFactsTabModule.php - - - - message: "#^Cannot access property \\$count on mixed\\.$#" - count: 1 - path: app/Module/IndividualListModule.php - - - - message: "#^Cannot access property \\$gedcom on mixed\\.$#" - count: 1 - path: app/Module/IndividualListModule.php - - - - message: "#^Cannot access property \\$n_givn on mixed\\.$#" - count: 3 - path: app/Module/IndividualListModule.php - - - - message: "#^Cannot access property \\$n_surn on mixed\\.$#" - count: 8 - path: app/Module/IndividualListModule.php - - - - message: "#^Cannot access property \\$n_surname on mixed\\.$#" - count: 3 - path: app/Module/IndividualListModule.php - - - - message: "#^Cannot access property \\$total on mixed\\.$#" - count: 1 - path: app/Module/IndividualListModule.php - - - - message: "#^Cannot access property \\$xref on mixed\\.$#" - count: 1 - path: app/Module/IndividualListModule.php - - - - message: "#^Parameter \\#1 \\$column of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:whereIn\\(\\) expects string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#" - count: 1 - path: app/Module/IndividualListModule.php - - - - message: "#^Cannot call method xref\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#" - count: 1 - path: app/Module/InteractiveTree/TreeView.php - - - - message: "#^Offset 1 on array\\{Fisharebest\\\\Webtrees\\\\Individual, Fisharebest\\\\Webtrees\\\\Family\\} in empty\\(\\) always exists and is not falsy\\.$#" - count: 1 - path: app/Module/InteractiveTree/TreeView.php - - - - message: "#^Parameter \\#1 \\$familyList of method Fisharebest\\\\Webtrees\\\\Module\\\\InteractiveTree\\\\TreeView\\:\\:drawChildren\\(\\) expects Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Family\\>, Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Family\\|null\\> given\\.$#" - count: 1 - path: app/Module/InteractiveTree/TreeView.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageAfrikaans.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageAlbanian.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageArabic.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageBosnian.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageBulgarian.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageCatalan.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageChineseSimplified.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageChineseTraditional.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageCroatian.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageCzech.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageDanish.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageDivehi.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageDutch.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageEnglishUnitedStates.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageEstonian.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageFaroese.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageFarsi.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageFinnish.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageFrench.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageGalician.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageGeorgian.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageGerman.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageGreek.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageHebrew.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageHindi.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageHungarian.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageIcelandic.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageIndonesian.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageItalian.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageJapanese.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageJavanese.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageKazhak.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageKorean.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageKurdish.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageLatvian.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageLingala.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageLithuanian.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageMalay.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageMaori.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageMarathi.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageNepalese.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageNorwegianBokmal.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageNorwegianNynorsk.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageOccitan.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguagePolish.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguagePortuguese.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguagePortugueseBrazil.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageRomanian.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageRussian.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageSerbian.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageSerbianLatin.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageSlovakian.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageSlovenian.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageSpanish.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageSundanese.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageSwahili.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageSwedish.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageTagalog.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageTamil.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageTatar.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageThai.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageTurkish.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageUkranian.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageUrdu.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageVietnamese.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageWelsh.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#" - count: 1 - path: app/Module/LanguageYiddish.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\LifespansChartModule\\:\\:findIndividualsByDate\\(\\) should return array\\<string\\> but returns array\\.$#" - count: 1 - path: app/Module/LifespansChartModule.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\LifespansChartModule\\:\\:findIndividualsByPlace\\(\\) should return array\\<string\\> but returns array\\.$#" - count: 1 - path: app/Module/LifespansChartModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<int,Fisharebest\\\\Webtrees\\\\Menu\\|null\\>\\:\\:sort\\(\\) expects \\(callable\\(Fisharebest\\\\Webtrees\\\\Menu\\|null, Fisharebest\\\\Webtrees\\\\Menu\\|null\\)\\: int\\)\\|int\\|null, Closure\\(Fisharebest\\\\Webtrees\\\\Menu, Fisharebest\\\\Webtrees\\\\Menu\\)\\: int\\<\\-1, 1\\> given\\.$#" - count: 1 - path: app/Module/ListsMenuModule.php - - - - message: "#^Parameter \\#5 \\$submenus of class Fisharebest\\\\Webtrees\\\\Menu constructor expects array\\<Fisharebest\\\\Webtrees\\\\Menu\\>, array\\<int, Fisharebest\\\\Webtrees\\\\Menu\\|null\\> given\\.$#" - count: 1 - path: app/Module/ListsMenuModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Location, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Location given\\.$#" - count: 1 - path: app/Module/LocationListModule.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\MapGeoLocationGeonames\\:\\:extractLocationsFromResponse\\(\\) should return array\\<string\\> but returns mixed\\.$#" - count: 1 - path: app/Module/MapGeoLocationGeonames.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\MapGeoLocationNominatim\\:\\:extractLocationsFromResponse\\(\\) should return array\\<string\\> but returns mixed\\.$#" - count: 1 - path: app/Module/MapGeoLocationNominatim.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\MapGeoLocationOpenRouteService\\:\\:extractLocationsFromResponse\\(\\) should return array\\<string\\> but returns mixed\\.$#" - count: 1 - path: app/Module/MapGeoLocationOpenRouteService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Media, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Media given\\.$#" - count: 1 - path: app/Module/MediaListModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: string, Closure\\(string\\)\\: string given\\.$#" - count: 1 - path: app/Module/MediaListModule.php - - - - message: "#^Cannot call method name\\(\\) on mixed\\.$#" - count: 1 - path: app/Module/MinimalTheme.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\MinimalTheme\\:\\:genealogyMenu\\(\\) should return array\\<Fisharebest\\\\Webtrees\\\\Menu\\> but returns array\\<int, Fisharebest\\\\Webtrees\\\\Menu\\|null\\>\\.$#" - count: 1 - path: app/Module/MinimalTheme.php - - - - message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\<int, string\\>\\|false given\\.$#" - count: 1 - path: app/Module/MinimalTheme.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Note, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Note given\\.$#" - count: 1 - path: app/Module/NoteListModule.php - - - - message: "#^Cannot access property \\$features on mixed\\.$#" - count: 1 - path: app/Module/OpenRouteServiceAutocomplete.php - - - - message: "#^Parameter \\#1 \\$individual of method Fisharebest\\\\Webtrees\\\\Module\\\\PedigreeChartModule\\:\\:nextLink\\(\\) expects Fisharebest\\\\Webtrees\\\\Individual, Fisharebest\\\\Webtrees\\\\Individual\\|null given\\.$#" - count: 2 - path: app/Module/PedigreeChartModule.php - - - - message: "#^Parameter \\#2 \\$length of function array_chunk expects int\\<1, max\\>, int given\\.$#" - count: 2 - path: app/Module/PlaceHierarchyListModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Family, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Family given\\.$#" - count: 1 - path: app/Module/RecentChangesModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Individual, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Individual given\\.$#" - count: 1 - path: app/Module/RecentChangesModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: stdClass, Closure\\(object\\)\\: stdClass given\\.$#" - count: 1 - path: app/Module/RecentChangesModule.php - - - - message: "#^Parameter \\#1 \\$items of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),Fisharebest\\\\Webtrees\\\\Individual\\>\\:\\:merge\\(\\) expects Illuminate\\\\Contracts\\\\Support\\\\Arrayable\\<\\(int\\|string\\), Fisharebest\\\\Webtrees\\\\Individual\\>\\|iterable\\<\\(int\\|string\\), Fisharebest\\\\Webtrees\\\\Individual\\>, Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), Fisharebest\\\\Webtrees\\\\Family\\> given\\.$#" - count: 1 - path: app/Module/RecentChangesModule.php - - - - message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\GedcomRecord but returns Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#" - count: 1 - path: app/Module/RelationshipsChartModule.php - - - - message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\GedcomRecord but returns Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" - count: 1 - path: app/Module/RelationshipsChartModule.php - - - - message: "#^Cannot access property \\$l_from on mixed\\.$#" - count: 3 - path: app/Module/RelationshipsChartModule.php - - - - message: "#^Cannot access property \\$l_to on mixed\\.$#" - count: 3 - path: app/Module/RelationshipsChartModule.php - - - - message: "#^Cannot call method gedcom\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#" - count: 2 - path: app/Module/RelationshipsChartModule.php - - - - message: "#^Cannot call method sex\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" - count: 4 - path: app/Module/RelationshipsChartModule.php - - - - message: "#^Cannot call method xref\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" - count: 2 - path: app/Module/RelationshipsChartModule.php - - - - message: "#^Cannot cast mixed to int\\.$#" - count: 2 - path: app/Module/RelationshipsChartModule.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\RelationshipsChartModule\\:\\:allAncestors\\(\\) should return array\\<string\\> but returns array\\<int, mixed\\>\\.$#" - count: 1 - path: app/Module/RelationshipsChartModule.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\RelationshipsChartModule\\:\\:excludeFamilies\\(\\) should return array\\<string\\> but returns array\\.$#" - count: 1 - path: app/Module/RelationshipsChartModule.php - - - - message: "#^Parameter \\#1 \\$content of function response expects array\\|object\\|string, string\\|false given\\.$#" - count: 1 - path: app/Module/RelationshipsChartModule.php - - - - message: "#^Parameter \\#1 \\$nodes of method Fisharebest\\\\Webtrees\\\\Services\\\\RelationshipService\\:\\:nameFromPath\\(\\) expects array\\<Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual\\>, array\\<Fisharebest\\\\Webtrees\\\\GedcomRecord\\> given\\.$#" - count: 1 - path: app/Module/RelationshipsChartModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Repository, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Repository given\\.$#" - count: 1 - path: app/Module/RepositoryListModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Family, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Family given\\.$#" - count: 1 - path: app/Module/ResearchTaskModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Individual, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Individual given\\.$#" - count: 1 - path: app/Module/ResearchTaskModule.php - - - - message: "#^Parameter \\#1 \\$items of method Illuminate\\\\Support\\\\Collection\\<int,Fisharebest\\\\Webtrees\\\\Individual\\>\\:\\:merge\\(\\) expects Illuminate\\\\Contracts\\\\Support\\\\Arrayable\\<int, Fisharebest\\\\Webtrees\\\\Individual\\>\\|iterable\\<int, Fisharebest\\\\Webtrees\\\\Individual\\>, Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Family\\> given\\.$#" - count: 1 - path: app/Module/ResearchTaskModule.php - - - - message: "#^Cannot access property \\$new_gedcom on mixed\\.$#" - count: 1 - path: app/Module/ReviewChangesModule.php - - - - message: "#^Cannot access property \\$old_gedcom on mixed\\.$#" - count: 1 - path: app/Module/ReviewChangesModule.php - - - - message: "#^Cannot access property \\$xref on mixed\\.$#" - count: 1 - path: app/Module/ReviewChangesModule.php - - - - message: "#^Cannot call method canShow\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#" - count: 1 - path: app/Module/ReviewChangesModule.php - - - - message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#" - count: 1 - path: app/Module/ReviewChangesModule.php - - - - message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#" - count: 1 - path: app/Module/ReviewChangesModule.php - - - - message: "#^Call to an undefined method Sabre\\\\VObject\\\\Node\\:\\:add\\(\\)\\.$#" - count: 3 - path: app/Module/ShareAnniversaryModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<int,mixed\\>\\:\\:filter\\(\\) expects \\(callable\\(mixed, int\\)\\: bool\\)\\|null, Closure\\(Fisharebest\\\\Webtrees\\\\Fact\\)\\: bool given\\.$#" - count: 4 - path: app/Module/ShareAnniversaryModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<int,mixed\\>\\:\\:mapWithKeys\\(\\) expects callable\\(mixed, int\\)\\: array\\<string, string\\>, Closure\\(Fisharebest\\\\Webtrees\\\\Fact\\)\\: non\\-empty\\-array\\<string, non\\-falsy\\-string\\> given\\.$#" - count: 1 - path: app/Module/ShareAnniversaryModule.php - - - - message: "#^Parameter \\#1 \\$items of method Illuminate\\\\Support\\\\Collection\\<int,Fisharebest\\\\Webtrees\\\\Fact\\>\\:\\:merge\\(\\) expects Illuminate\\\\Contracts\\\\Support\\\\Arrayable\\<int, Fisharebest\\\\Webtrees\\\\Fact\\>\\|iterable\\<int, Fisharebest\\\\Webtrees\\\\Fact\\>, Illuminate\\\\Support\\\\Collection\\<int, Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Fact\\>\\> given\\.$#" - count: 1 - path: app/Module/ShareAnniversaryModule.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\SiteMapModule\\:\\:sitemapRecords\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\GedcomRecord\\> but returns Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Family\\>\\|Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Individual\\>\\|Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Media\\>\\|Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Note\\>\\|Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Repository\\>\\|Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Source\\>\\|Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Submitter\\>\\.$#" - count: 1 - path: app/Module/SiteMapModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Family, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Family given\\.$#" - count: 1 - path: app/Module/SiteMapModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Individual, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Individual given\\.$#" - count: 1 - path: app/Module/SiteMapModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Media, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Media given\\.$#" - count: 1 - path: app/Module/SiteMapModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Note, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Note given\\.$#" - count: 1 - path: app/Module/SiteMapModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Repository, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Repository given\\.$#" - count: 1 - path: app/Module/SiteMapModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Source, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Source given\\.$#" - count: 1 - path: app/Module/SiteMapModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Submitter, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Submitter given\\.$#" - count: 1 - path: app/Module/SiteMapModule.php - - - - message: "#^Cannot access property \\$m_gedcom on mixed\\.$#" - count: 1 - path: app/Module/SlideShowModule.php - - - - message: "#^Cannot access property \\$m_id on mixed\\.$#" - count: 1 - path: app/Module/SlideShowModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:first\\(\\) expects \\(callable\\(mixed, \\(int\\|string\\)\\)\\: bool\\)\\|null, Closure\\(object\\)\\: bool given\\.$#" - count: 1 - path: app/Module/SlideShowModule.php - - - - message: "#^Parameter \\#1 \\$request of static method Fisharebest\\\\Webtrees\\\\Validator\\:\\:queryParams\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#" - count: 1 - path: app/Module/SlideShowModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Source, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Source given\\.$#" - count: 1 - path: app/Module/SourceListModule.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 - - - - message: "#^Binary operation \"/\" between stdClass and 365\\.25 results in an error\\.$#" - count: 3 - path: app/Module/StatisticsChartModule.php - - - - message: "#^Cannot access property \\$d_month on mixed\\.$#" - count: 11 - path: app/Module/StatisticsChartModule.php - - - - message: "#^Cannot access property \\$f_husb on mixed\\.$#" - count: 4 - path: app/Module/StatisticsChartModule.php - - - - message: "#^Cannot access property \\$f_wife on mixed\\.$#" - count: 4 - path: app/Module/StatisticsChartModule.php - - - - message: "#^Cannot access property \\$i_sex on mixed\\.$#" - count: 3 - path: app/Module/StatisticsChartModule.php - - - - message: "#^Cannot access property \\$month on mixed\\.$#" - count: 2 - path: app/Module/StatisticsChartModule.php - - - - message: "#^Cannot access property \\$total on mixed\\.$#" - count: 11 - path: app/Module/StatisticsChartModule.php - - - - message: "#^Cannot access property \\$block_id on mixed\\.$#" - count: 1 - path: app/Module/StoriesModule.php - - - - message: "#^Cannot access property \\$individual on mixed\\.$#" - count: 1 - path: app/Module/StoriesModule.php - - - - message: "#^Cannot access property \\$languages on mixed\\.$#" - count: 1 - path: app/Module/StoriesModule.php - - - - message: "#^Cannot access property \\$title on mixed\\.$#" - count: 1 - path: app/Module/StoriesModule.php - - - - message: "#^Cannot access property \\$xref on mixed\\.$#" - count: 1 - path: app/Module/StoriesModule.php - - - - message: "#^Cannot cast mixed to int\\.$#" - count: 1 - path: app/Module/StoriesModule.php - - - - message: "#^Cannot cast mixed to string\\.$#" - count: 1 - path: app/Module/StoriesModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: object, Closure\\(object\\)\\: object given\\.$#" - count: 1 - path: app/Module/StoriesModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Submitter, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Submitter given\\.$#" - count: 1 - path: app/Module/SubmitterListModule.php - - - - message: "#^Cannot call method xref\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" - count: 2 - path: app/Module/TimelineChartModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),Fisharebest\\\\Webtrees\\\\Individual\\|null\\>\\:\\:filter\\(\\) expects \\(callable\\(Fisharebest\\\\Webtrees\\\\Individual\\|null, \\(int\\|string\\)\\)\\: bool\\)\\|null, Closure\\(Fisharebest\\\\Webtrees\\\\GedcomRecord\\)\\: bool given\\.$#" - count: 1 - path: app/Module/TimelineChartModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),Fisharebest\\\\Webtrees\\\\Individual\\|null\\>\\:\\:filter\\(\\) expects \\(callable\\(Fisharebest\\\\Webtrees\\\\Individual\\|null, \\(int\\|string\\)\\)\\: bool\\)\\|null, Closure\\(Fisharebest\\\\Webtrees\\\\Individual\\)\\: bool given\\.$#" - count: 1 - path: app/Module/TimelineChartModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),Fisharebest\\\\Webtrees\\\\Individual\\|null\\>\\:\\:map\\(\\) expects callable\\(Fisharebest\\\\Webtrees\\\\Individual\\|null, \\(int\\|string\\)\\)\\: string, Closure\\(Fisharebest\\\\Webtrees\\\\Individual\\)\\: string given\\.$#" - count: 1 - path: app/Module/TimelineChartModule.php - - - - message: "#^Cannot call method commonGivenFemaleListTotals\\(\\) on mixed\\.$#" - count: 1 - path: app/Module/TopGivenNamesModule.php - - - - message: "#^Cannot call method commonGivenFemaleTable\\(\\) on mixed\\.$#" - count: 1 - path: app/Module/TopGivenNamesModule.php - - - - message: "#^Cannot call method commonGivenMaleListTotals\\(\\) on mixed\\.$#" - count: 1 - path: app/Module/TopGivenNamesModule.php - - - - message: "#^Cannot call method commonGivenMaleTable\\(\\) on mixed\\.$#" - count: 1 - path: app/Module/TopGivenNamesModule.php - - - - message: "#^Cannot access property \\$page_count on mixed\\.$#" - count: 1 - path: app/Module/TopPageViewsModule.php - - - - message: "#^Cannot access property \\$page_parameter on mixed\\.$#" - count: 1 - path: app/Module/TopPageViewsModule.php - - - - message: "#^Cannot access property \\$n_surn on mixed\\.$#" - count: 7 - path: app/Module/TopSurnamesModule.php - - - - message: "#^Cannot access property \\$n_surname on mixed\\.$#" - count: 3 - path: app/Module/TopSurnamesModule.php - - - - message: "#^Cannot access property \\$total on mixed\\.$#" - count: 1 - path: app/Module/TopSurnamesModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: object, Closure\\(object\\)\\: object given\\.$#" - count: 1 - path: app/Module/UserFavoritesModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: object, Closure\\(object\\)\\: object given\\.$#" - count: 1 - path: app/Module/UserJournalModule.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: object, Closure\\(object\\)\\: object given\\.$#" - count: 1 - path: app/Module/UserMessagesModule.php - - - - message: "#^Cannot call method name\\(\\) on mixed\\.$#" - count: 1 - path: app/Module/WebtreesTheme.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\WebtreesTheme\\:\\:genealogyMenu\\(\\) should return array\\<Fisharebest\\\\Webtrees\\\\Menu\\> but returns array\\<int, Fisharebest\\\\Webtrees\\\\Menu\\|null\\>\\.$#" - count: 1 - path: app/Module/WebtreesTheme.php - - - - message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\<int, string\\>\\|false given\\.$#" - count: 1 - path: app/Module/WebtreesTheme.php - - - - message: "#^Cannot call method name\\(\\) on mixed\\.$#" - count: 1 - path: app/Module/XeneaTheme.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\XeneaTheme\\:\\:genealogyMenu\\(\\) should return array\\<Fisharebest\\\\Webtrees\\\\Menu\\> but returns array\\<int, Fisharebest\\\\Webtrees\\\\Menu\\|null\\>\\.$#" - count: 1 - path: app/Module/XeneaTheme.php - - - - message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\<int, string\\>\\|false given\\.$#" - count: 1 - path: app/Module/XeneaTheme.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Note\\:\\:getNote\\(\\) should return string but returns string\\|null\\.$#" - count: 1 - path: app/Note.php - - - - message: "#^Parameter \\#1 \\$xref of method Fisharebest\\\\Webtrees\\\\Contracts\\\\GedcomRecordFactoryInterface\\:\\:make\\(\\) expects string, mixed given\\.$#" - count: 1 - path: app/Note.php - - - - message: "#^Cannot call method findByComponent\\(\\) on mixed\\.$#" - count: 1 - path: app/Place.php - - - - message: "#^Cannot cast mixed to int\\.$#" - count: 1 - path: app/Place.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Place, Closure\\(string\\)\\: Fisharebest\\\\Webtrees\\\\Place given\\.$#" - count: 1 - path: app/Place.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:sort\\(\\) expects \\(callable\\(mixed, mixed\\)\\: int\\)\\|int\\|null, Closure\\(string, string\\)\\: int given\\.$#" - count: 1 - path: app/Place.php - - - - message: "#^Parameter \\#1 \\$items of class Illuminate\\\\Support\\\\Collection constructor expects Illuminate\\\\Contracts\\\\Support\\\\Arrayable\\<int, string\\>\\|iterable\\<int, string\\>\\|null, array\\<int, string\\>\\|false given\\.$#" - count: 1 - path: app/Place.php - - - - message: "#^Parameter \\#1 \\$string of function mb_substr expects string, string\\|null given\\.$#" - count: 2 - path: app/Place.php - - - - message: "#^Parameter \\#1 \\$text of static method Fisharebest\\\\Webtrees\\\\Soundex\\:\\:daitchMokotoff\\(\\) expects string, string\\|null given\\.$#" - count: 1 - path: app/Place.php - - - - message: "#^Parameter \\#1 \\$text of static method Fisharebest\\\\Webtrees\\\\Soundex\\:\\:russell\\(\\) expects string, string\\|null given\\.$#" - count: 1 - path: app/Place.php - - - - message: "#^Cannot access property \\$latitude on object\\|null\\.$#" - count: 3 - path: app/PlaceLocation.php - - - - message: "#^Cannot access property \\$longitude on object\\|null\\.$#" - count: 3 - path: app/PlaceLocation.php - - - - message: "#^Cannot cast mixed to int\\.$#" - count: 1 - path: app/PlaceLocation.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\PlaceLocation\\:\\:boundingRectangle\\(\\) should return array\\<array\\<float\\>\\> but returns array\\<int, array\\<int, mixed\\>\\>\\.$#" - count: 1 - path: app/PlaceLocation.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\PlaceLocation\\:\\:details\\(\\) should return object but returns object\\|null\\.$#" - count: 1 - path: app/PlaceLocation.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: float, Closure\\(string\\)\\: float given\\.$#" - count: 2 - path: app/PlaceLocation.php - - - - message: "#^Parameter \\#1 \\$items of class Illuminate\\\\Support\\\\Collection constructor expects Illuminate\\\\Contracts\\\\Support\\\\Arrayable\\<int, string\\>\\|iterable\\<int, string\\>\\|null, array\\<int, string\\>\\|false given\\.$#" - count: 1 - path: app/PlaceLocation.php - - - - message: "#^Parameter \\#1 \\$string of function mb_substr expects string, string\\|null given\\.$#" - count: 1 - path: app/PlaceLocation.php - - - - message: "#^Binary operation \"/\" between string and 2 results in an error\\.$#" - count: 1 - path: app/Report/HtmlRenderer.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\PdfRenderer\\:\\:getStyle\\(\\) should return array\\<string, string\\> but returns array\\<string, string\\>\\|string\\.$#" - count: 1 - path: app/Report/PdfRenderer.php - - - - message: "#^Parameter \\#1 \\$fm of method TCPDF\\:\\:setFooterMargin\\(\\) expects int, float given\\.$#" - count: 1 - path: app/Report/PdfRenderer.php - - - - message: "#^Parameter \\#1 \\$hm of method TCPDF\\:\\:setHeaderMargin\\(\\) expects int, float given\\.$#" - count: 1 - path: app/Report/PdfRenderer.php - - - - message: "#^Parameter \\#3 \\$size of method TCPDF\\:\\:setFont\\(\\) expects float\\|null, string given\\.$#" - count: 1 - path: app/Report/PdfRenderer.php - - - - message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\:\\:\\$styles \\(array\\<array\\<string, string\\>\\>\\) does not accept array\\<array\\<string, string\\>\\|string\\>\\.$#" - count: 1 - path: app/Report/PdfRenderer.php - - - - message: "#^Parameter \\#1 \\$x of method Fisharebest\\\\Webtrees\\\\Report\\\\HtmlRenderer\\:\\:setX\\(\\) expects float, mixed given\\.$#" - count: 1 - path: app/Report/ReportHtmlCell.php - - - - message: "#^Parameter \\#1 \\$y of method Fisharebest\\\\Webtrees\\\\Report\\\\HtmlRenderer\\:\\:setY\\(\\) expects float, mixed given\\.$#" - count: 1 - path: app/Report/ReportHtmlCell.php - - - - message: "#^Parameter \\#2 \\$y of method Fisharebest\\\\Webtrees\\\\Report\\\\HtmlRenderer\\:\\:setXy\\(\\) expects float, mixed given\\.$#" - count: 1 - path: app/Report/ReportHtmlCell.php - - - - message: "#^Parameter \\#3 \\(mixed\\) of echo cannot be converted to string\\.$#" - count: 1 - path: app/Report/ReportHtmlCell.php - - - - message: "#^Parameter \\#4 \\(mixed\\) of echo cannot be converted to string\\.$#" - count: 1 - path: app/Report/ReportHtmlCell.php - - - - message: "#^Binary operation \"\\*\" between string and 0\\|int\\<2, max\\> results in an error\\.$#" - count: 1 - path: app/Report/ReportHtmlText.php - - - - message: "#^Parameter \\#1 \\$stream of function fclose expects resource, resource\\|false given\\.$#" - count: 1 - path: app/Report/ReportParserBase.php - - - - message: "#^Parameter \\#1 \\$stream of function feof expects resource, resource\\|false given\\.$#" - count: 1 - path: app/Report/ReportParserBase.php - - - - message: "#^Parameter \\#1 \\$stream of function fread expects resource, resource\\|false given\\.$#" - count: 1 - path: app/Report/ReportParserBase.php - - - - message: "#^Parameter \\#3 \\$value of function xml_parser_set_option expects int\\|string, false given\\.$#" - count: 1 - path: app/Report/ReportParserBase.php - - - - message: "#^Access to an undefined property Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\)\\:\\:\\$generation\\.$#" - count: 1 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Access to private property Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\)\\:\\:\\$generation\\.$#" - count: 1 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Binary operation \"\\+\" between non\\-empty\\-string and 1 results in an error\\.$#" - count: 1 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\)\\:\\:canShow\\(\\)\\.$#" - count: 1 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\)\\:\\:privatizeGedcom\\(\\)\\.$#" - count: 1 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\)\\:\\:tree\\(\\)\\.$#" - count: 1 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Call to function assert\\(\\) with false and LogicException will always evaluate to false\\.$#" - count: 1 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Cannot access offset 0 on array\\|false\\.$#" - count: 3 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Cannot access offset 1 on array\\|false\\.$#" - count: 3 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Cannot access offset float\\|int on array\\<int, string\\>\\|false\\.$#" - count: 13 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Cannot access offset float\\|int\\<1, max\\> on array\\<int, string\\>\\|false\\.$#" - count: 1 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Cannot access property \\$gedcom on mixed\\.$#" - count: 2 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Cannot access property \\$xref on mixed\\.$#" - count: 4 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Cannot call method addElement\\(\\) on Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\|null\\.$#" - count: 1 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Cannot call method childFamilies\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" - count: 1 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Cannot call method facts\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#" - count: 2 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Cannot call method findHighlightedMediaFile\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" - count: 1 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Cannot call method firstImageFile\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#" - count: 1 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Cannot call method privatizeGedcom\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#" - count: 3 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Cannot call method xref\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#" - count: 1 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Cannot cast mixed to string\\.$#" - count: 1 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Cannot use array destructuring on array\\<int, array\\<string\\>\\|int\\>\\|null\\.$#" - count: 4 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Cannot use array destructuring on string\\|null\\.$#" - count: 1 - path: app/Report/ReportParserGenerate.php - - - - message: "#^If condition is always true\\.$#" - count: 1 - path: app/Report/ReportParserGenerate.php - - - - 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: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:substituteVars\\(\\) should return string but returns string\\|null\\.$#" - count: 1 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Parameter \\#1 \\$array of function end expects array\\|object, array\\<int, string\\>\\|false given\\.$#" - 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\\), non\\-falsy\\-string\\} given\\.$#" - count: 2 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null given\\.$#" - count: 1 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Parameter \\#1 \\$expression of method Symfony\\\\Component\\\\ExpressionLanguage\\\\ExpressionLanguage\\:\\:evaluate\\(\\) expects string\\|Symfony\\\\Component\\\\ExpressionLanguage\\\\Expression, string\\|null given\\.$#" - count: 1 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, string\\|null given\\.$#" - count: 1 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Parameter \\#1 \\$image of function imagesx expects GdImage, GdImage\\|false given\\.$#" - count: 2 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Parameter \\#1 \\$image of function imagesy expects GdImage, GdImage\\|false given\\.$#" - count: 2 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Parameter \\#1 \\$string of function addslashes expects string, string\\|null given\\.$#" - 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\\.$#" - count: 1 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Parameter \\#2 \\$callback of function uasort expects callable\\(Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null, Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\)\\: int, Closure\\(Fisharebest\\\\Webtrees\\\\Family, Fisharebest\\\\Webtrees\\\\Family\\)\\: int given\\.$#" - count: 1 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Parameter \\#2 \\$callback of function uasort expects callable\\(Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null, Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\)\\: int, Closure\\(Fisharebest\\\\Webtrees\\\\GedcomRecord, Fisharebest\\\\Webtrees\\\\GedcomRecord\\)\\: int given\\.$#" - count: 2 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Parameter \\#2 \\$callback of function uasort expects callable\\(Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null, Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\)\\: int, Closure\\(Fisharebest\\\\Webtrees\\\\Individual, Fisharebest\\\\Webtrees\\\\Individual\\)\\: int given\\.$#" - count: 2 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Parameter \\#2 \\$callback of function uasort expects callable\\(Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\), Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\)\\)\\: int, Closure\\(Fisharebest\\\\Webtrees\\\\GedcomRecord, Fisharebest\\\\Webtrees\\\\GedcomRecord\\)\\: int given\\.$#" - count: 1 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Parameter \\#2 \\$callback of function uasort expects callable\\(Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\), Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\)\\)\\: int, Closure\\(Fisharebest\\\\Webtrees\\\\Individual, Fisharebest\\\\Webtrees\\\\Individual\\)\\: int given\\.$#" - count: 2 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|null given\\.$#" - count: 5 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#" - count: 1 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Parameter \\#3 \\$value of function xml_parser_set_option expects int\\|string, false given\\.$#" - count: 4 - path: app/Report/ReportParserGenerate.php - - - - 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: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$gedrec_stack \\(array\\<string\\>\\) does not accept array\\<array\\<int, string\\>\\|string\\>\\.$#" - count: 1 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$list \\(array\\<Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\)\\>\\) does not accept array\\<Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\>\\.$#" - count: 1 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$list \\(array\\<Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\)\\>\\) does not accept array\\<Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\)\\|null\\>\\.$#" - count: 2 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$list \\(array\\<Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\)\\>\\) does not accept array\\<stdClass\\>\\.$#" - count: 1 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$list \\(array\\<Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\)\\>\\) does not accept array\\<string, Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\>\\.$#" - count: 1 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$parser \\(XMLParser\\) does not accept XMLParser\\|null\\.$#" - count: 4 - path: app/Report/ReportParserGenerate.php - - - - 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\\:\\:\\$repeat_bytes \\(int\\) does not accept array\\<string\\>\\|int\\.$#" - count: 4 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$repeats \\(array\\<string\\>\\) does not accept array\\<string\\>\\|int\\.$#" - count: 4 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$vars \\(array\\<array\\<string\\>\\>\\) does not accept array\\<array\\<string\\|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 - 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 - path: app/Report/ReportParserGenerate.php - - - - message: "#^Cannot assign new offset to array\\<string\\>\\|string\\.$#" - count: 1 - path: app/Report/ReportParserSetup.php - - - - message: "#^array\\<string\\>\\|string does not accept array\\<string\\>\\.$#" - count: 1 - path: app/Report/ReportParserSetup.php - - - - message: "#^Parameter \\#1 \\$x of method Fisharebest\\\\Webtrees\\\\Report\\\\PdfRenderer\\:\\:addMarginX\\(\\) expects float, mixed given\\.$#" - count: 1 - path: app/Report/ReportPdfCell.php - - - - message: "#^Parameter \\#1 \\$y of method TCPDF\\:\\:setY\\(\\) expects float, mixed given\\.$#" - count: 1 - path: app/Report/ReportPdfCell.php - - - - message: "#^Parameter \\#2 \\$y of method TCPDF\\:\\:Link\\(\\) expects float, mixed given\\.$#" - count: 1 - path: app/Report/ReportPdfCell.php - - - - message: "#^Parameter \\#6 \\$fill of method TCPDF\\:\\:MultiCell\\(\\) expects bool, int given\\.$#" - count: 1 - path: app/Report/ReportPdfCell.php - - - - message: "#^Parameter \\#9 \\$y of method TCPDF\\:\\:MultiCell\\(\\) expects float\\|null, mixed given\\.$#" - count: 1 - path: app/Report/ReportPdfCell.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\ReportPdfFootnote\\:\\:getWidth\\(\\) should return array\\{float, int, float\\} but returns array\\{0\\|array\\<float\\>\\|float, 1, int\\<0, max\\>\\}\\.$#" - count: 1 - path: app/Report/ReportPdfFootnote.php - - - - message: "#^Parameter \\#1 \\$link of method TCPDF\\:\\:setLink\\(\\) expects int, string given\\.$#" - count: 1 - path: app/Report/ReportPdfFootnote.php - - - - message: "#^Parameter \\#1 \\$num of function ceil expects float\\|int, array\\<float\\>\\|float given\\.$#" - count: 3 - path: app/Report/ReportPdfFootnote.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\ReportPdfText\\:\\:getWidth\\(\\) should return array\\{float, int, float\\} but returns array\\{array\\<float\\>\\|float, 0\\|2, int\\<0, max\\>\\}\\.$#" - count: 1 - path: app/Report/ReportPdfText.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\ReportPdfText\\:\\:getWidth\\(\\) should return array\\{float, int, float\\} but returns array\\{array\\<float\\>\\|float\\|int, 1, int\\<0, max\\>\\}\\.$#" - count: 1 - path: app/Report/ReportPdfText.php - - - - 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: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\RightToLeftSupport\\:\\:spanLtrRtl\\(\\) should return string but returns array\\<int, string\\>\\|string\\.$#" - count: 1 - path: app/Report/RightToLeftSupport.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\RightToLeftSupport\\:\\:starredName\\(\\) should return string but returns string\\|null\\.$#" - count: 1 - path: app/Report/RightToLeftSupport.php - - - - message: "#^Parameter \\#2 \\$offset of function substr expects int, int\\<0, max\\>\\|false given\\.$#" - count: 1 - path: app/Report/RightToLeftSupport.php - - - - message: "#^Parameter \\#3 \\$length of function substr expects int\\|null, int\\<0, max\\>\\|false given\\.$#" - count: 1 - path: app/Report/RightToLeftSupport.php - - - - message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#" - count: 1 - path: app/Report/RightToLeftSupport.php - - - - message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, string\\|null given\\.$#" - count: 1 - path: app/Report/RightToLeftSupport.php - - - - message: "#^Parameter \\#1 \\$h of method TCPDF\\:\\:checkPageBreak\\(\\) expects float, mixed given\\.$#" - count: 1 - path: app/Report/TcpdfWrapper.php - - - - message: "#^Parameter \\#2 \\$y of method TCPDF\\:\\:checkPageBreak\\(\\) expects float\\|null, mixed given\\.$#" - count: 1 - path: app/Report/TcpdfWrapper.php - - - - message: "#^Cannot access property \\$access_level on mixed\\.$#" - count: 1 - path: app/Schema/Migration42.php - - - - message: "#^Cannot access property \\$component on mixed\\.$#" - count: 1 - path: app/Schema/Migration42.php - - - - message: "#^Cannot access property \\$gedcom_id on mixed\\.$#" - count: 1 - path: app/Schema/Migration42.php - - - - message: "#^Cannot access property \\$module_name on mixed\\.$#" - count: 1 - path: app/Schema/Migration42.php - - - - message: "#^Parameter \\#1 \\$column of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:having\\(\\) expects Closure\\|string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#" - count: 1 - path: app/Schema/Migration44.php - - - - 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\\\\Individual but returns Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" - count: 1 - path: app/Services/AdminService.php - - - - 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\\\\Source but returns Fisharebest\\\\Webtrees\\\\Source\\|null\\.$#" - count: 1 - path: app/Services/AdminService.php - - - - message: "#^Call to an undefined static method Illuminate\\\\Database\\\\Capsule\\\\Manager\\:\\:query\\(\\)\\.$#" - count: 1 - path: app/Services/AdminService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\AdminService\\:\\:gedcomFiles\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\> but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#" - count: 1 - path: app/Services/AdminService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: non\\-empty\\-array\\<int, Fisharebest\\\\Webtrees\\\\Family\\>, Closure\\(string\\)\\: non\\-empty\\-array\\<int, Fisharebest\\\\Webtrees\\\\Family\\> given\\.$#" - count: 1 - path: app/Services/AdminService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: non\\-empty\\-array\\<int, Fisharebest\\\\Webtrees\\\\Individual\\>, Closure\\(string\\)\\: non\\-empty\\-array\\<int, Fisharebest\\\\Webtrees\\\\Individual\\> given\\.$#" - count: 1 - path: app/Services/AdminService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: non\\-empty\\-array\\<int, Fisharebest\\\\Webtrees\\\\Media\\>, Closure\\(string\\)\\: non\\-empty\\-array\\<int, Fisharebest\\\\Webtrees\\\\Media\\> given\\.$#" - count: 1 - path: app/Services/AdminService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: non\\-empty\\-array\\<int, Fisharebest\\\\Webtrees\\\\Source\\>, Closure\\(string\\)\\: non\\-empty\\-array\\<int, Fisharebest\\\\Webtrees\\\\Source\\> given\\.$#" - count: 1 - path: app/Services/AdminService.php - - - - message: "#^Parameter \\#1 \\$column of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:having\\(\\) expects Closure\\|string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#" - count: 4 - path: app/Services/AdminService.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: 1 - path: app/Services/AdminService.php - - - - message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|false given\\.$#" - count: 1 - path: app/Services/AdminService.php - - - - message: "#^Cannot access property \\$d_day on mixed\\.$#" - count: 2 - path: app/Services/CalendarService.php - - - - message: "#^Cannot access property \\$d_fact on mixed\\.$#" - count: 2 - path: app/Services/CalendarService.php - - - - message: "#^Cannot access property \\$d_month on mixed\\.$#" - count: 2 - path: app/Services/CalendarService.php - - - - message: "#^Cannot access property \\$d_type on mixed\\.$#" - count: 4 - path: app/Services/CalendarService.php - - - - message: "#^Cannot access property \\$d_year on mixed\\.$#" - count: 4 - path: app/Services/CalendarService.php - - - - message: "#^Cannot access property \\$gedcom on mixed\\.$#" - count: 4 - path: app/Services/CalendarService.php - - - - message: "#^Cannot access property \\$xref on mixed\\.$#" - count: 4 - path: app/Services/CalendarService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\ChartService\\:\\:descendants\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Individual\\> but returns Illuminate\\\\Support\\\\Collection\\<string, Fisharebest\\\\Webtrees\\\\Individual\\>\\.$#" - count: 1 - path: app/Services/ChartService.php - - - - message: "#^Parameter \\#1 \\$items of method Illuminate\\\\Support\\\\Collection\\<string,Fisharebest\\\\Webtrees\\\\Individual\\>\\:\\:merge\\(\\) expects Illuminate\\\\Contracts\\\\Support\\\\Arrayable\\<string, Fisharebest\\\\Webtrees\\\\Individual\\>\\|iterable\\<string, Fisharebest\\\\Webtrees\\\\Individual\\>, Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Individual\\> given\\.$#" - count: 1 - path: app/Services/ChartService.php - - - - message: "#^Cannot access offset string on mixed\\.$#" - count: 4 - path: app/Services/ClipboardService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<int,mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\)\\: Fisharebest\\\\Webtrees\\\\Fact, Closure\\(string\\)\\: Fisharebest\\\\Webtrees\\\\Fact given\\.$#" - count: 1 - path: app/Services/ClipboardService.php - - - - message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:createFact\\(\\) expects string, mixed given\\.$#" - count: 1 - path: app/Services/ClipboardService.php - - - - message: "#^Offset 'column' does not exist on string\\.$#" - count: 3 - path: app/Services/DatatablesService.php - - - - message: "#^Offset 'dir' does not exist on string\\.$#" - count: 2 - path: app/Services/DatatablesService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<int,mixed\\>\\:\\:filter\\(\\) expects \\(callable\\(mixed, int\\)\\: bool\\)\\|null, Closure\\(array\\)\\: bool given\\.$#" - count: 1 - path: app/Services/DatatablesService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<int,mixed\\>\\:\\:sort\\(\\) expects \\(callable\\(mixed, mixed\\)\\: int\\)\\|int\\|null, Closure\\(array, array\\)\\: \\-1\\|0\\|1 given\\.$#" - count: 1 - path: app/Services/DatatablesService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\GedcomEditService\\:\\:insertMissingRecordSubtags\\(\\) should return string but returns string\\|null\\.$#" - count: 2 - path: app/Services/GedcomEditService.php - - - - message: "#^Parameter \\#1 \\$array of function array_shift expects array, array\\<int, string\\>\\|false given\\.$#" - count: 1 - path: app/Services/GedcomEditService.php - - - - message: "#^Parameter \\#3 \\$gedcom of method Fisharebest\\\\Webtrees\\\\Services\\\\GedcomEditService\\:\\:insertMissingLevels\\(\\) expects string, string\\|null given\\.$#" - count: 2 - path: app/Services/GedcomEditService.php - - - - message: "#^Cannot access property \\$f_gedcom on mixed\\.$#" - count: 1 - path: app/Services/GedcomExportService.php - - - - message: "#^Cannot access property \\$i_gedcom on mixed\\.$#" - count: 1 - path: app/Services/GedcomExportService.php - - - - message: "#^Cannot access property \\$m_gedcom on mixed\\.$#" - count: 1 - path: app/Services/GedcomExportService.php - - - - message: "#^Cannot access property \\$o_gedcom on mixed\\.$#" - count: 1 - path: app/Services/GedcomExportService.php - - - - message: "#^Cannot access property \\$s_gedcom on mixed\\.$#" - count: 1 - path: app/Services/GedcomExportService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\GedcomExportService\\:\\:downloadResponse\\(\\) has parameter \\$records with generic class Illuminate\\\\Support\\\\Collection but does not specify its types\\: TKey, TValue$#" - count: 1 - path: app/Services/GedcomExportService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Family, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Family given\\.$#" - count: 1 - path: app/Services/GedcomExportService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\GedcomRecord, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\GedcomRecord given\\.$#" - count: 1 - path: app/Services/GedcomExportService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Individual, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Individual given\\.$#" - count: 1 - path: app/Services/GedcomExportService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Media, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Media given\\.$#" - count: 1 - path: app/Services/GedcomExportService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Source, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Source given\\.$#" - count: 1 - path: app/Services/GedcomExportService.php - - - - message: "#^Parameter \\#1 \\$stream of function stream_get_meta_data expects resource, resource\\|false given\\.$#" - count: 1 - path: app/Services/GedcomExportService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\GedcomImportService\\:\\:createMediaObject\\(\\) should return string but returns mixed\\.$#" - count: 1 - path: app/Services/GedcomImportService.php - - - - message: "#^Parameter \\#1 \\$haystack of function str_starts_with expects string, string\\|null given\\.$#" - count: 1 - path: app/Services/GedcomImportService.php - - - - message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|null given\\.$#" - count: 1 - path: app/Services/GedcomImportService.php - - - - message: "#^Parameter \\#1 \\$string of function substr expects string, string\\|null given\\.$#" - count: 1 - path: app/Services/GedcomImportService.php - - - - message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|null given\\.$#" - count: 1 - path: app/Services/GedcomImportService.php - - - - message: "#^Parameter \\#2 \\$subject of function preg_match_all expects string, string\\|null given\\.$#" - count: 1 - path: app/Services/GedcomImportService.php - - - - message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#" - count: 10 - path: app/Services/GedcomImportService.php - - - - message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, string\\|null given\\.$#" - count: 2 - path: app/Services/GedcomImportService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\HomePageService\\:\\:filterActiveBlocks\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleBlockInterface\\> but returns Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleBlockInterface\\|null\\>\\.$#" - count: 1 - path: app/Services/HomePageService.php - - - - message: "#^Parameter \\#1 \\$key of method Illuminate\\\\Support\\\\Collection\\<int,string\\>\\:\\:contains\\(\\) expects \\(callable\\(string, int\\)\\: bool\\)\\|string, mixed given\\.$#" - count: 4 - path: app/Services/HomePageService.php - - - - message: "#^Parameter \\#2 \\$active_blocks of method Fisharebest\\\\Webtrees\\\\Services\\\\HomePageService\\:\\:filterActiveBlocks\\(\\) expects Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleBlockInterface\\>, Illuminate\\\\Support\\\\Collection\\<string, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleBlockInterface\\> given\\.$#" - count: 2 - path: app/Services/HomePageService.php - - - - message: "#^Parameter \\#2 \\$path of method Fisharebest\\\\Webtrees\\\\Services\\\\HousekeepingService\\:\\:deleteFileOrFolder\\(\\) expects string, mixed given\\.$#" - count: 1 - path: app/Services/HousekeepingService.php - - - - message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:sex\\(\\)\\.$#" - count: 17 - path: app/Services/IndividualFactsService.php - - - - message: "#^Illuminate\\\\Support\\\\Collection\\<\\*NEVER\\*, \\*NEVER\\*\\> does not accept Fisharebest\\\\Webtrees\\\\Fact\\.$#" - count: 31 - path: app/Services/IndividualFactsService.php - - - - message: "#^Instanceof between Fisharebest\\\\Webtrees\\\\Individual and Fisharebest\\\\Webtrees\\\\Family will always evaluate to false\\.$#" - count: 1 - path: app/Services/IndividualFactsService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\IndividualFactsService\\:\\:familyFacts\\(\\) return type with generic class Illuminate\\\\Support\\\\Collection does not specify its types\\: TKey, TValue$#" - count: 1 - path: app/Services/IndividualFactsService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\IndividualFactsService\\:\\:familyFacts\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<Fisharebest\\\\Webtrees\\\\Fact\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#" - count: 1 - path: app/Services/IndividualFactsService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\IndividualFactsService\\:\\:historicFacts\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Fact\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#" - count: 1 - path: app/Services/IndividualFactsService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\IndividualFactsService\\:\\:individualFacts\\(\\) return type with generic class Illuminate\\\\Support\\\\Collection does not specify its types\\: TKey, TValue$#" - count: 1 - path: app/Services/IndividualFactsService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<int,mixed\\>\\:\\:filter\\(\\) expects \\(callable\\(mixed, int\\)\\: bool\\)\\|null, Closure\\(Fisharebest\\\\Webtrees\\\\Fact\\)\\: bool given\\.$#" - count: 1 - path: app/Services/IndividualFactsService.php - - - - message: "#^Parameter \\#1 \\$gedcom of class Fisharebest\\\\Webtrees\\\\Fact constructor expects string, string\\|null given\\.$#" - count: 1 - path: app/Services/IndividualFactsService.php - - - - message: "#^Parameter \\#1 \\$items of method Illuminate\\\\Support\\\\Collection\\<int,Fisharebest\\\\Webtrees\\\\Fact\\>\\:\\:merge\\(\\) expects Illuminate\\\\Contracts\\\\Support\\\\Arrayable\\<int, Fisharebest\\\\Webtrees\\\\Fact\\>\\|iterable\\<int, Fisharebest\\\\Webtrees\\\\Fact\\>, Illuminate\\\\Support\\\\Collection\\<int, mixed\\> given\\.$#" - count: 2 - path: app/Services/IndividualFactsService.php - - - - message: "#^Parameter \\#1 \\$items of method Illuminate\\\\Support\\\\Collection\\<int,Fisharebest\\\\Webtrees\\\\Individual\\>\\:\\:merge\\(\\) expects Illuminate\\\\Contracts\\\\Support\\\\Arrayable\\<int, Fisharebest\\\\Webtrees\\\\Individual\\>\\|iterable\\<int, Fisharebest\\\\Webtrees\\\\Individual\\>, Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Family\\> given\\.$#" - count: 2 - path: app/Services/IndividualFactsService.php - - - - message: "#^Parameter \\#2 \\$spouse of method Fisharebest\\\\Webtrees\\\\Services\\\\IndividualFactsService\\:\\:spouseFacts\\(\\) expects Fisharebest\\\\Webtrees\\\\Individual, Fisharebest\\\\Webtrees\\\\Individual\\|null given\\.$#" - count: 1 - path: app/Services/IndividualFactsService.php - - - - message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#" - count: 1 - path: app/Services/IndividualFactsService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\LinkedRecordService\\:\\:allLinkedRecords\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Family\\> but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\>\\.$#" - count: 1 - path: app/Services/LinkedRecordService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Family, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Family given\\.$#" - count: 1 - path: app/Services/LinkedRecordService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null, Closure\\(string\\)\\: Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null given\\.$#" - count: 1 - path: app/Services/LinkedRecordService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Individual, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Individual given\\.$#" - count: 1 - path: app/Services/LinkedRecordService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Location, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Location given\\.$#" - count: 1 - path: app/Services/LinkedRecordService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Media, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Media given\\.$#" - count: 1 - path: app/Services/LinkedRecordService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Note, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Note given\\.$#" - count: 1 - path: app/Services/LinkedRecordService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Repository, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Repository given\\.$#" - count: 2 - path: app/Services/LinkedRecordService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Source, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Source given\\.$#" - count: 1 - path: app/Services/LinkedRecordService.php - - - - message: "#^Cannot access property \\$id on mixed\\.$#" - count: 2 - path: app/Services/MapDataService.php - - - - message: "#^Cannot access property \\$p_place on mixed\\.$#" - count: 1 - path: app/Services/MapDataService.php - - - - message: "#^Cannot access property \\$place on mixed\\.$#" - count: 2 - path: app/Services/MapDataService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\MapDataService\\:\\:activePlaces\\(\\) should return array\\<string, array\\<object\\>\\> but returns array\\<string, array\\<int, mixed\\>\\>\\.$#" - count: 1 - path: app/Services/MapDataService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\MapDataService\\:\\:placeIdsForLocation\\(\\) should return array\\<string\\> but returns array\\.$#" - count: 1 - path: app/Services/MapDataService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: int, Closure\\(object\\)\\: int given\\.$#" - count: 1 - path: app/Services/MapDataService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: object, Closure\\(object\\)\\: object given\\.$#" - count: 1 - path: app/Services/MapDataService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: string, Closure\\(object\\)\\: string given\\.$#" - count: 2 - path: app/Services/MapDataService.php - - - - message: "#^Call to function is_float\\(\\) with int will always evaluate to false\\.$#" - count: 1 - path: app/Services/MediaFileService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\MediaFileService\\:\\:allFilesOnDisk\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\> but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#" - count: 1 - path: app/Services/MediaFileService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\MediaFileService\\:\\:mediaFolders\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\> but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#" - count: 1 - path: app/Services/MediaFileService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: string, Closure\\(string\\)\\: non\\-falsy\\-string given\\.$#" - count: 1 - path: app/Services/MediaFileService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:mapWithKeys\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: array\\<string, string\\>, Closure\\(string\\)\\: non\\-empty\\-array\\<string, string\\> given\\.$#" - count: 1 - path: app/Services/MediaFileService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:sort\\(\\) expects \\(callable\\(mixed, mixed\\)\\: int\\)\\|int\\|null, Closure\\(string, string\\)\\: int given\\.$#" - count: 1 - path: app/Services/MediaFileService.php - - - - message: "#^Parameter \\#1 \\$column of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:where\\(\\) expects array\\|Closure\\|string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#" - count: 2 - path: app/Services/MediaFileService.php - - - - message: "#^Parameter \\#1 \\$location of method League\\\\Flysystem\\\\FilesystemReader\\:\\:listContents\\(\\) expects string, mixed given\\.$#" - count: 1 - path: app/Services/MediaFileService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\ModuleService\\:\\:coreModules\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleInterface\\> but returns Illuminate\\\\Support\\\\Collection\\<string, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleInterface\\>\\.$#" - count: 1 - path: app/Services/ModuleService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\ModuleService\\:\\:customModules\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleCustomInterface\\> but returns Illuminate\\\\Support\\\\Collection\\<string, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleCustomInterface\\>\\.$#" - count: 1 - path: app/Services/ModuleService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\ModuleService\\:\\:setupLanguages\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleLanguageInterface\\> but returns Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleInterface\\>\\.$#" - count: 1 - path: app/Services/ModuleService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:mapWithKeys\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: array\\<int\\|string, object\\>, Closure\\(object\\)\\: non\\-empty\\-array\\<int\\|string, object\\> given\\.$#" - count: 1 - path: app/Services/ModuleService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<int,Fisharebest\\\\Webtrees\\\\Module\\\\ModuleCustomInterface\\|null\\>\\:\\:mapWithKeys\\(\\) expects callable\\(Fisharebest\\\\Webtrees\\\\Module\\\\ModuleCustomInterface\\|null, int\\)\\: array\\<string, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleCustomInterface\\>, Closure\\(Fisharebest\\\\Webtrees\\\\Module\\\\ModuleCustomInterface\\)\\: non\\-empty\\-array\\<string, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleCustomInterface\\> given\\.$#" - count: 1 - path: app/Services/ModuleService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<int,Fisharebest\\\\Webtrees\\\\Module\\\\ModuleInterface\\>\\:\\:sort\\(\\) expects \\(callable\\(Fisharebest\\\\Webtrees\\\\Module\\\\ModuleInterface, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleInterface\\)\\: int\\)\\|int\\|null, Closure\\(Fisharebest\\\\Webtrees\\\\Module\\\\ModuleLanguageInterface, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleLanguageInterface\\)\\: int\\<\\-1, 1\\> given\\.$#" - count: 1 - path: app/Services/ModuleService.php - - - - message: "#^Parameter \\#1 \\$items of static method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:make\\(\\) expects Illuminate\\\\Contracts\\\\Support\\\\Arrayable\\<int, string\\>\\|iterable\\<int, string\\>\\|null, array\\<int, string\\>\\|false given\\.$#" - count: 1 - path: app/Services/ModuleService.php - - - - message: "#^Cannot access property \\$change_id on mixed\\.$#" - count: 3 - path: app/Services/PendingChangesService.php - - - - message: "#^Cannot access property \\$change_time on mixed\\.$#" - count: 2 - path: app/Services/PendingChangesService.php - - - - message: "#^Cannot access property \\$new_gedcom on mixed\\.$#" - count: 8 - path: app/Services/PendingChangesService.php - - - - message: "#^Cannot access property \\$old_gedcom on mixed\\.$#" - count: 5 - path: app/Services/PendingChangesService.php - - - - message: "#^Cannot access property \\$record on mixed\\.$#" - count: 1 - path: app/Services/PendingChangesService.php - - - - message: "#^Cannot access property \\$xref on mixed\\.$#" - count: 2 - path: app/Services/PendingChangesService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\PendingChangesService\\:\\:pendingChanges\\(\\) should return array\\<array\\<object\\>\\> but returns array\\<int\\|string, array\\<int, mixed\\>\\>\\.$#" - count: 1 - path: app/Services/PendingChangesService.php - - - - message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual\\:\\:childFamilies\\(\\)\\.$#" - count: 1 - path: app/Services/RelationshipService.php - - - - message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual\\:\\:sex\\(\\)\\.$#" - count: 1 - path: app/Services/RelationshipService.php - - - - message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual\\:\\:spouseFamilies\\(\\)\\.$#" - count: 1 - path: app/Services/RelationshipService.php - - - - message: "#^Cannot call method findByInterface\\(\\) on mixed\\.$#" - count: 1 - path: app/Services/RelationshipService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\RelationshipService\\:\\:matchRelationships\\(\\) should return array\\<Fisharebest\\\\Webtrees\\\\Relationship\\> but returns array\\<array\\<string\\>\\|Fisharebest\\\\Webtrees\\\\Relationship\\>\\.$#" - count: 1 - path: app/Services/RelationshipService.php - - - - message: "#^Parameter \\#1 \\$individual of method Fisharebest\\\\Webtrees\\\\Services\\\\RelationshipService\\:\\:reflexivePronoun\\(\\) expects Fisharebest\\\\Webtrees\\\\Individual, Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual given\\.$#" - count: 1 - path: app/Services/RelationshipService.php - - - - message: "#^Parameter \\#2 \\$callback of function array_reduce expects callable\\(array\\{string, string\\}, Fisharebest\\\\Webtrees\\\\Relationship\\)\\: array\\{string, string\\}, Closure\\(array, array\\)\\: array\\{string, string\\} given\\.$#" - count: 1 - path: app/Services/RelationshipService.php - - - - message: "#^Parameter \\#2 \\$person1 of method Fisharebest\\\\Webtrees\\\\Services\\\\RelationshipService\\:\\:legacyNameAlgorithm\\(\\) expects Fisharebest\\\\Webtrees\\\\Individual\\|null, Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual given\\.$#" - count: 1 - path: app/Services/RelationshipService.php - - - - message: "#^Parameter \\#3 \\$person2 of method Fisharebest\\\\Webtrees\\\\Services\\\\RelationshipService\\:\\:legacyNameAlgorithm\\(\\) expects Fisharebest\\\\Webtrees\\\\Individual\\|null, Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual given\\.$#" - count: 1 - path: app/Services/RelationshipService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchFamilyNames\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Family\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#" - count: 1 - path: app/Services/SearchService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchIndividualNames\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Individual\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#" - count: 1 - path: app/Services/SearchService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchLocations\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Location\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#" - count: 1 - path: app/Services/SearchService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchMedia\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Media\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#" - count: 1 - path: app/Services/SearchService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchNotes\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Note\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#" - count: 1 - path: app/Services/SearchService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchPlaces\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Place\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#" - count: 1 - path: app/Services/SearchService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchRepositories\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Repository\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#" - count: 1 - path: app/Services/SearchService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchSharedNotes\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\SharedNote\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#" - count: 1 - path: app/Services/SearchService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchSources\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Source\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#" - count: 1 - path: app/Services/SearchService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchSourcesByName\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Source\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#" - count: 1 - path: app/Services/SearchService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchSubmissions\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Submission\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#" - count: 1 - path: app/Services/SearchService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchSubmitters\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Submitter\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#" - count: 1 - path: app/Services/SearchService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Family, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Family given\\.$#" - count: 2 - path: app/Services/SearchService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Individual, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Individual given\\.$#" - count: 4 - path: app/Services/SearchService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Media, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Media given\\.$#" - count: 1 - path: app/Services/SearchService.php - - - - message: "#^Parameter \\#1 \\$column of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:orWhere\\(\\) expects array\\|Closure\\|string, Illuminate\\\\Database\\\\Query\\\\Expression\\|string given\\.$#" - count: 1 - path: app/Services/SearchService.php - - - - message: "#^Parameter \\#1 \\$column of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:where\\(\\) expects array\\|Closure\\|string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#" - count: 1 - path: app/Services/SearchService.php - - - - message: "#^Parameter \\#1 \\$column of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:where\\(\\) expects array\\|Closure\\|string, Illuminate\\\\Database\\\\Query\\\\Expression\\|string given\\.$#" - count: 1 - path: app/Services/SearchService.php - - - - message: "#^Parameter \\#1 \\$haystack of function mb_stripos expects string, string\\|null given\\.$#" - count: 1 - path: app/Services/SearchService.php - - - - message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#" - count: 1 - path: app/Services/SearchService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\ServerCheckService\\:\\:serverErrors\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#" - count: 1 - path: app/Services/ServerCheckService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\ServerCheckService\\:\\:serverWarnings\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#" - count: 1 - path: app/Services/ServerCheckService.php - - - - message: "#^Parameter \\#1 \\$value of function e expects BackedEnum\\|Illuminate\\\\Contracts\\\\Support\\\\DeferringDisplayableValue\\|Illuminate\\\\Contracts\\\\Support\\\\Htmlable\\|string\\|null, string\\|false given\\.$#" - count: 1 - path: app/Services/ServerCheckService.php - - - - message: "#^Parameter \\#2 \\$string of function explode expects string, string\\|false given\\.$#" - count: 1 - path: app/Services/ServerCheckService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:mapWithKeys\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: array\\<int\\|string, Fisharebest\\\\Webtrees\\\\Tree\\>, Closure\\(object\\)\\: non\\-empty\\-array\\<int\\|string, Fisharebest\\\\Webtrees\\\\Tree\\> given\\.$#" - count: 1 - path: app/Services/TreeService.php - - - - message: "#^Parameter \\#1 \\$stream of function fclose expects resource, resource\\|null given\\.$#" - count: 1 - path: app/Services/TreeService.php - - - - message: "#^Parameter \\#1 \\$stream of function feof expects resource, resource\\|null given\\.$#" - count: 1 - path: app/Services/TreeService.php - - - - message: "#^Parameter \\#1 \\$stream of function fread expects resource, resource\\|null given\\.$#" - count: 1 - path: app/Services/TreeService.php - - - - message: "#^Parameter \\#1 \\$stream of function stream_filter_append expects resource, resource\\|null given\\.$#" - count: 1 - path: app/Services/TreeService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\UpgradeService\\:\\:downloadFile\\(\\) should return int but returns int\\|false\\.$#" - count: 1 - path: app/Services/UpgradeService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\UpgradeService\\:\\:webtreesZipContents\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\> but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#" - count: 1 - path: app/Services/UpgradeService.php - - - - message: "#^Parameter \\#1 \\$key of method Illuminate\\\\Support\\\\Collection\\<int,string\\>\\:\\:contains\\(\\) expects \\(callable\\(string, int\\)\\: bool\\)\\|string, mixed given\\.$#" - count: 1 - path: app/Services/UpgradeService.php - - - - message: "#^Parameter \\#1 \\$location of method League\\\\Flysystem\\\\FilesystemWriter\\:\\:delete\\(\\) expects string, mixed given\\.$#" - count: 1 - path: app/Services/UpgradeService.php - - - - 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 ftell expects resource, resource\\|false given\\.$#" - count: 1 - path: app/Services/UpgradeService.php - - - - message: "#^Parameter \\#1 \\$stream of function fwrite expects resource, resource\\|false given\\.$#" - count: 1 - path: app/Services/UpgradeService.php - - - - message: "#^Parameter \\#1 \\$stream of function rewind expects resource, resource\\|false given\\.$#" - count: 1 - path: app/Services/UpgradeService.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\User, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\User given\\.$#" - count: 13 - path: app/Services/UserService.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Site\\:\\:getPreference\\(\\) should return string but returns mixed\\.$#" - count: 1 - path: app/Site.php - - - - message: "#^Static property Fisharebest\\\\Webtrees\\\\Site\\:\\:\\$preferences \\(array\\<string, string\\>\\) does not accept array\\.$#" - count: 1 - path: app/Site.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\:\\:statsAgeQuery\\(\\) should return array\\<array\\<stdClass\\>\\> but returns array\\<stdClass\\>\\.$#" - count: 1 - path: app/Statistics.php - - - - message: "#^Parameter \\#1 \\.\\.\\.\\$params of method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:totalGivennames\\(\\) expects string, array\\<string\\> given\\.$#" - count: 1 - path: app/Statistics.php - - - - message: "#^Parameter \\#1 \\.\\.\\.\\$params of method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:totalSurnames\\(\\) expects string, array\\<string\\> given\\.$#" - count: 1 - path: app/Statistics.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: stdClass, Closure\\(object\\)\\: stdClass given\\.$#" - count: 1 - path: app/Statistics/Google/ChartAge.php - - - - message: "#^Parameter \\#1 \\$century of method Fisharebest\\\\Webtrees\\\\Statistics\\\\Service\\\\CenturyService\\:\\:centuryName\\(\\) expects int, int\\|string given\\.$#" - count: 1 - path: app/Statistics/Google/ChartAge.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: stdClass, Closure\\(object\\)\\: stdClass given\\.$#" - count: 1 - path: app/Statistics/Google/ChartBirth.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: stdClass, Closure\\(object\\)\\: stdClass given\\.$#" - count: 1 - path: app/Statistics/Google/ChartChildren.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: stdClass, Closure\\(object\\)\\: stdClass given\\.$#" - count: 1 - path: app/Statistics/Google/ChartDeath.php - - - - message: "#^Cannot access property \\$gedcom on mixed\\.$#" - count: 1 - path: app/Statistics/Google/ChartDistribution.php - - - - message: "#^Cannot access property \\$place on mixed\\.$#" - count: 2 - path: app/Statistics/Google/ChartDistribution.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: stdClass, Closure\\(object\\)\\: stdClass given\\.$#" - count: 1 - path: app/Statistics/Google/ChartDivorce.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartFamilyLargest\\:\\:queryRecords\\(\\) should return array\\<object\\> but returns array\\.$#" - count: 1 - path: app/Statistics/Google/ChartFamilyLargest.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: stdClass, Closure\\(object\\)\\: stdClass given\\.$#" - count: 1 - path: app/Statistics/Google/ChartMarriage.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: stdClass, Closure\\(object\\)\\: stdClass given\\.$#" - count: 1 - path: app/Statistics/Google/ChartMarriageAge.php - - - - message: "#^Parameter \\#1 \\$century of method Fisharebest\\\\Webtrees\\\\Statistics\\\\Service\\\\CenturyService\\:\\:centuryName\\(\\) expects int, int\\|string given\\.$#" - count: 1 - path: app/Statistics/Google/ChartMarriageAge.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartNoChildrenFamilies\\:\\:queryRecords\\(\\) should return array\\<object\\> but returns array\\.$#" - count: 1 - path: app/Statistics/Google/ChartNoChildrenFamilies.php - - - - message: "#^Cannot access property \\$age on mixed\\.$#" - count: 9 - path: app/Statistics/Repository/FamilyRepository.php - - - - message: "#^Cannot access property \\$famid on mixed\\.$#" - count: 1 - path: app/Statistics/Repository/FamilyRepository.php - - - - message: "#^Cannot access property \\$family on mixed\\.$#" - count: 7 - path: app/Statistics/Repository/FamilyRepository.php - - - - message: "#^Cannot access property \\$i_id on mixed\\.$#" - count: 1 - path: app/Statistics/Repository/FamilyRepository.php - - - - message: "#^Cannot access property \\$id on mixed\\.$#" - count: 1 - path: app/Statistics/Repository/FamilyRepository.php - - - - message: "#^Cannot call method canShow\\(\\) 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 - path: app/Statistics/Repository/FamilyRepository.php - - - - message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#" - count: 2 - path: app/Statistics/Repository/FamilyRepository.php - - - - message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" - count: 2 - path: app/Statistics/Repository/FamilyRepository.php - - - - message: "#^Cannot call method getBirthDate\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" - count: 2 - path: app/Statistics/Repository/FamilyRepository.php - - - - message: "#^Cannot call method husband\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#" - count: 1 - path: app/Statistics/Repository/FamilyRepository.php - - - - message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#" - count: 3 - path: app/Statistics/Repository/FamilyRepository.php - - - - message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#" - count: 1 - path: app/Statistics/Repository/FamilyRepository.php - - - - message: "#^Cannot call method wife\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#" - count: 1 - path: app/Statistics/Repository/FamilyRepository.php - - - - message: "#^Cannot cast mixed to float\\.$#" - count: 1 - path: app/Statistics/Repository/FamilyRepository.php - - - - message: "#^Cannot cast mixed to int\\.$#" - count: 1 - path: app/Statistics/Repository/FamilyRepository.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\FamilyRepository\\:\\:ageBetweenSiblingsQuery\\(\\) should return array\\<object\\> but returns array\\.$#" - count: 1 - path: app/Statistics/Repository/FamilyRepository.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\FamilyRepository\\:\\:statsChildrenQuery\\(\\) should return array\\<stdClass\\> but returns array\\.$#" - count: 1 - path: app/Statistics/Repository/FamilyRepository.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Family, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Family given\\.$#" - count: 4 - path: app/Statistics/Repository/FamilyRepository.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: stdClass, Closure\\(stdClass\\)\\: stdClass given\\.$#" - count: 1 - path: app/Statistics/Repository/FamilyRepository.php - - - - message: "#^Cannot cast mixed to int\\.$#" - count: 1 - path: app/Statistics/Repository/HitCountRepository.php - - - - message: "#^Cannot access property \\$days on mixed\\.$#" - count: 1 - path: app/Statistics/Repository/IndividualRepository.php - - - - message: "#^Cannot cast mixed to int\\.$#" - count: 3 - path: app/Statistics/Repository/IndividualRepository.php - - - - 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\\:\\:commonGivenFemale\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" - count: 1 - path: app/Statistics/Repository/IndividualRepository.php - - - - 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\\:\\:commonGivenFemaleListTotals\\(\\) 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\\.$#" - count: 1 - path: app/Statistics/Repository/IndividualRepository.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenFemaleTotals\\(\\) 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\\.$#" - count: 1 - path: app/Statistics/Repository/IndividualRepository.php - - - - 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\\:\\:commonGivenMale\\(\\) 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\\.$#" - count: 1 - path: app/Statistics/Repository/IndividualRepository.php - - - - 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\\:\\:commonGivenMaleTable\\(\\) 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\\.$#" - count: 1 - path: app/Statistics/Repository/IndividualRepository.php - - - - 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\\:\\:commonGivenTotals\\(\\) 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\\.$#" - count: 1 - path: app/Statistics/Repository/IndividualRepository.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenUnknownList\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" - count: 1 - path: app/Statistics/Repository/IndividualRepository.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenUnknownListTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#" - count: 1 - path: app/Statistics/Repository/IndividualRepository.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenUnknownTable\\(\\) 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\\.$#" - count: 1 - path: app/Statistics/Repository/IndividualRepository.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:statsAgeQuery\\(\\) should return array\\<stdClass\\> but returns array\\.$#" - count: 1 - path: app/Statistics/Repository/IndividualRepository.php - - - - message: "#^Parameter \\#1 \\$ of closure expects object, mixed given\\.$#" - count: 1 - path: app/Statistics/Repository/IndividualRepository.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: Fisharebest\\\\Webtrees\\\\Individual, Closure\\(object\\)\\: Fisharebest\\\\Webtrees\\\\Individual given\\.$#" - count: 1 - path: app/Statistics/Repository/IndividualRepository.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: int, Closure\\(string\\)\\: int given\\.$#" - count: 1 - path: app/Statistics/Repository/IndividualRepository.php - - - - message: "#^Parameter \\#1 \\$column of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:having\\(\\) expects Closure\\|string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#" - count: 1 - path: app/Statistics/Repository/IndividualRepository.php - - - - message: "#^Parameter \\#1 \\$column of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:where\\(\\) expects array\\|Closure\\|string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#" - count: 1 - path: app/Statistics/Repository/IndividualRepository.php - - - - message: "#^Parameter \\#2 \\$callback of function array_walk expects callable\\(int, string\\)\\: mixed, Closure\\(string, string\\)\\: void given\\.$#" - count: 1 - path: app/Statistics/Repository/IndividualRepository.php - - - - message: "#^Parameter \\#2 \\$given of method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartCommonGiven\\:\\:chartCommonGiven\\(\\) expects array\\<int\\>, array\\<int\\>\\|string given\\.$#" - count: 1 - path: app/Statistics/Repository/IndividualRepository.php - - - - message: "#^Cannot cast mixed to int\\.$#" - count: 1 - path: app/Statistics/Repository/LatestUserRepository.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: int, Closure\\(string\\)\\: int given\\.$#" - count: 1 - path: app/Statistics/Repository/MediaRepository.php - - - - message: "#^Cannot access property \\$tree on mixed\\.$#" - count: 1 - path: app/Statistics/Repository/PlaceRepository.php - - - - message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, \\(int\\|string\\)\\)\\: int, Closure\\(string\\)\\: int given\\.$#" - count: 1 - path: app/Statistics/Repository/PlaceRepository.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\SurnameTradition\\\\PatrilinealSurnameTradition\\:\\:inflect\\(\\) should return string but returns string\\|null\\.$#" - count: 1 - path: app/SurnameTradition/PatrilinealSurnameTradition.php - - - - message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#" - count: 1 - path: app/SurnameTradition/PatrilinealSurnameTradition.php - - - - message: "#^Cannot access property \\$resn on mixed\\.$#" - count: 5 - path: app/Tree.php - - - - message: "#^Cannot access property \\$tag_type on mixed\\.$#" - count: 3 - path: app/Tree.php - - - - message: "#^Cannot access property \\$xref on mixed\\.$#" - count: 3 - path: app/Tree.php - - - - message: "#^Method Fisharebest\\\\Webtrees\\\\Tree\\:\\:getPreference\\(\\) should return string but returns mixed\\.$#" - count: 1 - path: app/Tree.php - - - - message: "#^Property Fisharebest\\\\Webtrees\\\\Tree\\:\\:\\$preferences \\(array\\<string\\>\\) does not accept array\\.$#" - count: 1 - path: app/Tree.php - - - - message: "#^Property Fisharebest\\\\Webtrees\\\\Tree\\:\\:\\$user_preferences \\(array\\<array\\<string\\>\\>\\) does not accept array\\<array\\>\\.$#" - count: 1 - path: app/Tree.php - - - - message: "#^Property Fisharebest\\\\Webtrees\\\\User\\:\\:\\$preferences \\(array\\<string, string\\>\\) does not accept array\\.$#" - count: 1 - path: app/User.php - - - - message: "#^Parameter \\#1 \\$url of function parse_url expects string, mixed given\\.$#" - count: 1 - path: app/Validator.php - - - - message: "#^Ternary operator condition is always true\\.$#" - count: 1 - path: app/Webtrees.php |
