xref: /webtrees/phpstan-baseline.neon (revision 3ee4c7ef16663dd8419c69876f7c40ed549d5490)
1parameters:
2	ignoreErrors:
3		-
4			message: "#^Cannot call method find\\(\\) on mixed\\.$#"
5			count: 1
6			path: app/Auth.php
7
8		-
9			message: "#^Cannot call method getCloseRelationshipName\\(\\) on mixed\\.$#"
10			count: 1
11			path: app/Census/CensusColumnRelationToHead.php
12
13		-
14			message: "#^Parameter \\$filename of class Fisharebest\\\\Localization\\\\Translation constructor expects string, string\\|false given\\.$#"
15			count: 1
16			path: app/Cli/Commands/CompilePoFiles.php
17
18		-
19			message: "#^Parameter \\$path of function basename expects string, string\\|false given\\.$#"
20			count: 1
21			path: app/Cli/Commands/CompilePoFiles.php
22
23		-
24			message: "#^Parameter \\$path of function dirname expects string, string\\|false given\\.$#"
25			count: 1
26			path: app/Cli/Commands/CompilePoFiles.php
27
28		-
29			message: "#^Parameter \\$name of method Fisharebest\\\\Webtrees\\\\Services\\\\TreeService\\:\\:create\\(\\) expects string, mixed given\\.$#"
30			count: 1
31			path: app/Cli/Commands/TreeCreate.php
32
33		-
34			message: "#^Parameter \\$title of method Fisharebest\\\\Webtrees\\\\Services\\\\TreeService\\:\\:create\\(\\) expects string, mixed given\\.$#"
35			count: 1
36			path: app/Cli/Commands/TreeCreate.php
37
38		-
39			message: "#^Method Fisharebest\\\\Webtrees\\\\Cli\\\\Commands\\\\TreeExport\\:\\:autoCompleteTreeName\\(\\) should return array\\<string\\> but returns array\\.$#"
40			count: 1
41			path: app/Cli/Commands/TreeExport.php
42
43		-
44			message: "#^Parameter \\$email of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:create\\(\\) expects string, mixed given\\.$#"
45			count: 1
46			path: app/Cli/Commands/UserCreate.php
47
48		-
49			message: "#^Parameter \\$email of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:findByEmail\\(\\) expects string, mixed given\\.$#"
50			count: 1
51			path: app/Cli/Commands/UserCreate.php
52
53		-
54			message: "#^Parameter \\$password of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:create\\(\\) expects string, mixed given\\.$#"
55			count: 1
56			path: app/Cli/Commands/UserCreate.php
57
58		-
59			message: "#^Parameter \\$real_name of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:create\\(\\) expects string, mixed given\\.$#"
60			count: 1
61			path: app/Cli/Commands/UserCreate.php
62
63		-
64			message: "#^Parameter \\$setting_value of method Fisharebest\\\\Webtrees\\\\User\\:\\:setPreference\\(\\) expects string, mixed given\\.$#"
65			count: 2
66			path: app/Cli/Commands/UserCreate.php
67
68		-
69			message: "#^Parameter \\$user_name of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:create\\(\\) expects string, mixed given\\.$#"
70			count: 1
71			path: app/Cli/Commands/UserCreate.php
72
73		-
74			message: "#^Parameter \\$user_name of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:findByUserName\\(\\) expects string, mixed given\\.$#"
75			count: 1
76			path: app/Cli/Commands/UserCreate.php
77
78		-
79			message: "#^Parameter \\#1 \\$command of method Symfony\\\\Component\\\\Console\\\\Application\\:\\:add\\(\\) expects Symfony\\\\Component\\\\Console\\\\Command\\\\Command, mixed given\\.$#"
80			count: 1
81			path: app/Cli/Console.php
82
83		-
84			message: "#^Parameter \\#1 \\$id of method Fisharebest\\\\Webtrees\\\\Container\\<T of object\\>\\:\\:get\\(\\) expects class\\-string\\<T of object\\>, string given\\.$#"
85			count: 1
86			path: app/Container.php
87
88		-
89			message: "#^Constant Fisharebest\\\\Webtrees\\\\DB\\:\\:COLLATION_ASCII is unused\\.$#"
90			count: 1
91			path: app/DB.php
92
93		-
94			message: "#^Constant Fisharebest\\\\Webtrees\\\\DB\\:\\:COLLATION_UTF8 is unused\\.$#"
95			count: 1
96			path: app/DB.php
97
98		-
99			message: "#^Method Fisharebest\\\\Webtrees\\\\DB\\:\\:driverName\\(\\) should return string but returns mixed\\.$#"
100			count: 1
101			path: app/DB.php
102
103		-
104			message: "#^Method Fisharebest\\\\Webtrees\\\\Elements\\\\AgeAtEvent\\:\\:value\\(\\) should return string but returns string\\|null\\.$#"
105			count: 1
106			path: app/Elements/AgeAtEvent.php
107
108		-
109			message: "#^Cannot call method findByInterface\\(\\) on mixed\\.$#"
110			count: 1
111			path: app/Elements/Census.php
112
113		-
114			message: "#^Parameter \\#1 \\$request of static method Fisharebest\\\\Webtrees\\\\Validator\\:\\:attributes\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
115			count: 1
116			path: app/Elements/Census.php
117
118		-
119			message: "#^Method Fisharebest\\\\Webtrees\\\\Elements\\\\DateValue\\:\\:escape\\(\\) should return string but returns string\\|null\\.$#"
120			count: 1
121			path: app/Elements/DateValue.php
122
123		-
124			message: "#^Parameter \\#1 \\$string of function trim expects string, string\\|null given\\.$#"
125			count: 1
126			path: app/Elements/PlaceHierarchy.php
127
128		-
129			message: "#^Method Fisharebest\\\\Webtrees\\\\Elements\\\\RestrictionNotice\\:\\:canonical\\(\\) should return string but returns string\\|null\\.$#"
130			count: 1
131			path: app/Elements/RestrictionNotice.php
132
133		-
134			message: "#^Method Fisharebest\\\\Webtrees\\\\Encodings\\\\ANSEL\\:\\:fromUtf8\\(\\) should return string but returns string\\|null\\.$#"
135			count: 1
136			path: app/Encodings/ANSEL.php
137
138		-
139			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|null given\\.$#"
140			count: 1
141			path: app/Encodings/ANSEL.php
142
143		-
144			message: "#^Parameter \\#2 \\$array of function array_map expects array, array\\<int, string\\>\\|false given\\.$#"
145			count: 1
146			path: app/Encodings/AbstractEncoding.php
147
148		-
149			message: "#^Parameter \\#1 \\$value of method Fisharebest\\\\Webtrees\\\\Contracts\\\\ElementInterface\\:\\:canonical\\(\\) expects string, string\\|null given\\.$#"
150			count: 2
151			path: app/Fact.php
152
153		-
154			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\AbstractGedcomRecordFactory\\:\\:pendingChanges\\(\\) should return Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), string\\> but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#"
155			count: 1
156			path: app/Factories/AbstractGedcomRecordFactory.php
157
158		-
159			message: "#^Access to an undefined property object\\:\\:\\$f_gedcom\\.$#"
160			count: 1
161			path: app/Factories/FamilyFactory.php
162
163		-
164			message: "#^Access to an undefined property object\\:\\:\\$f_id\\.$#"
165			count: 1
166			path: app/Factories/FamilyFactory.php
167
168		-
169			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Family but returns Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#"
170			count: 1
171			path: app/Factories/FamilyFactory.php
172
173		-
174			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\FamilyFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
175			count: 1
176			path: app/Factories/FamilyFactory.php
177
178		-
179			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\\.$#"
180			count: 1
181			path: app/Factories/FamilyFactory.php
182
183		-
184			message: "#^Access to an undefined property object\\:\\:\\$o_gedcom\\.$#"
185			count: 1
186			path: app/Factories/GedcomRecordFactory.php
187
188		-
189			message: "#^Access to an undefined property object\\:\\:\\$o_id\\.$#"
190			count: 1
191			path: app/Factories/GedcomRecordFactory.php
192
193		-
194			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\GedcomRecord but returns Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#"
195			count: 1
196			path: app/Factories/GedcomRecordFactory.php
197
198		-
199			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\GedcomRecordFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
200			count: 1
201			path: app/Factories/GedcomRecordFactory.php
202
203		-
204			message: "#^Access to an undefined property object\\:\\:\\$o_gedcom\\.$#"
205			count: 1
206			path: app/Factories/HeaderFactory.php
207
208		-
209			message: "#^Access to an undefined property object\\:\\:\\$o_id\\.$#"
210			count: 1
211			path: app/Factories/HeaderFactory.php
212
213		-
214			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Header but returns Fisharebest\\\\Webtrees\\\\Header\\|null\\.$#"
215			count: 1
216			path: app/Factories/HeaderFactory.php
217
218		-
219			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\HeaderFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
220			count: 1
221			path: app/Factories/HeaderFactory.php
222
223		-
224			message: "#^Parameter \\#1 \\$num of function dechex expects int, float\\|int given\\.$#"
225			count: 1
226			path: app/Factories/IdFactory.php
227
228		-
229			message: "#^Access to an undefined property object\\:\\:\\$i_gedcom\\.$#"
230			count: 1
231			path: app/Factories/IndividualFactory.php
232
233		-
234			message: "#^Access to an undefined property object\\:\\:\\$i_id\\.$#"
235			count: 1
236			path: app/Factories/IndividualFactory.php
237
238		-
239			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Individual but returns Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
240			count: 1
241			path: app/Factories/IndividualFactory.php
242
243		-
244			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\IndividualFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
245			count: 1
246			path: app/Factories/IndividualFactory.php
247
248		-
249			message: "#^Access to an undefined property object\\:\\:\\$o_gedcom\\.$#"
250			count: 1
251			path: app/Factories/LocationFactory.php
252
253		-
254			message: "#^Access to an undefined property object\\:\\:\\$o_id\\.$#"
255			count: 1
256			path: app/Factories/LocationFactory.php
257
258		-
259			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Location but returns Fisharebest\\\\Webtrees\\\\Location\\|null\\.$#"
260			count: 1
261			path: app/Factories/LocationFactory.php
262
263		-
264			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\LocationFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
265			count: 1
266			path: app/Factories/LocationFactory.php
267
268		-
269			message: "#^Access to an undefined property object\\:\\:\\$m_gedcom\\.$#"
270			count: 1
271			path: app/Factories/MediaFactory.php
272
273		-
274			message: "#^Access to an undefined property object\\:\\:\\$m_id\\.$#"
275			count: 1
276			path: app/Factories/MediaFactory.php
277
278		-
279			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Media but returns Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#"
280			count: 1
281			path: app/Factories/MediaFactory.php
282
283		-
284			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\MediaFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
285			count: 1
286			path: app/Factories/MediaFactory.php
287
288		-
289			message: "#^Access to an undefined property object\\:\\:\\$o_gedcom\\.$#"
290			count: 1
291			path: app/Factories/NoteFactory.php
292
293		-
294			message: "#^Access to an undefined property object\\:\\:\\$o_id\\.$#"
295			count: 1
296			path: app/Factories/NoteFactory.php
297
298		-
299			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Note but returns Fisharebest\\\\Webtrees\\\\Note\\|null\\.$#"
300			count: 1
301			path: app/Factories/NoteFactory.php
302
303		-
304			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\NoteFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
305			count: 1
306			path: app/Factories/NoteFactory.php
307
308		-
309			message: "#^Access to an undefined property object\\:\\:\\$o_gedcom\\.$#"
310			count: 1
311			path: app/Factories/RepositoryFactory.php
312
313		-
314			message: "#^Access to an undefined property object\\:\\:\\$o_id\\.$#"
315			count: 1
316			path: app/Factories/RepositoryFactory.php
317
318		-
319			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\RepositoryFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
320			count: 1
321			path: app/Factories/RepositoryFactory.php
322
323		-
324			message: "#^Cannot call method getGenerator\\(\\) on mixed\\.$#"
325			count: 1
326			path: app/Factories/RouteFactory.php
327
328		-
329			message: "#^Cannot call method getMap\\(\\) on mixed\\.$#"
330			count: 1
331			path: app/Factories/RouteFactory.php
332
333		-
334			message: "#^Parameter \\#1 \\$request of static method Fisharebest\\\\Webtrees\\\\Validator\\:\\:attributes\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
335			count: 2
336			path: app/Factories/RouteFactory.php
337
338		-
339			message: "#^Access to an undefined property object\\:\\:\\$o_gedcom\\.$#"
340			count: 1
341			path: app/Factories/SharedNoteFactory.php
342
343		-
344			message: "#^Access to an undefined property object\\:\\:\\$o_id\\.$#"
345			count: 1
346			path: app/Factories/SharedNoteFactory.php
347
348		-
349			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\SharedNote but returns Fisharebest\\\\Webtrees\\\\SharedNote\\|null\\.$#"
350			count: 1
351			path: app/Factories/SharedNoteFactory.php
352
353		-
354			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\SharedNoteFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
355			count: 1
356			path: app/Factories/SharedNoteFactory.php
357
358		-
359			message: "#^Parameter \\#1 \\$string of function trim expects string, string\\|null given\\.$#"
360			count: 1
361			path: app/Factories/SlugFactory.php
362
363		-
364			message: "#^Access to an undefined property object\\:\\:\\$s_gedcom\\.$#"
365			count: 1
366			path: app/Factories/SourceFactory.php
367
368		-
369			message: "#^Access to an undefined property object\\:\\:\\$s_id\\.$#"
370			count: 1
371			path: app/Factories/SourceFactory.php
372
373		-
374			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Source but returns Fisharebest\\\\Webtrees\\\\Source\\|null\\.$#"
375			count: 1
376			path: app/Factories/SourceFactory.php
377
378		-
379			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\SourceFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
380			count: 1
381			path: app/Factories/SourceFactory.php
382
383		-
384			message: "#^Access to an undefined property object\\:\\:\\$o_gedcom\\.$#"
385			count: 1
386			path: app/Factories/SubmissionFactory.php
387
388		-
389			message: "#^Access to an undefined property object\\:\\:\\$o_id\\.$#"
390			count: 1
391			path: app/Factories/SubmissionFactory.php
392
393		-
394			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Submission but returns Fisharebest\\\\Webtrees\\\\Submission\\|null\\.$#"
395			count: 1
396			path: app/Factories/SubmissionFactory.php
397
398		-
399			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\SubmissionFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
400			count: 1
401			path: app/Factories/SubmissionFactory.php
402
403		-
404			message: "#^Access to an undefined property object\\:\\:\\$o_gedcom\\.$#"
405			count: 1
406			path: app/Factories/SubmitterFactory.php
407
408		-
409			message: "#^Access to an undefined property object\\:\\:\\$o_id\\.$#"
410			count: 1
411			path: app/Factories/SubmitterFactory.php
412
413		-
414			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Submitter but returns Fisharebest\\\\Webtrees\\\\Submitter\\|null\\.$#"
415			count: 1
416			path: app/Factories/SubmitterFactory.php
417
418		-
419			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\SubmitterFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
420			count: 1
421			path: app/Factories/SubmitterFactory.php
422
423		-
424			message: "#^Cannot cast mixed to int\\.$#"
425			count: 1
426			path: app/Factories/XrefFactory.php
427
428		-
429			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\\>\\.$#"
430			count: 1
431			path: app/Family.php
432
433		-
434			message: "#^Cannot call method fromUtf8\\(\\) on Fisharebest\\\\Webtrees\\\\Encodings\\\\EncodingInterface\\|null\\.$#"
435			count: 2
436			path: app/GedcomFilters/GedcomEncodingFilter.php
437
438		-
439			message: "#^Cannot call method acceptRecord\\(\\) on mixed\\.$#"
440			count: 3
441			path: app/GedcomRecord.php
442
443		-
444			message: "#^Parameter \\#1 \\$array of function array_shift expects array, array\\<int, string\\>\\|false given\\.$#"
445			count: 2
446			path: app/GedcomRecord.php
447
448		-
449			message: "#^Parameter \\#1 \\$string of function trim expects string, string\\|null given\\.$#"
450			count: 2
451			path: app/GedcomRecord.php
452
453		-
454			message: "#^Parameter \\#2 \\$gedcom of method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:updateFact\\(\\) expects string, string\\|null given\\.$#"
455			count: 1
456			path: app/GedcomRecord.php
457
458		-
459			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
460			count: 1
461			path: app/GedcomRecord.php
462
463		-
464			message: "#^Property Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:\\$getAllNames \\(array\\<array\\<string\\>\\>\\) does not accept array\\<array\\<string\\|null\\>\\>\\.$#"
465			count: 1
466			path: app/GedcomRecord.php
467
468		-
469			message: "#^Cannot call method createResponse\\(\\) on mixed\\.$#"
470			count: 1
471			path: app/Helpers/functions.php
472
473		-
474			message: "#^Parameter \\#1 \\$request of static method Fisharebest\\\\Webtrees\\\\Validator\\:\\:attributes\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
475			count: 1
476			path: app/Helpers/functions.php
477
478		-
479			message: "#^Strict comparison using \\=\\=\\= between '\\-dev' and '' will always evaluate to false\\.$#"
480			count: 1
481			path: app/Helpers/functions.php
482
483		-
484			message: "#^Parameter \\#1 \\$host of method Psr\\\\Http\\\\Message\\\\UriInterface\\:\\:withHost\\(\\) expects string, string\\|false given\\.$#"
485			count: 1
486			path: app/Http/Middleware/BaseUrl.php
487
488		-
489			message: "#^Parameter \\#1 \\$path of method Psr\\\\Http\\\\Message\\\\UriInterface\\:\\:withPath\\(\\) expects string, string\\|false given\\.$#"
490			count: 1
491			path: app/Http/Middleware/BaseUrl.php
492
493		-
494			message: "#^Parameter \\#1 \\$port of method Psr\\\\Http\\\\Message\\\\UriInterface\\:\\:withPort\\(\\) expects int\\|null, int\\<0, 65535\\>\\|false\\|null given\\.$#"
495			count: 1
496			path: app/Http/Middleware/BaseUrl.php
497
498		-
499			message: "#^Parameter \\#1 \\$scheme of method Psr\\\\Http\\\\Message\\\\UriInterface\\:\\:withScheme\\(\\) expects string, string\\|false given\\.$#"
500			count: 1
501			path: app/Http/Middleware/BaseUrl.php
502
503		-
504			message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
505			count: 1
506			path: app/Http/Middleware/ClientIp.php
507
508		-
509			message: "#^Cannot call method withAttribute\\(\\) on mixed\\.$#"
510			count: 1
511			path: app/Http/Middleware/HandleExceptions.php
512
513		-
514			message: "#^Parameter \\#1 \\$message of static method Fisharebest\\\\Webtrees\\\\Log\\:\\:addErrorLog\\(\\) expects string, string\\|null given\\.$#"
515			count: 1
516			path: app/Http/Middleware/HandleExceptions.php
517
518		-
519			message: "#^Parameter \\#1 \\$request of method Fisharebest\\\\Webtrees\\\\Http\\\\Middleware\\\\HandleExceptions\\:\\:httpExceptionResponse\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
520			count: 1
521			path: app/Http/Middleware/HandleExceptions.php
522
523		-
524			message: "#^Parameter \\#1 \\$request of method Fisharebest\\\\Webtrees\\\\Http\\\\Middleware\\\\HandleExceptions\\:\\:thirdPartyExceptionResponse\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
525			count: 1
526			path: app/Http/Middleware/HandleExceptions.php
527
528		-
529			message: "#^Parameter \\#1 \\$request of method Fisharebest\\\\Webtrees\\\\Http\\\\Middleware\\\\HandleExceptions\\:\\:unhandledExceptionResponse\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
530			count: 2
531			path: app/Http/Middleware/HandleExceptions.php
532
533		-
534			message: "#^Parameter \\#1 \\$basepath of class Aura\\\\Router\\\\RouterContainer constructor expects string\\|null, string\\|false\\|null given\\.$#"
535			count: 1
536			path: app/Http/Middleware/LoadRoutes.php
537
538		-
539			message: "#^Parameter \\#1 \\$content of function response expects array\\|object\\|string, string\\|false given\\.$#"
540			count: 1
541			path: app/Http/Middleware/PublicFiles.php
542
543		-
544			message: "#^Argument of an invalid type array\\|false supplied for foreach, only iterables are supported\\.$#"
545			count: 1
546			path: app/Http/Middleware/ReadConfigIni.php
547
548		-
549			message: "#^Cannot call method handle\\(\\) on mixed\\.$#"
550			count: 1
551			path: app/Http/Middleware/RequestHandler.php
552
553		-
554			message: "#^Method Fisharebest\\\\Webtrees\\\\Http\\\\Middleware\\\\UseTransaction\\:\\:process\\(\\) should return Psr\\\\Http\\\\Message\\\\ResponseInterface but returns Psr\\\\Http\\\\Message\\\\ResponseInterface\\|null\\.$#"
555			count: 1
556			path: app/Http/Middleware/UseTransaction.php
557
558		-
559			message: "#^Parameter \\#1 \\$content of function response expects array\\|object\\|string, string\\|false given\\.$#"
560			count: 1
561			path: app/Http/RequestHandlers/AppleTouchIconPng.php
562
563		-
564			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\\.$#"
565			count: 1
566			path: app/Http/RequestHandlers/AutoCompleteCitation.php
567
568		-
569			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\\.$#"
570			count: 1
571			path: app/Http/RequestHandlers/AutoCompleteCitation.php
572
573		-
574			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\\.$#"
575			count: 1
576			path: app/Http/RequestHandlers/AutoCompleteCitation.php
577
578		-
579			message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#"
580			count: 1
581			path: app/Http/RequestHandlers/CalendarEvents.php
582
583		-
584			message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#"
585			count: 1
586			path: app/Http/RequestHandlers/CalendarEvents.php
587
588		-
589			message: "#^Parameter \\#1 \\$content of function response expects array\\|object\\|string, string\\|false given\\.$#"
590			count: 1
591			path: app/Http/RequestHandlers/CalendarEvents.php
592
593		-
594			message: "#^Access to an undefined property object\\:\\:\\$gedcom\\.$#"
595			count: 11
596			path: app/Http/RequestHandlers/CheckTree.php
597
598		-
599			message: "#^Access to an undefined property object\\:\\:\\$type\\.$#"
600			count: 38
601			path: app/Http/RequestHandlers/CheckTree.php
602
603		-
604			message: "#^Access to an undefined property object\\:\\:\\$xref\\.$#"
605			count: 46
606			path: app/Http/RequestHandlers/CheckTree.php
607
608		-
609			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: object, Closure\\(object\\)\\: object given\\.$#"
610			count: 1
611			path: app/Http/RequestHandlers/CheckTree.php
612
613		-
614			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: int, Closure\\(string\\)\\: int given\\.$#"
615			count: 8
616			path: app/Http/RequestHandlers/ControlPanel.php
617
618		-
619			message: "#^Access to an undefined property object\\:\\:\\$type\\.$#"
620			count: 1
621			path: app/Http/RequestHandlers/DataFixData.php
622
623		-
624			message: "#^Access to an undefined property object\\:\\:\\$xref\\.$#"
625			count: 3
626			path: app/Http/RequestHandlers/DataFixData.php
627
628		-
629			message: "#^Parameter \\#1 \\$key of method Illuminate\\\\Support\\\\Collection\\<int,Fisharebest\\\\Webtrees\\\\Module\\\\ModuleDataFixInterface\\>\\:\\:get\\(\\) expects int, string given\\.$#"
630			count: 1
631			path: app/Http/RequestHandlers/DataFixSelect.php
632
633		-
634			message: "#^Access to an undefined property object\\:\\:\\$type\\.$#"
635			count: 1
636			path: app/Http/RequestHandlers/DataFixUpdateAll.php
637
638		-
639			message: "#^Access to an undefined property object\\:\\:\\$xref\\.$#"
640			count: 1
641			path: app/Http/RequestHandlers/DataFixUpdateAll.php
642
643		-
644			message: "#^Cannot access property \\$xref on object\\|null\\.$#"
645			count: 2
646			path: app/Http/RequestHandlers/DataFixUpdateAll.php
647
648		-
649			message: "#^Method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\DeleteRecord\\:\\:removeLinks\\(\\) should return string but returns string\\|null\\.$#"
650			count: 1
651			path: app/Http/RequestHandlers/DeleteRecord.php
652
653		-
654			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
655			count: 4
656			path: app/Http/RequestHandlers/DeleteRecord.php
657
658		-
659			message: "#^Cannot cast mixed to int\\.$#"
660			count: 1
661			path: app/Http/RequestHandlers/DeleteUser.php
662
663		-
664			message: "#^Argument of an invalid type string supplied for foreach, only iterables are supported\\.$#"
665			count: 1
666			path: app/Http/RequestHandlers/EditFactAction.php
667
668		-
669			message: "#^Parameter \\#2 \\$gedcom of method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:updateFact\\(\\) expects string, string\\|null given\\.$#"
670			count: 1
671			path: app/Http/RequestHandlers/EditFactAction.php
672
673		-
674			message: "#^If condition is always true\\.$#"
675			count: 1
676			path: app/Http/RequestHandlers/EditMediaFileAction.php
677
678		-
679			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:updateRecord\\(\\) expects string, string\\|null given\\.$#"
680			count: 1
681			path: app/Http/RequestHandlers/EditNoteAction.php
682
683		-
684			message: "#^Parameter \\#1 \\$string of function trim expects string, string\\|null given\\.$#"
685			count: 1
686			path: app/Http/RequestHandlers/EditRawFactAction.php
687
688		-
689			message: "#^Parameter \\#1 \\$string of function trim expects string, string\\|null given\\.$#"
690			count: 1
691			path: app/Http/RequestHandlers/EditRawRecordAction.php
692
693		-
694			message: "#^Parameter \\#1 \\$content of function response expects array\\|object\\|string, string\\|false given\\.$#"
695			count: 1
696			path: app/Http/RequestHandlers/FaviconIco.php
697
698		-
699			message: "#^Access to an undefined property object\\:\\:\\$i_gedcom\\.$#"
700			count: 1
701			path: app/Http/RequestHandlers/FixLevel0MediaData.php
702
703		-
704			message: "#^Access to an undefined property object\\:\\:\\$i_id\\.$#"
705			count: 1
706			path: app/Http/RequestHandlers/FixLevel0MediaData.php
707
708		-
709			message: "#^Access to an undefined property object\\:\\:\\$m_file\\.$#"
710			count: 1
711			path: app/Http/RequestHandlers/FixLevel0MediaData.php
712
713		-
714			message: "#^Access to an undefined property object\\:\\:\\$m_gedcom\\.$#"
715			count: 1
716			path: app/Http/RequestHandlers/FixLevel0MediaData.php
717
718		-
719			message: "#^Access to an undefined property object\\:\\:\\$m_id\\.$#"
720			count: 1
721			path: app/Http/RequestHandlers/FixLevel0MediaData.php
722
723		-
724			message: "#^Cannot call method displayImage\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#"
725			count: 1
726			path: app/Http/RequestHandlers/FixLevel0MediaData.php
727
728		-
729			message: "#^Cannot call method facts\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
730			count: 2
731			path: app/Http/RequestHandlers/FixLevel0MediaData.php
732
733		-
734			message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
735			count: 1
736			path: app/Http/RequestHandlers/FixLevel0MediaData.php
737
738		-
739			message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#"
740			count: 1
741			path: app/Http/RequestHandlers/FixLevel0MediaData.php
742
743		-
744			message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
745			count: 1
746			path: app/Http/RequestHandlers/FixLevel0MediaData.php
747
748		-
749			message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#"
750			count: 1
751			path: app/Http/RequestHandlers/FixLevel0MediaData.php
752
753		-
754			message: "#^Access to an undefined property object\\:\\:\\$chunk_data\\.$#"
755			count: 6
756			path: app/Http/RequestHandlers/GedcomLoad.php
757
758		-
759			message: "#^Access to an undefined property object\\:\\:\\$gedcom_chunk_id\\.$#"
760			count: 3
761			path: app/Http/RequestHandlers/GedcomLoad.php
762
763		-
764			message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
765			count: 1
766			path: app/Http/RequestHandlers/GedcomLoad.php
767
768		-
769			message: "#^Access to an undefined property object\\:\\:\\$m_file\\.$#"
770			count: 1
771			path: app/Http/RequestHandlers/ManageMediaData.php
772
773		-
774			message: "#^Access to an undefined property object\\:\\:\\$m_gedcom\\.$#"
775			count: 1
776			path: app/Http/RequestHandlers/ManageMediaData.php
777
778		-
779			message: "#^Access to an undefined property object\\:\\:\\$m_id\\.$#"
780			count: 1
781			path: app/Http/RequestHandlers/ManageMediaData.php
782
783		-
784			message: "#^Access to an undefined property object\\:\\:\\$media_folder\\.$#"
785			count: 1
786			path: app/Http/RequestHandlers/ManageMediaData.php
787
788		-
789			message: "#^Access to an undefined property object\\:\\:\\$multimedia_file_refn\\.$#"
790			count: 6
791			path: app/Http/RequestHandlers/ManageMediaData.php
792
793		-
794			message: "#^Cannot access offset '0' on array\\{0\\: int\\<0, max\\>, 1\\: int\\<0, max\\>, 2\\: int, 3\\: string, mime\\: string, channels\\?\\: int, bits\\?\\: int\\}\\|false\\.$#"
795			count: 1
796			path: app/Http/RequestHandlers/ManageMediaData.php
797
798		-
799			message: "#^Cannot access offset '1' on array\\{0\\: int\\<0, max\\>, 1\\: int\\<0, max\\>, 2\\: int, 3\\: string, mime\\: string, channels\\?\\: int, bits\\?\\: int\\}\\|false\\.$#"
800			count: 1
801			path: app/Http/RequestHandlers/ManageMediaData.php
802
803		-
804			message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#"
805			count: 1
806			path: app/Http/RequestHandlers/ManageMediaData.php
807
808		-
809			message: "#^Parameter \\#2 \\$needle of function str_starts_with expects string, mixed given\\.$#"
810			count: 1
811			path: app/Http/RequestHandlers/ManageMediaData.php
812
813		-
814			message: "#^Cannot cast mixed to int\\.$#"
815			count: 1
816			path: app/Http/RequestHandlers/MapDataAdd.php
817
818		-
819			message: "#^Cannot cast mixed to int\\.$#"
820			count: 1
821			path: app/Http/RequestHandlers/MapDataDelete.php
822
823		-
824			message: "#^Cannot access property \\$id on mixed\\.$#"
825			count: 1
826			path: app/Http/RequestHandlers/MapDataExportCSV.php
827
828		-
829			message: "#^Cannot access property \\$latitude on mixed\\.$#"
830			count: 1
831			path: app/Http/RequestHandlers/MapDataExportCSV.php
832
833		-
834			message: "#^Cannot access property \\$longitude on mixed\\.$#"
835			count: 1
836			path: app/Http/RequestHandlers/MapDataExportCSV.php
837
838		-
839			message: "#^Cannot access property \\$place on mixed\\.$#"
840			count: 1
841			path: app/Http/RequestHandlers/MapDataExportCSV.php
842
843		-
844			message: "#^Cannot cast mixed to int\\.$#"
845			count: 1
846			path: app/Http/RequestHandlers/MapDataExportCSV.php
847
848		-
849			message: "#^Parameter \\#1 \\$content of function response expects array\\|object\\|string, string\\|false given\\.$#"
850			count: 1
851			path: app/Http/RequestHandlers/MapDataExportCSV.php
852
853		-
854			message: "#^Cannot access property \\$id on mixed\\.$#"
855			count: 1
856			path: app/Http/RequestHandlers/MapDataExportGeoJson.php
857
858		-
859			message: "#^Cannot access property \\$latitude on mixed\\.$#"
860			count: 1
861			path: app/Http/RequestHandlers/MapDataExportGeoJson.php
862
863		-
864			message: "#^Cannot access property \\$longitude on mixed\\.$#"
865			count: 1
866			path: app/Http/RequestHandlers/MapDataExportGeoJson.php
867
868		-
869			message: "#^Cannot access property \\$place on mixed\\.$#"
870			count: 1
871			path: app/Http/RequestHandlers/MapDataExportGeoJson.php
872
873		-
874			message: "#^Cannot cast mixed to int\\.$#"
875			count: 1
876			path: app/Http/RequestHandlers/MapDataExportGeoJson.php
877
878		-
879			message: "#^Cannot access property \\$features on mixed\\.$#"
880			count: 1
881			path: app/Http/RequestHandlers/MapDataImportAction.php
882
883		-
884			message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, string\\|false given\\.$#"
885			count: 1
886			path: app/Http/RequestHandlers/MapDataImportAction.php
887
888		-
889			message: "#^Parameter \\#1 \\$json of function json_decode expects string, string\\|false given\\.$#"
890			count: 1
891			path: app/Http/RequestHandlers/MapDataImportAction.php
892
893		-
894			message: "#^Cannot cast mixed to int\\.$#"
895			count: 1
896			path: app/Http/RequestHandlers/MapDataList.php
897
898		-
899			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:updateRecord\\(\\) expects string, string\\|null given\\.$#"
900			count: 1
901			path: app/Http/RequestHandlers/MergeFactsAction.php
902
903		-
904			message: "#^Cannot call method name\\(\\) on Fisharebest\\\\Webtrees\\\\Tree\\|null\\.$#"
905			count: 2
906			path: app/Http/RequestHandlers/MergeTreesAction.php
907
908		-
909			message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, mixed given\\.$#"
910			count: 1
911			path: app/Http/RequestHandlers/ModuleAction.php
912
913		-
914			message: "#^Parameter \\#1 \\$module_name of method Fisharebest\\\\Webtrees\\\\Services\\\\ModuleService\\:\\:findByName\\(\\) expects string, mixed given\\.$#"
915			count: 1
916			path: app/Http/RequestHandlers/ModuleAction.php
917
918		-
919			message: "#^Parameter \\#1 \\$token of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:findByToken\\(\\) expects string, mixed given\\.$#"
920			count: 1
921			path: app/Http/RequestHandlers/PasswordResetAction.php
922
923		-
924			message: "#^Parameter \\#1 \\$token of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:findByToken\\(\\) expects string, mixed given\\.$#"
925			count: 1
926			path: app/Http/RequestHandlers/PasswordResetPage.php
927
928		-
929			message: "#^Parameter \\#2 \\$change_id of method Fisharebest\\\\Webtrees\\\\Services\\\\PendingChangesService\\:\\:acceptChange\\(\\) expects string, mixed given\\.$#"
930			count: 1
931			path: app/Http/RequestHandlers/PendingChangesAcceptChange.php
932
933		-
934			message: "#^Access to an undefined property object\\:\\:\\$change_id\\.$#"
935			count: 1
936			path: app/Http/RequestHandlers/PendingChangesLogData.php
937
938		-
939			message: "#^Access to an undefined property object\\:\\:\\$change_time\\.$#"
940			count: 1
941			path: app/Http/RequestHandlers/PendingChangesLogData.php
942
943		-
944			message: "#^Access to an undefined property object\\:\\:\\$gedcom_name\\.$#"
945			count: 1
946			path: app/Http/RequestHandlers/PendingChangesLogData.php
947
948		-
949			message: "#^Access to an undefined property object\\:\\:\\$new_gedcom\\.$#"
950			count: 1
951			path: app/Http/RequestHandlers/PendingChangesLogData.php
952
953		-
954			message: "#^Access to an undefined property object\\:\\:\\$old_gedcom\\.$#"
955			count: 1
956			path: app/Http/RequestHandlers/PendingChangesLogData.php
957
958		-
959			message: "#^Access to an undefined property object\\:\\:\\$status\\.$#"
960			count: 1
961			path: app/Http/RequestHandlers/PendingChangesLogData.php
962
963		-
964			message: "#^Access to an undefined property object\\:\\:\\$user_name\\.$#"
965			count: 1
966			path: app/Http/RequestHandlers/PendingChangesLogData.php
967
968		-
969			message: "#^Access to an undefined property object\\:\\:\\$xref\\.$#"
970			count: 2
971			path: app/Http/RequestHandlers/PendingChangesLogData.php
972
973		-
974			message: "#^Cannot call method setTimezone\\(\\) on DateTimeImmutable\\|false\\.$#"
975			count: 1
976			path: app/Http/RequestHandlers/PendingChangesLogData.php
977
978		-
979			message: "#^Access to an undefined property object\\:\\:\\$change_time\\.$#"
980			count: 1
981			path: app/Http/RequestHandlers/PendingChangesLogDownload.php
982
983		-
984			message: "#^Access to an undefined property object\\:\\:\\$gedcom_name\\.$#"
985			count: 1
986			path: app/Http/RequestHandlers/PendingChangesLogDownload.php
987
988		-
989			message: "#^Access to an undefined property object\\:\\:\\$new_gedcom\\.$#"
990			count: 1
991			path: app/Http/RequestHandlers/PendingChangesLogDownload.php
992
993		-
994			message: "#^Access to an undefined property object\\:\\:\\$old_gedcom\\.$#"
995			count: 1
996			path: app/Http/RequestHandlers/PendingChangesLogDownload.php
997
998		-
999			message: "#^Access to an undefined property object\\:\\:\\$status\\.$#"
1000			count: 1
1001			path: app/Http/RequestHandlers/PendingChangesLogDownload.php
1002
1003		-
1004			message: "#^Access to an undefined property object\\:\\:\\$user_name\\.$#"
1005			count: 1
1006			path: app/Http/RequestHandlers/PendingChangesLogDownload.php
1007
1008		-
1009			message: "#^Access to an undefined property object\\:\\:\\$xref\\.$#"
1010			count: 1
1011			path: app/Http/RequestHandlers/PendingChangesLogDownload.php
1012
1013		-
1014			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\\.$#"
1015			count: 1
1016			path: app/Http/RequestHandlers/PendingChangesLogDownload.php
1017
1018		-
1019			message: "#^Cannot call method setTimezone\\(\\) on DateTimeImmutable\\|false\\.$#"
1020			count: 2
1021			path: app/Http/RequestHandlers/PendingChangesLogPage.php
1022
1023		-
1024			message: "#^Parameter \\#2 \\$datetime of static method DateTimeImmutable\\:\\:createFromFormat\\(\\) expects string, mixed given\\.$#"
1025			count: 2
1026			path: app/Http/RequestHandlers/PendingChangesLogPage.php
1027
1028		-
1029			message: "#^Parameter \\#2 \\$change_id of method Fisharebest\\\\Webtrees\\\\Services\\\\PendingChangesService\\:\\:rejectChange\\(\\) expects string, mixed given\\.$#"
1030			count: 1
1031			path: app/Http/RequestHandlers/PendingChangesRejectChange.php
1032
1033		-
1034			message: "#^Offset 1 does not exist on array\\{0\\?\\: string, 1\\?\\: string\\}\\.$#"
1035			count: 1
1036			path: app/Http/RequestHandlers/PhpInformation.php
1037
1038		-
1039			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|false given\\.$#"
1040			count: 1
1041			path: app/Http/RequestHandlers/PhpInformation.php
1042
1043		-
1044			message: "#^Parameter \\#1 \\$content of function response expects array\\|object\\|string, string\\|false given\\.$#"
1045			count: 1
1046			path: app/Http/RequestHandlers/ReportGenerate.php
1047
1048		-
1049			message: "#^Offset 'inputs' on array\\{title\\: string, description\\: string, inputs\\: array\\<array\\{name\\: string, type\\: string, lookup\\: string, options\\: string, default\\: string, value\\: string\\}\\>\\} on left side of \\?\\? always exists and is not nullable\\.$#"
1050			count: 1
1051			path: app/Http/RequestHandlers/ReportSetupPage.php
1052
1053		-
1054			message: "#^Anonymous function should return string but returns string\\|null\\.$#"
1055			count: 1
1056			path: app/Http/RequestHandlers/SearchAdvancedPage.php
1057
1058		-
1059			message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#"
1060			count: 1
1061			path: app/Http/RequestHandlers/SearchGeneralPage.php
1062
1063		-
1064			message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
1065			count: 1
1066			path: app/Http/RequestHandlers/SearchGeneralPage.php
1067
1068		-
1069			message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Location\\|null\\.$#"
1070			count: 1
1071			path: app/Http/RequestHandlers/SearchGeneralPage.php
1072
1073		-
1074			message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Note\\|null\\.$#"
1075			count: 1
1076			path: app/Http/RequestHandlers/SearchGeneralPage.php
1077
1078		-
1079			message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Source\\|null\\.$#"
1080			count: 1
1081			path: app/Http/RequestHandlers/SearchGeneralPage.php
1082
1083		-
1084			message: "#^Parameter \\#2 \\$subject of function preg_match_all expects string, string\\|null given\\.$#"
1085			count: 1
1086			path: app/Http/RequestHandlers/SearchGeneralPage.php
1087
1088		-
1089			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:updateRecord\\(\\) expects string, string\\|null given\\.$#"
1090			count: 3
1091			path: app/Http/RequestHandlers/SearchReplaceAction.php
1092
1093		-
1094			message: "#^Cannot call method isNotEmpty\\(\\) on mixed\\.$#"
1095			count: 2
1096			path: app/Http/RequestHandlers/SetupWizard.php
1097
1098		-
1099			message: "#^Cannot call method push\\(\\) on mixed\\.$#"
1100			count: 2
1101			path: app/Http/RequestHandlers/SetupWizard.php
1102
1103		-
1104			message: "#^Cannot call method withAttribute\\(\\) on mixed\\.$#"
1105			count: 1
1106			path: app/Http/RequestHandlers/SetupWizard.php
1107
1108		-
1109			message: "#^Parameter \\#1 \\$code of static method Fisharebest\\\\Webtrees\\\\I18N\\:\\:init\\(\\) expects string, mixed given\\.$#"
1110			count: 1
1111			path: app/Http/RequestHandlers/SetupWizard.php
1112
1113		-
1114			message: "#^Parameter \\#1 \\$driver of method Fisharebest\\\\Webtrees\\\\Services\\\\ServerCheckService\\:\\:serverErrors\\(\\) expects string, mixed given\\.$#"
1115			count: 1
1116			path: app/Http/RequestHandlers/SetupWizard.php
1117
1118		-
1119			message: "#^Parameter \\#1 \\$driver of method Fisharebest\\\\Webtrees\\\\Services\\\\ServerCheckService\\:\\:serverWarnings\\(\\) expects string, mixed given\\.$#"
1120			count: 1
1121			path: app/Http/RequestHandlers/SetupWizard.php
1122
1123		-
1124			message: "#^Parameter \\#1 \\$identifier of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:findByIdentifier\\(\\) expects string, mixed given\\.$#"
1125			count: 2
1126			path: app/Http/RequestHandlers/SetupWizard.php
1127
1128		-
1129			message: "#^Parameter \\#1 \\$url of function redirect expects string, mixed given\\.$#"
1130			count: 1
1131			path: app/Http/RequestHandlers/SetupWizard.php
1132
1133		-
1134			message: "#^Parameter \\#1 \\$user_name of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:create\\(\\) expects string, mixed given\\.$#"
1135			count: 1
1136			path: app/Http/RequestHandlers/SetupWizard.php
1137
1138		-
1139			message: "#^Parameter \\#1 \\$value of function e expects BackedEnum\\|float\\|Illuminate\\\\Contracts\\\\Support\\\\DeferringDisplayableValue\\|Illuminate\\\\Contracts\\\\Support\\\\Htmlable\\|int\\|string\\|null, string\\|false given\\.$#"
1140			count: 1
1141			path: app/Http/RequestHandlers/SetupWizard.php
1142
1143		-
1144			message: "#^Parameter \\#1 \\$wtname of method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\SetupWizard\\:\\:checkAdminUser\\(\\) expects string, mixed given\\.$#"
1145			count: 1
1146			path: app/Http/RequestHandlers/SetupWizard.php
1147
1148		-
1149			message: "#^Parameter \\#2 \\$real_name of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:create\\(\\) expects string, mixed given\\.$#"
1150			count: 1
1151			path: app/Http/RequestHandlers/SetupWizard.php
1152
1153		-
1154			message: "#^Parameter \\#2 \\$setting_value of method Fisharebest\\\\Webtrees\\\\User\\:\\:setPreference\\(\\) expects string, mixed given\\.$#"
1155			count: 1
1156			path: app/Http/RequestHandlers/SetupWizard.php
1157
1158		-
1159			message: "#^Parameter \\#2 \\$wtuser of method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\SetupWizard\\:\\:checkAdminUser\\(\\) expects string, mixed given\\.$#"
1160			count: 1
1161			path: app/Http/RequestHandlers/SetupWizard.php
1162
1163		-
1164			message: "#^Parameter \\#3 \\$email of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:create\\(\\) expects string, mixed given\\.$#"
1165			count: 1
1166			path: app/Http/RequestHandlers/SetupWizard.php
1167
1168		-
1169			message: "#^Parameter \\#3 \\$wtpass of method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\SetupWizard\\:\\:checkAdminUser\\(\\) expects string, mixed given\\.$#"
1170			count: 1
1171			path: app/Http/RequestHandlers/SetupWizard.php
1172
1173		-
1174			message: "#^Parameter \\#4 \\$password of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:create\\(\\) expects string, mixed given\\.$#"
1175			count: 1
1176			path: app/Http/RequestHandlers/SetupWizard.php
1177
1178		-
1179			message: "#^Parameter \\#4 \\$wtemail of method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\SetupWizard\\:\\:checkAdminUser\\(\\) expects string, mixed given\\.$#"
1180			count: 1
1181			path: app/Http/RequestHandlers/SetupWizard.php
1182
1183		-
1184			message: "#^Parameter \\$ca of static method Fisharebest\\\\Webtrees\\\\DB\\:\\:connect\\(\\) expects string, mixed given\\.$#"
1185			count: 2
1186			path: app/Http/RequestHandlers/SetupWizard.php
1187
1188		-
1189			message: "#^Parameter \\$certificate of static method Fisharebest\\\\Webtrees\\\\DB\\:\\:connect\\(\\) expects string, mixed given\\.$#"
1190			count: 2
1191			path: app/Http/RequestHandlers/SetupWizard.php
1192
1193		-
1194			message: "#^Parameter \\$database of static method Fisharebest\\\\Webtrees\\\\DB\\:\\:connect\\(\\) expects string, mixed given\\.$#"
1195			count: 1
1196			path: app/Http/RequestHandlers/SetupWizard.php
1197
1198		-
1199			message: "#^Parameter \\$driver of static method Fisharebest\\\\Webtrees\\\\DB\\:\\:connect\\(\\) expects string, mixed given\\.$#"
1200			count: 2
1201			path: app/Http/RequestHandlers/SetupWizard.php
1202
1203		-
1204			message: "#^Parameter \\$host of static method Fisharebest\\\\Webtrees\\\\DB\\:\\:connect\\(\\) expects string, mixed given\\.$#"
1205			count: 2
1206			path: app/Http/RequestHandlers/SetupWizard.php
1207
1208		-
1209			message: "#^Parameter \\$key of static method Fisharebest\\\\Webtrees\\\\DB\\:\\:connect\\(\\) expects string, mixed given\\.$#"
1210			count: 2
1211			path: app/Http/RequestHandlers/SetupWizard.php
1212
1213		-
1214			message: "#^Parameter \\$password of static method Fisharebest\\\\Webtrees\\\\DB\\:\\:connect\\(\\) expects string, mixed given\\.$#"
1215			count: 2
1216			path: app/Http/RequestHandlers/SetupWizard.php
1217
1218		-
1219			message: "#^Parameter \\$port of static method Fisharebest\\\\Webtrees\\\\DB\\:\\:connect\\(\\) expects string, mixed given\\.$#"
1220			count: 2
1221			path: app/Http/RequestHandlers/SetupWizard.php
1222
1223		-
1224			message: "#^Parameter \\$prefix of static method Fisharebest\\\\Webtrees\\\\DB\\:\\:connect\\(\\) expects string, mixed given\\.$#"
1225			count: 2
1226			path: app/Http/RequestHandlers/SetupWizard.php
1227
1228		-
1229			message: "#^Parameter \\$username of static method Fisharebest\\\\Webtrees\\\\DB\\:\\:connect\\(\\) expects string, mixed given\\.$#"
1230			count: 2
1231			path: app/Http/RequestHandlers/SetupWizard.php
1232
1233		-
1234			message: "#^Access to an undefined property object\\:\\:\\$gedcom_name\\.$#"
1235			count: 1
1236			path: app/Http/RequestHandlers/SiteLogsData.php
1237
1238		-
1239			message: "#^Access to an undefined property object\\:\\:\\$ip_address\\.$#"
1240			count: 1
1241			path: app/Http/RequestHandlers/SiteLogsData.php
1242
1243		-
1244			message: "#^Access to an undefined property object\\:\\:\\$log_id\\.$#"
1245			count: 1
1246			path: app/Http/RequestHandlers/SiteLogsData.php
1247
1248		-
1249			message: "#^Access to an undefined property object\\:\\:\\$log_message\\.$#"
1250			count: 1
1251			path: app/Http/RequestHandlers/SiteLogsData.php
1252
1253		-
1254			message: "#^Access to an undefined property object\\:\\:\\$log_time\\.$#"
1255			count: 1
1256			path: app/Http/RequestHandlers/SiteLogsData.php
1257
1258		-
1259			message: "#^Access to an undefined property object\\:\\:\\$log_type\\.$#"
1260			count: 1
1261			path: app/Http/RequestHandlers/SiteLogsData.php
1262
1263		-
1264			message: "#^Access to an undefined property object\\:\\:\\$user_name\\.$#"
1265			count: 1
1266			path: app/Http/RequestHandlers/SiteLogsData.php
1267
1268		-
1269			message: "#^Cannot call method setTimezone\\(\\) on DateTimeImmutable\\|false\\.$#"
1270			count: 1
1271			path: app/Http/RequestHandlers/SiteLogsData.php
1272
1273		-
1274			message: "#^Access to an undefined property object\\:\\:\\$gedcom_name\\.$#"
1275			count: 1
1276			path: app/Http/RequestHandlers/SiteLogsDownload.php
1277
1278		-
1279			message: "#^Access to an undefined property object\\:\\:\\$ip_address\\.$#"
1280			count: 1
1281			path: app/Http/RequestHandlers/SiteLogsDownload.php
1282
1283		-
1284			message: "#^Access to an undefined property object\\:\\:\\$log_message\\.$#"
1285			count: 1
1286			path: app/Http/RequestHandlers/SiteLogsDownload.php
1287
1288		-
1289			message: "#^Access to an undefined property object\\:\\:\\$log_time\\.$#"
1290			count: 1
1291			path: app/Http/RequestHandlers/SiteLogsDownload.php
1292
1293		-
1294			message: "#^Access to an undefined property object\\:\\:\\$log_type\\.$#"
1295			count: 1
1296			path: app/Http/RequestHandlers/SiteLogsDownload.php
1297
1298		-
1299			message: "#^Access to an undefined property object\\:\\:\\$user_name\\.$#"
1300			count: 1
1301			path: app/Http/RequestHandlers/SiteLogsDownload.php
1302
1303		-
1304			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\\.$#"
1305			count: 1
1306			path: app/Http/RequestHandlers/SiteLogsDownload.php
1307
1308		-
1309			message: "#^Cannot call method setTimezone\\(\\) on DateTimeImmutable\\|false\\.$#"
1310			count: 2
1311			path: app/Http/RequestHandlers/SiteLogsPage.php
1312
1313		-
1314			message: "#^Parameter \\#2 \\$datetime of static method DateTimeImmutable\\:\\:createFromFormat\\(\\) expects string, mixed given\\.$#"
1315			count: 2
1316			path: app/Http/RequestHandlers/SiteLogsPage.php
1317
1318		-
1319			message: "#^Cannot call method name\\(\\) on Fisharebest\\\\Webtrees\\\\Tree\\|null\\.$#"
1320			count: 1
1321			path: app/Http/RequestHandlers/SynchronizeTrees.php
1322
1323		-
1324			message: "#^Cannot cast mixed to int\\.$#"
1325			count: 1
1326			path: app/Http/RequestHandlers/TreePageBlock.php
1327
1328		-
1329			message: "#^Parameter \\#1 \\$string of function trim expects string, string\\|null given\\.$#"
1330			count: 1
1331			path: app/Http/RequestHandlers/TreePreferencesAction.php
1332
1333		-
1334			message: "#^Access to an undefined property object\\:\\:\\$label\\.$#"
1335			count: 1
1336			path: app/Http/RequestHandlers/TreePrivacyPage.php
1337
1338		-
1339			message: "#^Access to an undefined property object\\:\\:\\$record\\.$#"
1340			count: 1
1341			path: app/Http/RequestHandlers/TreePrivacyPage.php
1342
1343		-
1344			message: "#^Access to an undefined property object\\:\\:\\$tag_label\\.$#"
1345			count: 4
1346			path: app/Http/RequestHandlers/TreePrivacyPage.php
1347
1348		-
1349			message: "#^Access to an undefined property object\\:\\:\\$tag_type\\.$#"
1350			count: 1
1351			path: app/Http/RequestHandlers/TreePrivacyPage.php
1352
1353		-
1354			message: "#^Access to an undefined property object\\:\\:\\$xref\\.$#"
1355			count: 1
1356			path: app/Http/RequestHandlers/TreePrivacyPage.php
1357
1358		-
1359			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: object, Closure\\(object\\)\\: object given\\.$#"
1360			count: 1
1361			path: app/Http/RequestHandlers/TreePrivacyPage.php
1362
1363		-
1364			message: "#^Cannot access property \\$l_from on mixed\\.$#"
1365			count: 2
1366			path: app/Http/RequestHandlers/UnconnectedPage.php
1367
1368		-
1369			message: "#^Cannot access property \\$l_to on mixed\\.$#"
1370			count: 2
1371			path: app/Http/RequestHandlers/UnconnectedPage.php
1372
1373		-
1374			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\\.$#"
1375			count: 1
1376			path: app/Http/RequestHandlers/UnconnectedPage.php
1377
1378		-
1379			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\\.$#"
1380			count: 1
1381			path: app/Http/RequestHandlers/UnconnectedPage.php
1382
1383		-
1384			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\\.$#"
1385			count: 1
1386			path: app/Http/RequestHandlers/UnconnectedPage.php
1387
1388		-
1389			message: "#^Access to an undefined property object\\:\\:\\$active_at\\.$#"
1390			count: 2
1391			path: app/Http/RequestHandlers/UserListData.php
1392
1393		-
1394			message: "#^Access to an undefined property object\\:\\:\\$email\\.$#"
1395			count: 2
1396			path: app/Http/RequestHandlers/UserListData.php
1397
1398		-
1399			message: "#^Access to an undefined property object\\:\\:\\$language\\.$#"
1400			count: 2
1401			path: app/Http/RequestHandlers/UserListData.php
1402
1403		-
1404			message: "#^Access to an undefined property object\\:\\:\\$real_name\\.$#"
1405			count: 1
1406			path: app/Http/RequestHandlers/UserListData.php
1407
1408		-
1409			message: "#^Access to an undefined property object\\:\\:\\$registered_at\\.$#"
1410			count: 2
1411			path: app/Http/RequestHandlers/UserListData.php
1412
1413		-
1414			message: "#^Access to an undefined property object\\:\\:\\$user_id\\.$#"
1415			count: 2
1416			path: app/Http/RequestHandlers/UserListData.php
1417
1418		-
1419			message: "#^Access to an undefined property object\\:\\:\\$user_name\\.$#"
1420			count: 1
1421			path: app/Http/RequestHandlers/UserListData.php
1422
1423		-
1424			message: "#^Access to an undefined property object\\:\\:\\$verified\\.$#"
1425			count: 1
1426			path: app/Http/RequestHandlers/UserListData.php
1427
1428		-
1429			message: "#^Access to an undefined property object\\:\\:\\$verified_by_admin\\.$#"
1430			count: 1
1431			path: app/Http/RequestHandlers/UserListData.php
1432
1433		-
1434			message: "#^Unable to resolve the template type TGetDefault in call to method Illuminate\\\\Support\\\\Collection\\<string,string\\>\\:\\:get\\(\\)$#"
1435			count: 1
1436			path: app/Http/RequestHandlers/UserListData.php
1437
1438		-
1439			message: "#^Cannot cast mixed to int\\.$#"
1440			count: 1
1441			path: app/Http/RequestHandlers/UserPageBlock.php
1442
1443		-
1444			message: "#^Parameter \\#1 \\$user_name of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:findByUserName\\(\\) expects string, mixed given\\.$#"
1445			count: 1
1446			path: app/Http/RequestHandlers/VerifyEmail.php
1447
1448		-
1449			message: "#^Cannot call method findByInterface\\(\\) on mixed\\.$#"
1450			count: 3
1451			path: app/I18N.php
1452
1453		-
1454			message: "#^Cannot call method spouseFamilies\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
1455			count: 1
1456			path: app/Individual.php
1457
1458		-
1459			message: "#^Parameter \\#1 \\$haystack of function strpos expects string, string\\|null given\\.$#"
1460			count: 1
1461			path: app/Individual.php
1462
1463		-
1464			message: "#^Parameter \\#1 \\$string of function substr expects string, string\\|null given\\.$#"
1465			count: 4
1466			path: app/Individual.php
1467
1468		-
1469			message: "#^Parameter \\#1 \\$string of function substr_replace expects array\\|string, string\\|null given\\.$#"
1470			count: 2
1471			path: app/Individual.php
1472
1473		-
1474			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|null given\\.$#"
1475			count: 1
1476			path: app/Individual.php
1477
1478		-
1479			message: "#^Parameter \\#2 \\$subject of function preg_match_all expects string, string\\|null given\\.$#"
1480			count: 1
1481			path: app/Individual.php
1482
1483		-
1484			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
1485			count: 5
1486			path: app/Individual.php
1487
1488		-
1489			message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, string\\|null given\\.$#"
1490			count: 2
1491			path: app/Individual.php
1492
1493		-
1494			message: "#^Property Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:\\$getAllNames \\(array\\<array\\<string\\>\\>\\) does not accept array\\<array\\<string\\|null\\>\\>\\.$#"
1495			count: 1
1496			path: app/Individual.php
1497
1498		-
1499			message: "#^Parameter \\#1 \\$request of static method Fisharebest\\\\Webtrees\\\\Validator\\:\\:attributes\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
1500			count: 1
1501			path: app/Log.php
1502
1503		-
1504			message: "#^Parameter \\#1 \\$xref of method Fisharebest\\\\Webtrees\\\\Contracts\\\\GedcomRecordFactoryInterface\\:\\:make\\(\\) expects string, mixed given\\.$#"
1505			count: 1
1506			path: app/Media.php
1507
1508		-
1509			message: "#^Access to an undefined property object\\:\\:\\$n_surn\\.$#"
1510			count: 1
1511			path: app/Module/AbstractIndividualListModule.php
1512
1513		-
1514			message: "#^Access to an undefined property object\\:\\:\\$n_surname\\.$#"
1515			count: 1
1516			path: app/Module/AbstractIndividualListModule.php
1517
1518		-
1519			message: "#^Access to an undefined property object\\:\\:\\$total\\.$#"
1520			count: 1
1521			path: app/Module/AbstractIndividualListModule.php
1522
1523		-
1524			message: "#^Cannot access property \\$count on mixed\\.$#"
1525			count: 1
1526			path: app/Module/AbstractIndividualListModule.php
1527
1528		-
1529			message: "#^Cannot access property \\$gedcom on mixed\\.$#"
1530			count: 1
1531			path: app/Module/AbstractIndividualListModule.php
1532
1533		-
1534			message: "#^Cannot access property \\$n_givn on mixed\\.$#"
1535			count: 3
1536			path: app/Module/AbstractIndividualListModule.php
1537
1538		-
1539			message: "#^Cannot access property \\$n_surn on mixed\\.$#"
1540			count: 1
1541			path: app/Module/AbstractIndividualListModule.php
1542
1543		-
1544			message: "#^Cannot access property \\$xref on mixed\\.$#"
1545			count: 1
1546			path: app/Module/AbstractIndividualListModule.php
1547
1548		-
1549			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: \\(object\\{n_surn\\: mixed, n_surname\\: mixed, total\\: int\\}&stdClass\\), Closure\\(object\\)\\: \\(object\\{n_surn\\: mixed, n_surname\\: mixed, total\\: int\\}&stdClass\\) given\\.$#"
1550			count: 1
1551			path: app/Module/AbstractIndividualListModule.php
1552
1553		-
1554			message: "#^Parameter \\#1 \\$request of static method Fisharebest\\\\Webtrees\\\\Validator\\:\\:attributes\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
1555			count: 1
1556			path: app/Module/AbstractIndividualListModule.php
1557
1558		-
1559			message: "#^Return type of call to method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) contains unresolvable type\\.$#"
1560			count: 1
1561			path: app/Module/AbstractIndividualListModule.php
1562
1563		-
1564			message: "#^Return type of call to method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),object\\{n_surn\\: mixed, n_surname\\: mixed, total\\: int\\}&stdClass\\>\\:\\:all\\(\\) contains unresolvable type\\.$#"
1565			count: 1
1566			path: app/Module/AbstractIndividualListModule.php
1567
1568		-
1569			message: "#^Access to an undefined property object\\:\\:\\$interface\\.$#"
1570			count: 1
1571			path: app/Module/AbstractModule.php
1572
1573		-
1574			message: "#^Access to an undefined property object\\:\\:\\$module_name\\.$#"
1575			count: 1
1576			path: app/Module/AbstractModule.php
1577
1578		-
1579			message: "#^Cannot access property \\$access_level on mixed\\.$#"
1580			count: 1
1581			path: app/Module/AbstractModule.php
1582
1583		-
1584			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\AbstractModule\\:\\:getPreference\\(\\) should return string but returns mixed\\.$#"
1585			count: 1
1586			path: app/Module/AbstractModule.php
1587
1588		-
1589			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:first\\(\\) expects \\(callable\\(mixed, int\\|string\\)\\: bool\\)\\|null, Closure\\(object\\)\\: bool given\\.$#"
1590			count: 1
1591			path: app/Module/AbstractModule.php
1592
1593		-
1594			message: "#^Parameter \\#1 \\$request of static method Fisharebest\\\\Webtrees\\\\Validator\\:\\:serverParams\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
1595			count: 1
1596			path: app/Module/BingWebmasterToolsModule.php
1597
1598		-
1599			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\\.$#"
1600			count: 1
1601			path: app/Module/BranchesListModule.php
1602
1603		-
1604			message: "#^Parameter \\#1 \\$request of static method Fisharebest\\\\Webtrees\\\\Validator\\:\\:attributes\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
1605			count: 1
1606			path: app/Module/BranchesListModule.php
1607
1608		-
1609			message: "#^Argument of an invalid type array\\|string supplied for foreach, only iterables are supported\\.$#"
1610			count: 1
1611			path: app/Module/CensusAssistantModule.php
1612
1613		-
1614			message: "#^Call to an undefined method object\\:\\:censusLanguage\\(\\)\\.$#"
1615			count: 1
1616			path: app/Module/CensusAssistantModule.php
1617
1618		-
1619			message: "#^Cannot call method updateFact\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
1620			count: 1
1621			path: app/Module/CensusAssistantModule.php
1622
1623		-
1624			message: "#^Empty array passed to foreach\\.$#"
1625			count: 1
1626			path: app/Module/CensusAssistantModule.php
1627
1628		-
1629			message: "#^Parameter \\#1 \\$census of method Fisharebest\\\\Webtrees\\\\Module\\\\CensusAssistantModule\\:\\:censusTableEmptyRow\\(\\) expects Fisharebest\\\\Webtrees\\\\Census\\\\CensusInterface, object given\\.$#"
1630			count: 1
1631			path: app/Module/CensusAssistantModule.php
1632
1633		-
1634			message: "#^Parameter \\#1 \\$census of method Fisharebest\\\\Webtrees\\\\Module\\\\CensusAssistantModule\\:\\:censusTableHeader\\(\\) expects Fisharebest\\\\Webtrees\\\\Census\\\\CensusInterface, object given\\.$#"
1635			count: 1
1636			path: app/Module/CensusAssistantModule.php
1637
1638		-
1639			message: "#^Parameter \\#1 \\$census of method Fisharebest\\\\Webtrees\\\\Module\\\\CensusAssistantModule\\:\\:censusTableRow\\(\\) expects Fisharebest\\\\Webtrees\\\\Census\\\\CensusInterface, object given\\.$#"
1640			count: 1
1641			path: app/Module/CensusAssistantModule.php
1642
1643		-
1644			message: "#^Parameter \\#1 \\$census of method Fisharebest\\\\Webtrees\\\\Module\\\\CensusAssistantModule\\:\\:createNoteText\\(\\) expects Fisharebest\\\\Webtrees\\\\Census\\\\CensusInterface, object given\\.$#"
1645			count: 1
1646			path: app/Module/CensusAssistantModule.php
1647
1648		-
1649			message: "#^Parameter \\#5 \\$ca_individuals of method Fisharebest\\\\Webtrees\\\\Module\\\\CensusAssistantModule\\:\\:createNoteText\\(\\) expects array\\<array\\<string\\>\\>, array\\<string\\> given\\.$#"
1650			count: 1
1651			path: app/Module/CensusAssistantModule.php
1652
1653		-
1654			message: "#^Parameter \\#1 \\$request of static method Fisharebest\\\\Webtrees\\\\Validator\\:\\:attributes\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
1655			count: 1
1656			path: app/Module/ChartsMenuModule.php
1657
1658		-
1659			message: "#^Parameter \\#1 \\$request of static method Fisharebest\\\\Webtrees\\\\Validator\\:\\:attributes\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
1660			count: 1
1661			path: app/Module/ClippingsCartModule.php
1662
1663		-
1664			message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
1665			count: 1
1666			path: app/Module/CloudsTheme.php
1667
1668		-
1669			message: "#^Cannot call method findByComponent\\(\\) on mixed\\.$#"
1670			count: 3
1671			path: app/Module/CloudsTheme.php
1672
1673		-
1674			message: "#^Cannot call method findByInterface\\(\\) on mixed\\.$#"
1675			count: 1
1676			path: app/Module/CloudsTheme.php
1677
1678		-
1679			message: "#^Cannot call method getUri\\(\\) on mixed\\.$#"
1680			count: 2
1681			path: app/Module/CloudsTheme.php
1682
1683		-
1684			message: "#^Cannot call method name\\(\\) on mixed\\.$#"
1685			count: 1
1686			path: app/Module/CloudsTheme.php
1687
1688		-
1689			message: "#^Parameter \\#1 \\$request of static method Fisharebest\\\\Webtrees\\\\Validator\\:\\:attributes\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
1690			count: 3
1691			path: app/Module/CloudsTheme.php
1692
1693		-
1694			message: "#^Parameter \\#1 \\$request of static method Fisharebest\\\\Webtrees\\\\Validator\\:\\:queryParams\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
1695			count: 1
1696			path: app/Module/CloudsTheme.php
1697
1698		-
1699			message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\<int, string\\>\\|false given\\.$#"
1700			count: 1
1701			path: app/Module/CloudsTheme.php
1702
1703		-
1704			message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
1705			count: 1
1706			path: app/Module/FabTheme.php
1707
1708		-
1709			message: "#^Cannot call method findByComponent\\(\\) on mixed\\.$#"
1710			count: 3
1711			path: app/Module/FabTheme.php
1712
1713		-
1714			message: "#^Cannot call method findByInterface\\(\\) on mixed\\.$#"
1715			count: 1
1716			path: app/Module/FabTheme.php
1717
1718		-
1719			message: "#^Cannot call method getUri\\(\\) on mixed\\.$#"
1720			count: 2
1721			path: app/Module/FabTheme.php
1722
1723		-
1724			message: "#^Cannot call method name\\(\\) on mixed\\.$#"
1725			count: 1
1726			path: app/Module/FabTheme.php
1727
1728		-
1729			message: "#^Parameter \\#1 \\$request of static method Fisharebest\\\\Webtrees\\\\Validator\\:\\:attributes\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
1730			count: 3
1731			path: app/Module/FabTheme.php
1732
1733		-
1734			message: "#^Parameter \\#1 \\$request of static method Fisharebest\\\\Webtrees\\\\Validator\\:\\:queryParams\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
1735			count: 1
1736			path: app/Module/FabTheme.php
1737
1738		-
1739			message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\<int, string\\>\\|false given\\.$#"
1740			count: 1
1741			path: app/Module/FabTheme.php
1742
1743		-
1744			message: "#^Access to an undefined property object\\:\\:\\$note\\.$#"
1745			count: 1
1746			path: app/Module/FamilyTreeFavoritesModule.php
1747
1748		-
1749			message: "#^Access to an undefined property object\\:\\:\\$record\\.$#"
1750			count: 2
1751			path: app/Module/FamilyTreeFavoritesModule.php
1752
1753		-
1754			message: "#^Access to an undefined property object\\:\\:\\$xref\\.$#"
1755			count: 1
1756			path: app/Module/FamilyTreeFavoritesModule.php
1757
1758		-
1759			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: object, Closure\\(object\\)\\: object given\\.$#"
1760			count: 1
1761			path: app/Module/FamilyTreeFavoritesModule.php
1762
1763		-
1764			message: "#^Access to an undefined property object\\:\\:\\$body\\.$#"
1765			count: 1
1766			path: app/Module/FamilyTreeNewsModule.php
1767
1768		-
1769			message: "#^Access to an undefined property object\\:\\:\\$subject\\.$#"
1770			count: 1
1771			path: app/Module/FamilyTreeNewsModule.php
1772
1773		-
1774			message: "#^Access to an undefined property object\\:\\:\\$updated\\.$#"
1775			count: 2
1776			path: app/Module/FamilyTreeNewsModule.php
1777
1778		-
1779			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: object, Closure\\(object\\)\\: object given\\.$#"
1780			count: 1
1781			path: app/Module/FamilyTreeNewsModule.php
1782
1783		-
1784			message: "#^Cannot access property \\$n_surn on mixed\\.$#"
1785			count: 7
1786			path: app/Module/FamilyTreeStatisticsModule.php
1787
1788		-
1789			message: "#^Cannot access property \\$n_surname on mixed\\.$#"
1790			count: 3
1791			path: app/Module/FamilyTreeStatisticsModule.php
1792
1793		-
1794			message: "#^Cannot access property \\$total on mixed\\.$#"
1795			count: 1
1796			path: app/Module/FamilyTreeStatisticsModule.php
1797
1798		-
1799			message: "#^Cannot call method embedTags\\(\\) on mixed\\.$#"
1800			count: 1
1801			path: app/Module/FamilyTreeStatisticsModule.php
1802
1803		-
1804			message: "#^Cannot access offset 0 on array\\|false\\.$#"
1805			count: 1
1806			path: app/Module/FanChartModule.php
1807
1808		-
1809			message: "#^Cannot access offset 4 on array\\|false\\.$#"
1810			count: 1
1811			path: app/Module/FanChartModule.php
1812
1813		-
1814			message: "#^Cannot call method alternateName\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
1815			count: 1
1816			path: app/Module/FanChartModule.php
1817
1818		-
1819			message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
1820			count: 4
1821			path: app/Module/FanChartModule.php
1822
1823		-
1824			message: "#^Cannot call method individualBoxMenu\\(\\) on mixed\\.$#"
1825			count: 1
1826			path: app/Module/FanChartModule.php
1827
1828		-
1829			message: "#^Cannot call method lifespan\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
1830			count: 1
1831			path: app/Module/FanChartModule.php
1832
1833		-
1834			message: "#^Cannot call method sex\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
1835			count: 1
1836			path: app/Module/FanChartModule.php
1837
1838		-
1839			message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
1840			count: 1
1841			path: app/Module/FanChartModule.php
1842
1843		-
1844			message: "#^Cannot call method xref\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
1845			count: 2
1846			path: app/Module/FanChartModule.php
1847
1848		-
1849			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FanChartModule\\:\\:imageColor\\(\\) should return int but returns int\\<0, max\\>\\|false\\.$#"
1850			count: 1
1851			path: app/Module/FanChartModule.php
1852
1853		-
1854			message: "#^Parameter \\#1 \\$individual of method Fisharebest\\\\Webtrees\\\\Module\\\\FanChartModule\\:\\:chartTitle\\(\\) expects Fisharebest\\\\Webtrees\\\\Individual, Fisharebest\\\\Webtrees\\\\Individual\\|null given\\.$#"
1855			count: 1
1856			path: app/Module/FanChartModule.php
1857
1858		-
1859			message: "#^Parameter \\#2 \\$color of function imagecolortransparent expects int\\|null, int\\<0, max\\>\\|false given\\.$#"
1860			count: 1
1861			path: app/Module/FanChartModule.php
1862
1863		-
1864			message: "#^Parameter \\#6 \\$color of function imagefilledrectangle expects int, int\\<0, max\\>\\|false given\\.$#"
1865			count: 1
1866			path: app/Module/FanChartModule.php
1867
1868		-
1869			message: "#^Access to an undefined property object\\:\\:\\$xref\\.$#"
1870			count: 2
1871			path: app/Module/FixCemeteryTag.php
1872
1873		-
1874			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixCemeteryTag\\:\\:individualsToFix\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\>\\|null but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#"
1875			count: 1
1876			path: app/Module/FixCemeteryTag.php
1877
1878		-
1879			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<int,mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\)\\: \\(object\\{xref\\: string, type\\: string\\}&stdClass\\), Closure\\(string\\)\\: \\(object\\{xref\\: string, type\\: string\\}&stdClass\\) given\\.$#"
1880			count: 1
1881			path: app/Module/FixCemeteryTag.php
1882
1883		-
1884			message: "#^Access to an undefined property object\\:\\:\\$xref\\.$#"
1885			count: 2
1886			path: app/Module/FixDuplicateLinks.php
1887
1888		-
1889			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixDuplicateLinks\\:\\:familiesToFix\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\> but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#"
1890			count: 1
1891			path: app/Module/FixDuplicateLinks.php
1892
1893		-
1894			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixDuplicateLinks\\:\\:individualsToFix\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\>\\|null but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#"
1895			count: 1
1896			path: app/Module/FixDuplicateLinks.php
1897
1898		-
1899			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixDuplicateLinks\\:\\:mediaToFix\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\> but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#"
1900			count: 1
1901			path: app/Module/FixDuplicateLinks.php
1902
1903		-
1904			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixDuplicateLinks\\:\\:notesToFix\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\> but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#"
1905			count: 1
1906			path: app/Module/FixDuplicateLinks.php
1907
1908		-
1909			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixDuplicateLinks\\:\\:repositoriesToFix\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\> but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#"
1910			count: 1
1911			path: app/Module/FixDuplicateLinks.php
1912
1913		-
1914			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixDuplicateLinks\\:\\:sourcesToFix\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\> but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#"
1915			count: 1
1916			path: app/Module/FixDuplicateLinks.php
1917
1918		-
1919			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixDuplicateLinks\\:\\:submittersToFix\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\> but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#"
1920			count: 1
1921			path: app/Module/FixDuplicateLinks.php
1922
1923		-
1924			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixDuplicateLinks\\:\\:updateGedcom\\(\\) should return string but returns string\\|null\\.$#"
1925			count: 1
1926			path: app/Module/FixDuplicateLinks.php
1927
1928		-
1929			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<int,mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\)\\: \\(object\\{xref\\: string, type\\: string\\}&stdClass\\), Closure\\(string\\)\\: \\(object\\{xref\\: string, type\\: string\\}&stdClass\\) given\\.$#"
1930			count: 1
1931			path: app/Module/FixDuplicateLinks.php
1932
1933		-
1934			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
1935			count: 2
1936			path: app/Module/FixDuplicateLinks.php
1937
1938		-
1939			message: "#^Access to an undefined property object\\:\\:\\$xref\\.$#"
1940			count: 2
1941			path: app/Module/FixMissingDeaths.php
1942
1943		-
1944			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixMissingDeaths\\:\\:individualsToFix\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\>\\|null but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#"
1945			count: 1
1946			path: app/Module/FixMissingDeaths.php
1947
1948		-
1949			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<int,mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\)\\: \\(object\\{xref\\: string, type\\: string\\}&stdClass\\), Closure\\(string\\)\\: \\(object\\{xref\\: string, type\\: string\\}&stdClass\\) given\\.$#"
1950			count: 1
1951			path: app/Module/FixMissingDeaths.php
1952
1953		-
1954			message: "#^Access to an undefined property object\\:\\:\\$xref\\.$#"
1955			count: 2
1956			path: app/Module/FixNameSlashesAndSpaces.php
1957
1958		-
1959			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixNameSlashesAndSpaces\\:\\:individualsToFix\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\>\\|null but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#"
1960			count: 1
1961			path: app/Module/FixNameSlashesAndSpaces.php
1962
1963		-
1964			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixNameSlashesAndSpaces\\:\\:updateGedcom\\(\\) should return string but returns string\\|null\\.$#"
1965			count: 1
1966			path: app/Module/FixNameSlashesAndSpaces.php
1967
1968		-
1969			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<int,mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\)\\: \\(object\\{xref\\: string, type\\: string\\}&stdClass\\), Closure\\(string\\)\\: \\(object\\{xref\\: string, type\\: string\\}&stdClass\\) given\\.$#"
1970			count: 1
1971			path: app/Module/FixNameSlashesAndSpaces.php
1972
1973		-
1974			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
1975			count: 1
1976			path: app/Module/FixNameSlashesAndSpaces.php
1977
1978		-
1979			message: "#^Access to an undefined property object\\:\\:\\$xref\\.$#"
1980			count: 2
1981			path: app/Module/FixNameTags.php
1982
1983		-
1984			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixNameTags\\:\\:individualsToFix\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\> but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#"
1985			count: 1
1986			path: app/Module/FixNameTags.php
1987
1988		-
1989			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<int,mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\)\\: \\(object\\{xref\\: string, type\\: string\\}&stdClass\\), Closure\\(string\\)\\: \\(object\\{xref\\: string, type\\: string\\}&stdClass\\) given\\.$#"
1990			count: 1
1991			path: app/Module/FixNameTags.php
1992
1993		-
1994			message: "#^Access to an undefined property object\\:\\:\\$xref\\.$#"
1995			count: 2
1996			path: app/Module/FixPlaceNames.php
1997
1998		-
1999			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixPlaceNames\\:\\:familiesToFix\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\>\\|null but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#"
2000			count: 1
2001			path: app/Module/FixPlaceNames.php
2002
2003		-
2004			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixPlaceNames\\:\\:individualsToFix\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\>\\|null but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#"
2005			count: 1
2006			path: app/Module/FixPlaceNames.php
2007
2008		-
2009			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixPlaceNames\\:\\:updateGedcom\\(\\) should return string but returns string\\|null\\.$#"
2010			count: 1
2011			path: app/Module/FixPlaceNames.php
2012
2013		-
2014			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<int,mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\)\\: \\(object\\{xref\\: string, type\\: string\\}&stdClass\\), Closure\\(string\\)\\: \\(object\\{xref\\: string, type\\: string\\}&stdClass\\) given\\.$#"
2015			count: 1
2016			path: app/Module/FixPlaceNames.php
2017
2018		-
2019			message: "#^Access to an undefined property object\\:\\:\\$xref\\.$#"
2020			count: 2
2021			path: app/Module/FixPrimaryTag.php
2022
2023		-
2024			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixPrimaryTag\\:\\:mediaToFix\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\> but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#"
2025			count: 1
2026			path: app/Module/FixPrimaryTag.php
2027
2028		-
2029			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<int,mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\)\\: \\(object\\{xref\\: string, type\\: string\\}&stdClass\\), Closure\\(string\\)\\: \\(object\\{xref\\: string, type\\: string\\}&stdClass\\) given\\.$#"
2030			count: 1
2031			path: app/Module/FixPrimaryTag.php
2032
2033		-
2034			message: "#^Access to an undefined property object\\:\\:\\$xref\\.$#"
2035			count: 2
2036			path: app/Module/FixSearchAndReplace.php
2037
2038		-
2039			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixSearchAndReplace\\:\\:familiesToFix\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\>\\|null but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#"
2040			count: 1
2041			path: app/Module/FixSearchAndReplace.php
2042
2043		-
2044			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixSearchAndReplace\\:\\:individualsToFix\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\>\\|null but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#"
2045			count: 1
2046			path: app/Module/FixSearchAndReplace.php
2047
2048		-
2049			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixSearchAndReplace\\:\\:locationsToFix\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\>\\|null but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#"
2050			count: 1
2051			path: app/Module/FixSearchAndReplace.php
2052
2053		-
2054			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixSearchAndReplace\\:\\:mediaToFix\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\>\\|null but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#"
2055			count: 1
2056			path: app/Module/FixSearchAndReplace.php
2057
2058		-
2059			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixSearchAndReplace\\:\\:notesToFix\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\>\\|null but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#"
2060			count: 1
2061			path: app/Module/FixSearchAndReplace.php
2062
2063		-
2064			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixSearchAndReplace\\:\\:repositoriesToFix\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\>\\|null but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#"
2065			count: 1
2066			path: app/Module/FixSearchAndReplace.php
2067
2068		-
2069			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixSearchAndReplace\\:\\:sourcesToFix\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\>\\|null but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#"
2070			count: 1
2071			path: app/Module/FixSearchAndReplace.php
2072
2073		-
2074			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixSearchAndReplace\\:\\:submittersToFix\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\>\\|null but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#"
2075			count: 1
2076			path: app/Module/FixSearchAndReplace.php
2077
2078		-
2079			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixSearchAndReplace\\:\\:updateGedcom\\(\\) should return string but returns string\\|null\\.$#"
2080			count: 1
2081			path: app/Module/FixSearchAndReplace.php
2082
2083		-
2084			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<int,mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\)\\: \\(object\\{xref\\: string, type\\: string\\}&stdClass\\), Closure\\(string\\)\\: \\(object\\{xref\\: string, type\\: string\\}&stdClass\\) given\\.$#"
2085			count: 1
2086			path: app/Module/FixSearchAndReplace.php
2087
2088		-
2089			message: "#^Access to an undefined property object\\:\\:\\$xref\\.$#"
2090			count: 2
2091			path: app/Module/FixWtObjeSortTag.php
2092
2093		-
2094			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixWtObjeSortTag\\:\\:individualsToFix\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\> but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#"
2095			count: 1
2096			path: app/Module/FixWtObjeSortTag.php
2097
2098		-
2099			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<int,mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\)\\: \\(object\\{xref\\: string, type\\: string\\}&stdClass\\), Closure\\(string\\)\\: \\(object\\{xref\\: string, type\\: string\\}&stdClass\\) given\\.$#"
2100			count: 1
2101			path: app/Module/FixWtObjeSortTag.php
2102
2103		-
2104			message: "#^Access to an undefined property object\\:\\:\\$block_id\\.$#"
2105			count: 4
2106			path: app/Module/FrequentlyAskedQuestionsModule.php
2107
2108		-
2109			message: "#^Access to an undefined property object\\:\\:\\$block_order\\.$#"
2110			count: 4
2111			path: app/Module/FrequentlyAskedQuestionsModule.php
2112
2113		-
2114			message: "#^Access to an undefined property object\\:\\:\\$gedcom_id\\.$#"
2115			count: 2
2116			path: app/Module/FrequentlyAskedQuestionsModule.php
2117
2118		-
2119			message: "#^Access to an undefined property object\\:\\:\\$languages\\.$#"
2120			count: 2
2121			path: app/Module/FrequentlyAskedQuestionsModule.php
2122
2123		-
2124			message: "#^Cannot cast mixed to int\\.$#"
2125			count: 3
2126			path: app/Module/FrequentlyAskedQuestionsModule.php
2127
2128		-
2129			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:filter\\(\\) expects \\(callable\\(mixed, int\\|string\\)\\: bool\\)\\|null, Closure\\(object\\)\\: bool given\\.$#"
2130			count: 1
2131			path: app/Module/FrequentlyAskedQuestionsModule.php
2132
2133		-
2134			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: object, Closure\\(object\\)\\: object given\\.$#"
2135			count: 1
2136			path: app/Module/FrequentlyAskedQuestionsModule.php
2137
2138		-
2139			message: "#^Cannot access property \\$geonames on mixed\\.$#"
2140			count: 1
2141			path: app/Module/GeonamesAutocomplete.php
2142
2143		-
2144			message: "#^Parameter \\#1 \\$request of static method Fisharebest\\\\Webtrees\\\\Validator\\:\\:attributes\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
2145			count: 2
2146			path: app/Module/GoogleAnalyticsModule.php
2147
2148		-
2149			message: "#^Parameter \\#1 \\$request of static method Fisharebest\\\\Webtrees\\\\Validator\\:\\:serverParams\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
2150			count: 1
2151			path: app/Module/GoogleAnalyticsModule.php
2152
2153		-
2154			message: "#^Parameter \\#1 \\$request of static method Fisharebest\\\\Webtrees\\\\Validator\\:\\:serverParams\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
2155			count: 1
2156			path: app/Module/GoogleWebmasterToolsModule.php
2157
2158		-
2159			message: "#^Cannot cast mixed to int\\.$#"
2160			count: 2
2161			path: app/Module/HitCountFooterModule.php
2162
2163		-
2164			message: "#^Cannot call method embedTags\\(\\) on mixed\\.$#"
2165			count: 2
2166			path: app/Module/HtmlBlockModule.php
2167
2168		-
2169			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\\.$#"
2170			count: 2
2171			path: app/Module/IndividualFactsTabModule.php
2172
2173		-
2174			message: "#^Cannot call method xref\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#"
2175			count: 1
2176			path: app/Module/InteractiveTree/TreeView.php
2177
2178		-
2179			message: "#^Offset 1 on array\\{Fisharebest\\\\Webtrees\\\\Individual, Fisharebest\\\\Webtrees\\\\Family\\} in empty\\(\\) always exists and is not falsy\\.$#"
2180			count: 1
2181			path: app/Module/InteractiveTree/TreeView.php
2182
2183		-
2184			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\\.$#"
2185			count: 1
2186			path: app/Module/InteractiveTree/TreeView.php
2187
2188		-
2189			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2190			count: 1
2191			path: app/Module/LanguageAfrikaans.php
2192
2193		-
2194			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2195			count: 1
2196			path: app/Module/LanguageAlbanian.php
2197
2198		-
2199			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2200			count: 1
2201			path: app/Module/LanguageArabic.php
2202
2203		-
2204			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2205			count: 1
2206			path: app/Module/LanguageBasque.php
2207
2208		-
2209			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2210			count: 1
2211			path: app/Module/LanguageBosnian.php
2212
2213		-
2214			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2215			count: 1
2216			path: app/Module/LanguageBulgarian.php
2217
2218		-
2219			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2220			count: 1
2221			path: app/Module/LanguageCatalan.php
2222
2223		-
2224			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2225			count: 1
2226			path: app/Module/LanguageChineseSimplified.php
2227
2228		-
2229			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2230			count: 1
2231			path: app/Module/LanguageChineseTraditional.php
2232
2233		-
2234			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2235			count: 1
2236			path: app/Module/LanguageCroatian.php
2237
2238		-
2239			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2240			count: 1
2241			path: app/Module/LanguageCzech.php
2242
2243		-
2244			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2245			count: 1
2246			path: app/Module/LanguageDanish.php
2247
2248		-
2249			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2250			count: 1
2251			path: app/Module/LanguageDivehi.php
2252
2253		-
2254			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2255			count: 1
2256			path: app/Module/LanguageDutch.php
2257
2258		-
2259			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2260			count: 1
2261			path: app/Module/LanguageEnglishUnitedStates.php
2262
2263		-
2264			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2265			count: 1
2266			path: app/Module/LanguageEstonian.php
2267
2268		-
2269			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2270			count: 1
2271			path: app/Module/LanguageFaroese.php
2272
2273		-
2274			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2275			count: 1
2276			path: app/Module/LanguageFarsi.php
2277
2278		-
2279			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2280			count: 1
2281			path: app/Module/LanguageFinnish.php
2282
2283		-
2284			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2285			count: 1
2286			path: app/Module/LanguageFrench.php
2287
2288		-
2289			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2290			count: 1
2291			path: app/Module/LanguageGalician.php
2292
2293		-
2294			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2295			count: 1
2296			path: app/Module/LanguageGeorgian.php
2297
2298		-
2299			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2300			count: 1
2301			path: app/Module/LanguageGerman.php
2302
2303		-
2304			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2305			count: 1
2306			path: app/Module/LanguageGreek.php
2307
2308		-
2309			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2310			count: 1
2311			path: app/Module/LanguageHebrew.php
2312
2313		-
2314			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2315			count: 1
2316			path: app/Module/LanguageHindi.php
2317
2318		-
2319			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2320			count: 1
2321			path: app/Module/LanguageHungarian.php
2322
2323		-
2324			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2325			count: 1
2326			path: app/Module/LanguageIcelandic.php
2327
2328		-
2329			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2330			count: 1
2331			path: app/Module/LanguageIndonesian.php
2332
2333		-
2334			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2335			count: 1
2336			path: app/Module/LanguageItalian.php
2337
2338		-
2339			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2340			count: 1
2341			path: app/Module/LanguageJapanese.php
2342
2343		-
2344			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2345			count: 1
2346			path: app/Module/LanguageJavanese.php
2347
2348		-
2349			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2350			count: 1
2351			path: app/Module/LanguageKazhak.php
2352
2353		-
2354			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2355			count: 1
2356			path: app/Module/LanguageKorean.php
2357
2358		-
2359			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2360			count: 1
2361			path: app/Module/LanguageKurdish.php
2362
2363		-
2364			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2365			count: 1
2366			path: app/Module/LanguageLatvian.php
2367
2368		-
2369			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2370			count: 1
2371			path: app/Module/LanguageLingala.php
2372
2373		-
2374			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2375			count: 1
2376			path: app/Module/LanguageLithuanian.php
2377
2378		-
2379			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2380			count: 1
2381			path: app/Module/LanguageMalay.php
2382
2383		-
2384			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2385			count: 1
2386			path: app/Module/LanguageMaori.php
2387
2388		-
2389			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2390			count: 1
2391			path: app/Module/LanguageMarathi.php
2392
2393		-
2394			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2395			count: 1
2396			path: app/Module/LanguageNepalese.php
2397
2398		-
2399			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2400			count: 1
2401			path: app/Module/LanguageNorwegianBokmal.php
2402
2403		-
2404			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2405			count: 1
2406			path: app/Module/LanguageNorwegianNynorsk.php
2407
2408		-
2409			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2410			count: 1
2411			path: app/Module/LanguageOccitan.php
2412
2413		-
2414			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2415			count: 1
2416			path: app/Module/LanguagePolish.php
2417
2418		-
2419			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2420			count: 1
2421			path: app/Module/LanguagePortuguese.php
2422
2423		-
2424			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2425			count: 1
2426			path: app/Module/LanguagePortugueseBrazil.php
2427
2428		-
2429			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2430			count: 1
2431			path: app/Module/LanguageRomanian.php
2432
2433		-
2434			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2435			count: 1
2436			path: app/Module/LanguageRussian.php
2437
2438		-
2439			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2440			count: 1
2441			path: app/Module/LanguageSerbian.php
2442
2443		-
2444			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2445			count: 1
2446			path: app/Module/LanguageSerbianLatin.php
2447
2448		-
2449			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2450			count: 1
2451			path: app/Module/LanguageSlovakian.php
2452
2453		-
2454			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2455			count: 1
2456			path: app/Module/LanguageSlovenian.php
2457
2458		-
2459			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2460			count: 1
2461			path: app/Module/LanguageSpanish.php
2462
2463		-
2464			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2465			count: 1
2466			path: app/Module/LanguageSundanese.php
2467
2468		-
2469			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2470			count: 1
2471			path: app/Module/LanguageSwahili.php
2472
2473		-
2474			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2475			count: 1
2476			path: app/Module/LanguageSwedish.php
2477
2478		-
2479			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2480			count: 1
2481			path: app/Module/LanguageTagalog.php
2482
2483		-
2484			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2485			count: 1
2486			path: app/Module/LanguageTamil.php
2487
2488		-
2489			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2490			count: 1
2491			path: app/Module/LanguageTatar.php
2492
2493		-
2494			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2495			count: 1
2496			path: app/Module/LanguageThai.php
2497
2498		-
2499			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2500			count: 1
2501			path: app/Module/LanguageTurkish.php
2502
2503		-
2504			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2505			count: 1
2506			path: app/Module/LanguageUkranian.php
2507
2508		-
2509			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2510			count: 1
2511			path: app/Module/LanguageUrdu.php
2512
2513		-
2514			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2515			count: 1
2516			path: app/Module/LanguageUzbek.php
2517
2518		-
2519			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2520			count: 1
2521			path: app/Module/LanguageVietnamese.php
2522
2523		-
2524			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2525			count: 1
2526			path: app/Module/LanguageWelsh.php
2527
2528		-
2529			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|false given\\.$#"
2530			count: 1
2531			path: app/Module/LanguageYiddish.php
2532
2533		-
2534			message: "#^Access to an undefined property object\\:\\:\\$row\\.$#"
2535			count: 1
2536			path: app/Module/LifespansChartModule.php
2537
2538		-
2539			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\LifespansChartModule\\:\\:findIndividualsByDate\\(\\) should return array\\<string\\> but returns array\\.$#"
2540			count: 1
2541			path: app/Module/LifespansChartModule.php
2542
2543		-
2544			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\LifespansChartModule\\:\\:findIndividualsByPlace\\(\\) should return array\\<string\\> but returns array\\.$#"
2545			count: 1
2546			path: app/Module/LifespansChartModule.php
2547
2548		-
2549			message: "#^Call to method Illuminate\\\\Support\\\\Collection\\<int,Fisharebest\\\\Webtrees\\\\Menu\\|null\\>\\:\\:isEmpty\\(\\) will always evaluate to false\\.$#"
2550			count: 1
2551			path: app/Module/ListsMenuModule.php
2552
2553		-
2554			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 given\\.$#"
2555			count: 1
2556			path: app/Module/ListsMenuModule.php
2557
2558		-
2559			message: "#^Parameter \\#5 \\$submenus of class Fisharebest\\\\Webtrees\\\\Menu constructor expects array\\<Fisharebest\\\\Webtrees\\\\Menu\\>, array\\<int, Fisharebest\\\\Webtrees\\\\Menu\\|null\\> given\\.$#"
2560			count: 1
2561			path: app/Module/ListsMenuModule.php
2562
2563		-
2564			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\\.$#"
2565			count: 1
2566			path: app/Module/LocationListModule.php
2567
2568		-
2569			message: "#^Cannot call method usersLoggedInList\\(\\) on mixed\\.$#"
2570			count: 1
2571			path: app/Module/LoggedInUsersModule.php
2572
2573		-
2574			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\MapGeoLocationGeonames\\:\\:extractLocationsFromResponse\\(\\) should return array\\<string\\> but returns mixed\\.$#"
2575			count: 1
2576			path: app/Module/MapGeoLocationGeonames.php
2577
2578		-
2579			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\MapGeoLocationNominatim\\:\\:extractLocationsFromResponse\\(\\) should return array\\<string\\> but returns mixed\\.$#"
2580			count: 1
2581			path: app/Module/MapGeoLocationNominatim.php
2582
2583		-
2584			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\MapGeoLocationOpenRouteService\\:\\:extractLocationsFromResponse\\(\\) should return array\\<string\\> but returns mixed\\.$#"
2585			count: 1
2586			path: app/Module/MapGeoLocationOpenRouteService.php
2587
2588		-
2589			message: "#^Parameter \\#1 \\$request of static method Fisharebest\\\\Webtrees\\\\Validator\\:\\:serverParams\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
2590			count: 1
2591			path: app/Module/MatomoAnalyticsModule.php
2592
2593		-
2594			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\\.$#"
2595			count: 1
2596			path: app/Module/MediaListModule.php
2597
2598		-
2599			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: string, Closure\\(string\\)\\: string given\\.$#"
2600			count: 1
2601			path: app/Module/MediaListModule.php
2602
2603		-
2604			message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
2605			count: 1
2606			path: app/Module/MinimalTheme.php
2607
2608		-
2609			message: "#^Cannot call method findByComponent\\(\\) on mixed\\.$#"
2610			count: 3
2611			path: app/Module/MinimalTheme.php
2612
2613		-
2614			message: "#^Cannot call method findByInterface\\(\\) on mixed\\.$#"
2615			count: 1
2616			path: app/Module/MinimalTheme.php
2617
2618		-
2619			message: "#^Cannot call method getUri\\(\\) on mixed\\.$#"
2620			count: 2
2621			path: app/Module/MinimalTheme.php
2622
2623		-
2624			message: "#^Cannot call method name\\(\\) on mixed\\.$#"
2625			count: 1
2626			path: app/Module/MinimalTheme.php
2627
2628		-
2629			message: "#^Parameter \\#1 \\$request of static method Fisharebest\\\\Webtrees\\\\Validator\\:\\:attributes\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
2630			count: 3
2631			path: app/Module/MinimalTheme.php
2632
2633		-
2634			message: "#^Parameter \\#1 \\$request of static method Fisharebest\\\\Webtrees\\\\Validator\\:\\:queryParams\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
2635			count: 1
2636			path: app/Module/MinimalTheme.php
2637
2638		-
2639			message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\<int, string\\>\\|false given\\.$#"
2640			count: 1
2641			path: app/Module/MinimalTheme.php
2642
2643		-
2644			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\\.$#"
2645			count: 1
2646			path: app/Module/NoteListModule.php
2647
2648		-
2649			message: "#^Cannot access property \\$features on mixed\\.$#"
2650			count: 1
2651			path: app/Module/OpenRouteServiceAutocomplete.php
2652
2653		-
2654			message: "#^Parameter \\#1 \\$individual of method Fisharebest\\\\Webtrees\\\\Module\\\\PedigreeChartModule\\:\\:nextLink\\(\\) expects Fisharebest\\\\Webtrees\\\\Individual, Fisharebest\\\\Webtrees\\\\Individual\\|null given\\.$#"
2655			count: 2
2656			path: app/Module/PedigreeChartModule.php
2657
2658		-
2659			message: "#^Parameter \\#2 \\$length of function array_chunk expects int\\<1, max\\>, int given\\.$#"
2660			count: 2
2661			path: app/Module/PlaceHierarchyListModule.php
2662
2663		-
2664			message: "#^Access to an undefined property object\\:\\:\\$features\\.$#"
2665			count: 1
2666			path: app/Module/PlacesModule.php
2667
2668		-
2669			message: "#^Access to an undefined property object\\:\\:\\$change_time\\.$#"
2670			count: 1
2671			path: app/Module/RecentChangesModule.php
2672
2673		-
2674			message: "#^Access to an undefined property object\\:\\:\\$new_gedcom\\.$#"
2675			count: 1
2676			path: app/Module/RecentChangesModule.php
2677
2678		-
2679			message: "#^Access to an undefined property object\\:\\:\\$record\\.$#"
2680			count: 2
2681			path: app/Module/RecentChangesModule.php
2682
2683		-
2684			message: "#^Access to an undefined property object\\:\\:\\$time\\.$#"
2685			count: 4
2686			path: app/Module/RecentChangesModule.php
2687
2688		-
2689			message: "#^Access to an undefined property object\\:\\:\\$user_id\\.$#"
2690			count: 1
2691			path: app/Module/RecentChangesModule.php
2692
2693		-
2694			message: "#^Access to an undefined property object\\:\\:\\$xref\\.$#"
2695			count: 1
2696			path: app/Module/RecentChangesModule.php
2697
2698		-
2699			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: \\(object\\{record\\: Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null, time\\: Fisharebest\\\\Webtrees\\\\Contracts\\\\TimestampInterface, user\\: Fisharebest\\\\Webtrees\\\\User\\|null\\}&stdClass\\), Closure\\(object\\)\\: \\(object\\{record\\: Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null, time\\: Fisharebest\\\\Webtrees\\\\Contracts\\\\TimestampInterface, user\\: Fisharebest\\\\Webtrees\\\\User\\|null\\}&stdClass\\) given\\.$#"
2700			count: 1
2701			path: app/Module/RecentChangesModule.php
2702
2703		-
2704			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\\.$#"
2705			count: 1
2706			path: app/Module/RecentChangesModule.php
2707
2708		-
2709			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\\.$#"
2710			count: 1
2711			path: app/Module/RecentChangesModule.php
2712
2713		-
2714			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\\.$#"
2715			count: 1
2716			path: app/Module/RecentChangesModule.php
2717
2718		-
2719			message: "#^Cannot call method getMap\\(\\) on mixed\\.$#"
2720			count: 1
2721			path: app/Module/RedirectLegacyUrlsModule.php
2722
2723		-
2724			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual but returns Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#"
2725			count: 1
2726			path: app/Module/RelationshipsChartModule.php
2727
2728		-
2729			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual but returns Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
2730			count: 1
2731			path: app/Module/RelationshipsChartModule.php
2732
2733		-
2734			message: "#^Cannot access property \\$l_from on mixed\\.$#"
2735			count: 3
2736			path: app/Module/RelationshipsChartModule.php
2737
2738		-
2739			message: "#^Cannot access property \\$l_to on mixed\\.$#"
2740			count: 3
2741			path: app/Module/RelationshipsChartModule.php
2742
2743		-
2744			message: "#^Cannot call method gedcom\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#"
2745			count: 2
2746			path: app/Module/RelationshipsChartModule.php
2747
2748		-
2749			message: "#^Cannot call method sex\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
2750			count: 4
2751			path: app/Module/RelationshipsChartModule.php
2752
2753		-
2754			message: "#^Cannot call method xref\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
2755			count: 2
2756			path: app/Module/RelationshipsChartModule.php
2757
2758		-
2759			message: "#^Cannot cast mixed to int\\.$#"
2760			count: 2
2761			path: app/Module/RelationshipsChartModule.php
2762
2763		-
2764			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\RelationshipsChartModule\\:\\:allAncestors\\(\\) should return array\\<string\\> but returns array\\<int, mixed\\>\\.$#"
2765			count: 1
2766			path: app/Module/RelationshipsChartModule.php
2767
2768		-
2769			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\RelationshipsChartModule\\:\\:excludeFamilies\\(\\) should return array\\<string\\> but returns array\\.$#"
2770			count: 1
2771			path: app/Module/RelationshipsChartModule.php
2772
2773		-
2774			message: "#^Parameter \\#1 \\$content of function response expects array\\|object\\|string, string\\|false given\\.$#"
2775			count: 1
2776			path: app/Module/RelationshipsChartModule.php
2777
2778		-
2779			message: "#^Parameter \\#1 \\$request of static method Fisharebest\\\\Webtrees\\\\Validator\\:\\:attributes\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
2780			count: 1
2781			path: app/Module/ReportsMenuModule.php
2782
2783		-
2784			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\\.$#"
2785			count: 1
2786			path: app/Module/RepositoryListModule.php
2787
2788		-
2789			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\\.$#"
2790			count: 1
2791			path: app/Module/ResearchTaskModule.php
2792
2793		-
2794			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\\.$#"
2795			count: 1
2796			path: app/Module/ResearchTaskModule.php
2797
2798		-
2799			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\\.$#"
2800			count: 1
2801			path: app/Module/ResearchTaskModule.php
2802
2803		-
2804			message: "#^Cannot access property \\$new_gedcom on mixed\\.$#"
2805			count: 1
2806			path: app/Module/ReviewChangesModule.php
2807
2808		-
2809			message: "#^Cannot access property \\$old_gedcom on mixed\\.$#"
2810			count: 1
2811			path: app/Module/ReviewChangesModule.php
2812
2813		-
2814			message: "#^Cannot access property \\$xref on mixed\\.$#"
2815			count: 1
2816			path: app/Module/ReviewChangesModule.php
2817
2818		-
2819			message: "#^Cannot call method canShow\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#"
2820			count: 1
2821			path: app/Module/ReviewChangesModule.php
2822
2823		-
2824			message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#"
2825			count: 1
2826			path: app/Module/ReviewChangesModule.php
2827
2828		-
2829			message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#"
2830			count: 1
2831			path: app/Module/ReviewChangesModule.php
2832
2833		-
2834			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<int,mixed\\>\\:\\:filter\\(\\) expects \\(callable\\(mixed, int\\)\\: bool\\)\\|null, Closure\\(Fisharebest\\\\Webtrees\\\\Fact\\)\\: bool given\\.$#"
2835			count: 4
2836			path: app/Module/ShareAnniversaryModule.php
2837
2838		-
2839			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\\.$#"
2840			count: 1
2841			path: app/Module/ShareAnniversaryModule.php
2842
2843		-
2844			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\\.$#"
2845			count: 1
2846			path: app/Module/ShareAnniversaryModule.php
2847
2848		-
2849			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\\.$#"
2850			count: 1
2851			path: app/Module/SiteMapModule.php
2852
2853		-
2854			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\\.$#"
2855			count: 1
2856			path: app/Module/SiteMapModule.php
2857
2858		-
2859			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\\.$#"
2860			count: 1
2861			path: app/Module/SiteMapModule.php
2862
2863		-
2864			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\\.$#"
2865			count: 1
2866			path: app/Module/SiteMapModule.php
2867
2868		-
2869			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\\.$#"
2870			count: 1
2871			path: app/Module/SiteMapModule.php
2872
2873		-
2874			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\\.$#"
2875			count: 1
2876			path: app/Module/SiteMapModule.php
2877
2878		-
2879			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\\.$#"
2880			count: 1
2881			path: app/Module/SiteMapModule.php
2882
2883		-
2884			message: "#^Access to an undefined property object\\:\\:\\$m_gedcom\\.$#"
2885			count: 1
2886			path: app/Module/SlideShowModule.php
2887
2888		-
2889			message: "#^Access to an undefined property object\\:\\:\\$m_id\\.$#"
2890			count: 1
2891			path: app/Module/SlideShowModule.php
2892
2893		-
2894			message: "#^Cannot access property \\$m_gedcom on mixed\\.$#"
2895			count: 1
2896			path: app/Module/SlideShowModule.php
2897
2898		-
2899			message: "#^Cannot access property \\$m_id on mixed\\.$#"
2900			count: 1
2901			path: app/Module/SlideShowModule.php
2902
2903		-
2904			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:first\\(\\) expects \\(callable\\(mixed, int\\|string\\)\\: bool\\)\\|null, Closure\\(object\\)\\: bool given\\.$#"
2905			count: 1
2906			path: app/Module/SlideShowModule.php
2907
2908		-
2909			message: "#^Parameter \\#1 \\$request of static method Fisharebest\\\\Webtrees\\\\Validator\\:\\:queryParams\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
2910			count: 1
2911			path: app/Module/SlideShowModule.php
2912
2913		-
2914			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\\.$#"
2915			count: 1
2916			path: app/Module/SourceListModule.php
2917
2918		-
2919			message: "#^Parameter \\#1 \\$request of static method Fisharebest\\\\Webtrees\\\\Validator\\:\\:serverParams\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
2920			count: 1
2921			path: app/Module/StatcounterModule.php
2922
2923		-
2924			message: "#^Access to an undefined property object\\:\\:\\$age\\.$#"
2925			count: 6
2926			path: app/Module/StatisticsChartModule.php
2927
2928		-
2929			message: "#^Access to an undefined property object\\:\\:\\$d_gid\\.$#"
2930			count: 6
2931			path: app/Module/StatisticsChartModule.php
2932
2933		-
2934			message: "#^Access to an undefined property object\\:\\:\\$f_numchil\\.$#"
2935			count: 2
2936			path: app/Module/StatisticsChartModule.php
2937
2938		-
2939			message: "#^Access to an undefined property object\\:\\:\\$total\\.$#"
2940			count: 2
2941			path: app/Module/StatisticsChartModule.php
2942
2943		-
2944			message: "#^Binary operation \"\\+\" between int and int\\|string results in an error\\.$#"
2945			count: 1
2946			path: app/Module/StatisticsChartModule.php
2947
2948		-
2949			message: "#^Binary operation \"\\-\" between string and 1 results in an error\\.$#"
2950			count: 2
2951			path: app/Module/StatisticsChartModule.php
2952
2953		-
2954			message: "#^Binary operation \"/\" between object and 365\\.25 results in an error\\.$#"
2955			count: 3
2956			path: app/Module/StatisticsChartModule.php
2957
2958		-
2959			message: "#^Cannot access property \\$d_month on mixed\\.$#"
2960			count: 11
2961			path: app/Module/StatisticsChartModule.php
2962
2963		-
2964			message: "#^Cannot access property \\$f_husb on mixed\\.$#"
2965			count: 4
2966			path: app/Module/StatisticsChartModule.php
2967
2968		-
2969			message: "#^Cannot access property \\$f_wife on mixed\\.$#"
2970			count: 4
2971			path: app/Module/StatisticsChartModule.php
2972
2973		-
2974			message: "#^Cannot access property \\$i_sex on mixed\\.$#"
2975			count: 3
2976			path: app/Module/StatisticsChartModule.php
2977
2978		-
2979			message: "#^Cannot access property \\$month on mixed\\.$#"
2980			count: 2
2981			path: app/Module/StatisticsChartModule.php
2982
2983		-
2984			message: "#^Cannot access property \\$total on mixed\\.$#"
2985			count: 11
2986			path: app/Module/StatisticsChartModule.php
2987
2988		-
2989			message: "#^Access to an undefined property object\\:\\:\\$block_id\\.$#"
2990			count: 1
2991			path: app/Module/StoriesModule.php
2992
2993		-
2994			message: "#^Access to an undefined property object\\:\\:\\$individual\\.$#"
2995			count: 2
2996			path: app/Module/StoriesModule.php
2997
2998		-
2999			message: "#^Access to an undefined property object\\:\\:\\$languages\\.$#"
3000			count: 2
3001			path: app/Module/StoriesModule.php
3002
3003		-
3004			message: "#^Access to an undefined property object\\:\\:\\$title\\.$#"
3005			count: 1
3006			path: app/Module/StoriesModule.php
3007
3008		-
3009			message: "#^Access to an undefined property object\\:\\:\\$xref\\.$#"
3010			count: 1
3011			path: app/Module/StoriesModule.php
3012
3013		-
3014			message: "#^Cannot access property \\$block_id on mixed\\.$#"
3015			count: 1
3016			path: app/Module/StoriesModule.php
3017
3018		-
3019			message: "#^Cannot access property \\$individual on mixed\\.$#"
3020			count: 1
3021			path: app/Module/StoriesModule.php
3022
3023		-
3024			message: "#^Cannot access property \\$languages on mixed\\.$#"
3025			count: 1
3026			path: app/Module/StoriesModule.php
3027
3028		-
3029			message: "#^Cannot access property \\$title on mixed\\.$#"
3030			count: 1
3031			path: app/Module/StoriesModule.php
3032
3033		-
3034			message: "#^Cannot access property \\$xref on mixed\\.$#"
3035			count: 1
3036			path: app/Module/StoriesModule.php
3037
3038		-
3039			message: "#^Cannot cast mixed to int\\.$#"
3040			count: 1
3041			path: app/Module/StoriesModule.php
3042
3043		-
3044			message: "#^Cannot cast mixed to string\\.$#"
3045			count: 1
3046			path: app/Module/StoriesModule.php
3047
3048		-
3049			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: object, Closure\\(object\\)\\: object given\\.$#"
3050			count: 1
3051			path: app/Module/StoriesModule.php
3052
3053		-
3054			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\\.$#"
3055			count: 1
3056			path: app/Module/SubmitterListModule.php
3057
3058		-
3059			message: "#^Cannot call method menuThemes\\(\\) on mixed\\.$#"
3060			count: 1
3061			path: app/Module/ThemeSelectModule.php
3062
3063		-
3064			message: "#^Cannot call method xref\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
3065			count: 2
3066			path: app/Module/TimelineChartModule.php
3067
3068		-
3069			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\\.$#"
3070			count: 1
3071			path: app/Module/TimelineChartModule.php
3072
3073		-
3074			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\\.$#"
3075			count: 1
3076			path: app/Module/TimelineChartModule.php
3077
3078		-
3079			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\\.$#"
3080			count: 1
3081			path: app/Module/TimelineChartModule.php
3082
3083		-
3084			message: "#^Cannot call method commonGivenFemaleListTotals\\(\\) on mixed\\.$#"
3085			count: 1
3086			path: app/Module/TopGivenNamesModule.php
3087
3088		-
3089			message: "#^Cannot call method commonGivenFemaleTable\\(\\) on mixed\\.$#"
3090			count: 1
3091			path: app/Module/TopGivenNamesModule.php
3092
3093		-
3094			message: "#^Cannot call method commonGivenMaleListTotals\\(\\) on mixed\\.$#"
3095			count: 1
3096			path: app/Module/TopGivenNamesModule.php
3097
3098		-
3099			message: "#^Cannot call method commonGivenMaleTable\\(\\) on mixed\\.$#"
3100			count: 1
3101			path: app/Module/TopGivenNamesModule.php
3102
3103		-
3104			message: "#^Cannot access property \\$page_count on mixed\\.$#"
3105			count: 1
3106			path: app/Module/TopPageViewsModule.php
3107
3108		-
3109			message: "#^Cannot access property \\$page_parameter on mixed\\.$#"
3110			count: 1
3111			path: app/Module/TopPageViewsModule.php
3112
3113		-
3114			message: "#^Cannot access property \\$n_surn on mixed\\.$#"
3115			count: 7
3116			path: app/Module/TopSurnamesModule.php
3117
3118		-
3119			message: "#^Cannot access property \\$n_surname on mixed\\.$#"
3120			count: 3
3121			path: app/Module/TopSurnamesModule.php
3122
3123		-
3124			message: "#^Cannot access property \\$total on mixed\\.$#"
3125			count: 1
3126			path: app/Module/TopSurnamesModule.php
3127
3128		-
3129			message: "#^Access to an undefined property object\\:\\:\\$note\\.$#"
3130			count: 1
3131			path: app/Module/UserFavoritesModule.php
3132
3133		-
3134			message: "#^Access to an undefined property object\\:\\:\\$record\\.$#"
3135			count: 2
3136			path: app/Module/UserFavoritesModule.php
3137
3138		-
3139			message: "#^Access to an undefined property object\\:\\:\\$xref\\.$#"
3140			count: 1
3141			path: app/Module/UserFavoritesModule.php
3142
3143		-
3144			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: object, Closure\\(object\\)\\: object given\\.$#"
3145			count: 1
3146			path: app/Module/UserFavoritesModule.php
3147
3148		-
3149			message: "#^Access to an undefined property object\\:\\:\\$body\\.$#"
3150			count: 1
3151			path: app/Module/UserJournalModule.php
3152
3153		-
3154			message: "#^Access to an undefined property object\\:\\:\\$subject\\.$#"
3155			count: 1
3156			path: app/Module/UserJournalModule.php
3157
3158		-
3159			message: "#^Access to an undefined property object\\:\\:\\$updated\\.$#"
3160			count: 2
3161			path: app/Module/UserJournalModule.php
3162
3163		-
3164			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: object, Closure\\(object\\)\\: object given\\.$#"
3165			count: 1
3166			path: app/Module/UserJournalModule.php
3167
3168		-
3169			message: "#^Access to an undefined property object\\:\\:\\$created\\.$#"
3170			count: 2
3171			path: app/Module/UserMessagesModule.php
3172
3173		-
3174			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: object, Closure\\(object\\)\\: object given\\.$#"
3175			count: 1
3176			path: app/Module/UserMessagesModule.php
3177
3178		-
3179			message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
3180			count: 1
3181			path: app/Module/WebtreesTheme.php
3182
3183		-
3184			message: "#^Cannot call method findByComponent\\(\\) on mixed\\.$#"
3185			count: 3
3186			path: app/Module/WebtreesTheme.php
3187
3188		-
3189			message: "#^Cannot call method findByInterface\\(\\) on mixed\\.$#"
3190			count: 1
3191			path: app/Module/WebtreesTheme.php
3192
3193		-
3194			message: "#^Cannot call method getUri\\(\\) on mixed\\.$#"
3195			count: 2
3196			path: app/Module/WebtreesTheme.php
3197
3198		-
3199			message: "#^Cannot call method name\\(\\) on mixed\\.$#"
3200			count: 1
3201			path: app/Module/WebtreesTheme.php
3202
3203		-
3204			message: "#^Parameter \\#1 \\$request of static method Fisharebest\\\\Webtrees\\\\Validator\\:\\:attributes\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
3205			count: 3
3206			path: app/Module/WebtreesTheme.php
3207
3208		-
3209			message: "#^Parameter \\#1 \\$request of static method Fisharebest\\\\Webtrees\\\\Validator\\:\\:queryParams\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
3210			count: 1
3211			path: app/Module/WebtreesTheme.php
3212
3213		-
3214			message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\<int, string\\>\\|false given\\.$#"
3215			count: 1
3216			path: app/Module/WebtreesTheme.php
3217
3218		-
3219			message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
3220			count: 1
3221			path: app/Module/XeneaTheme.php
3222
3223		-
3224			message: "#^Cannot call method findByComponent\\(\\) on mixed\\.$#"
3225			count: 3
3226			path: app/Module/XeneaTheme.php
3227
3228		-
3229			message: "#^Cannot call method findByInterface\\(\\) on mixed\\.$#"
3230			count: 1
3231			path: app/Module/XeneaTheme.php
3232
3233		-
3234			message: "#^Cannot call method getUri\\(\\) on mixed\\.$#"
3235			count: 2
3236			path: app/Module/XeneaTheme.php
3237
3238		-
3239			message: "#^Cannot call method name\\(\\) on mixed\\.$#"
3240			count: 1
3241			path: app/Module/XeneaTheme.php
3242
3243		-
3244			message: "#^Parameter \\#1 \\$request of static method Fisharebest\\\\Webtrees\\\\Validator\\:\\:attributes\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
3245			count: 3
3246			path: app/Module/XeneaTheme.php
3247
3248		-
3249			message: "#^Parameter \\#1 \\$request of static method Fisharebest\\\\Webtrees\\\\Validator\\:\\:queryParams\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
3250			count: 1
3251			path: app/Module/XeneaTheme.php
3252
3253		-
3254			message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\<int, string\\>\\|false given\\.$#"
3255			count: 1
3256			path: app/Module/XeneaTheme.php
3257
3258		-
3259			message: "#^Method Fisharebest\\\\Webtrees\\\\Note\\:\\:getNote\\(\\) should return string but returns string\\|null\\.$#"
3260			count: 1
3261			path: app/Note.php
3262
3263		-
3264			message: "#^Parameter \\#1 \\$xref of method Fisharebest\\\\Webtrees\\\\Contracts\\\\GedcomRecordFactoryInterface\\:\\:make\\(\\) expects string, mixed given\\.$#"
3265			count: 1
3266			path: app/Note.php
3267
3268		-
3269			message: "#^Access to an undefined property object\\:\\:\\$p_parent_id\\.$#"
3270			count: 1
3271			path: app/Place.php
3272
3273		-
3274			message: "#^Access to an undefined property object\\:\\:\\$p_place\\.$#"
3275			count: 1
3276			path: app/Place.php
3277
3278		-
3279			message: "#^Cannot call method findByComponent\\(\\) on mixed\\.$#"
3280			count: 1
3281			path: app/Place.php
3282
3283		-
3284			message: "#^Cannot cast mixed to int\\.$#"
3285			count: 1
3286			path: app/Place.php
3287
3288		-
3289			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\\.$#"
3290			count: 1
3291			path: app/Place.php
3292
3293		-
3294			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\\.$#"
3295			count: 1
3296			path: app/Place.php
3297
3298		-
3299			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\\.$#"
3300			count: 1
3301			path: app/Place.php
3302
3303		-
3304			message: "#^Access to an undefined property object\\:\\:\\$latitude\\.$#"
3305			count: 1
3306			path: app/PlaceLocation.php
3307
3308		-
3309			message: "#^Access to an undefined property object\\:\\:\\$longitude\\.$#"
3310			count: 1
3311			path: app/PlaceLocation.php
3312
3313		-
3314			message: "#^Cannot access property \\$latitude on object\\|null\\.$#"
3315			count: 3
3316			path: app/PlaceLocation.php
3317
3318		-
3319			message: "#^Cannot access property \\$longitude on object\\|null\\.$#"
3320			count: 3
3321			path: app/PlaceLocation.php
3322
3323		-
3324			message: "#^Cannot cast mixed to int\\.$#"
3325			count: 1
3326			path: app/PlaceLocation.php
3327
3328		-
3329			message: "#^Method Fisharebest\\\\Webtrees\\\\PlaceLocation\\:\\:boundingRectangle\\(\\) should return array\\<array\\<float\\>\\> but returns array\\<int, array\\<int, mixed\\>\\>\\.$#"
3330			count: 1
3331			path: app/PlaceLocation.php
3332
3333		-
3334			message: "#^Method Fisharebest\\\\Webtrees\\\\PlaceLocation\\:\\:details\\(\\) should return object but returns object\\|null\\.$#"
3335			count: 1
3336			path: app/PlaceLocation.php
3337
3338		-
3339			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: float, Closure\\(string\\)\\: float given\\.$#"
3340			count: 2
3341			path: app/PlaceLocation.php
3342
3343		-
3344			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\\.$#"
3345			count: 1
3346			path: app/PlaceLocation.php
3347
3348		-
3349			message: "#^Parameter \\#1 \\$string of function mb_substr expects string, string\\|null given\\.$#"
3350			count: 1
3351			path: app/PlaceLocation.php
3352
3353		-
3354			message: "#^Parameter \\#1 \\$stream of function fclose expects resource, resource\\|false given\\.$#"
3355			count: 1
3356			path: app/Report/ReportParserBase.php
3357
3358		-
3359			message: "#^Parameter \\#1 \\$stream of function feof expects resource, resource\\|false given\\.$#"
3360			count: 1
3361			path: app/Report/ReportParserBase.php
3362
3363		-
3364			message: "#^Parameter \\#1 \\$stream of function fread expects resource, resource\\|false given\\.$#"
3365			count: 1
3366			path: app/Report/ReportParserBase.php
3367
3368		-
3369			message: "#^Access to an undefined property Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\)\\:\\:\\$generation\\.$#"
3370			count: 1
3371			path: app/Report/ReportParserGenerate.php
3372
3373		-
3374			message: "#^Access to an undefined property object\\:\\:\\$new_gedcom\\.$#"
3375			count: 1
3376			path: app/Report/ReportParserGenerate.php
3377
3378		-
3379			message: "#^Access to an undefined property object\\:\\:\\$old_gedcom\\.$#"
3380			count: 1
3381			path: app/Report/ReportParserGenerate.php
3382
3383		-
3384			message: "#^Access to an undefined property object\\:\\:\\$xref\\.$#"
3385			count: 1
3386			path: app/Report/ReportParserGenerate.php
3387
3388		-
3389			message: "#^Access to protected property Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\)\\:\\:\\$generation\\.$#"
3390			count: 1
3391			path: app/Report/ReportParserGenerate.php
3392
3393		-
3394			message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\)\\:\\:canShow\\(\\)\\.$#"
3395			count: 1
3396			path: app/Report/ReportParserGenerate.php
3397
3398		-
3399			message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\)\\:\\:privatizeGedcom\\(\\)\\.$#"
3400			count: 1
3401			path: app/Report/ReportParserGenerate.php
3402
3403		-
3404			message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\)\\:\\:tree\\(\\)\\.$#"
3405			count: 1
3406			path: app/Report/ReportParserGenerate.php
3407
3408		-
3409			message: "#^Call to function assert\\(\\) with false and LogicException will always evaluate to false\\.$#"
3410			count: 1
3411			path: app/Report/ReportParserGenerate.php
3412
3413		-
3414			message: "#^Cannot access offset \\(float\\|int\\) on array\\<int, string\\>\\|false\\.$#"
3415			count: 13
3416			path: app/Report/ReportParserGenerate.php
3417
3418		-
3419			message: "#^Cannot access offset \\(float\\|int\\<1, max\\>\\) on array\\<int, string\\>\\|false\\.$#"
3420			count: 1
3421			path: app/Report/ReportParserGenerate.php
3422
3423		-
3424			message: "#^Cannot access offset 0 on array\\{0\\: int\\<0, max\\>, 1\\: int\\<0, max\\>, 2\\: int, 3\\: string, mime\\: string, channels\\?\\: int, bits\\?\\: int\\}\\|false\\.$#"
3425			count: 3
3426			path: app/Report/ReportParserGenerate.php
3427
3428		-
3429			message: "#^Cannot access offset 1 on array\\{0\\: int\\<0, max\\>, 1\\: int\\<0, max\\>, 2\\: int, 3\\: string, mime\\: string, channels\\?\\: int, bits\\?\\: int\\}\\|false\\.$#"
3430			count: 3
3431			path: app/Report/ReportParserGenerate.php
3432
3433		-
3434			message: "#^Cannot access property \\$gedcom on mixed\\.$#"
3435			count: 2
3436			path: app/Report/ReportParserGenerate.php
3437
3438		-
3439			message: "#^Cannot access property \\$xref on mixed\\.$#"
3440			count: 4
3441			path: app/Report/ReportParserGenerate.php
3442
3443		-
3444			message: "#^Cannot call method addElement\\(\\) on Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\|null\\.$#"
3445			count: 1
3446			path: app/Report/ReportParserGenerate.php
3447
3448		-
3449			message: "#^Cannot call method childFamilies\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
3450			count: 1
3451			path: app/Report/ReportParserGenerate.php
3452
3453		-
3454			message: "#^Cannot call method facts\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#"
3455			count: 2
3456			path: app/Report/ReportParserGenerate.php
3457
3458		-
3459			message: "#^Cannot call method findHighlightedMediaFile\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
3460			count: 1
3461			path: app/Report/ReportParserGenerate.php
3462
3463		-
3464			message: "#^Cannot call method firstImageFile\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#"
3465			count: 1
3466			path: app/Report/ReportParserGenerate.php
3467
3468		-
3469			message: "#^Cannot call method privatizeGedcom\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#"
3470			count: 3
3471			path: app/Report/ReportParserGenerate.php
3472
3473		-
3474			message: "#^Cannot call method xref\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#"
3475			count: 1
3476			path: app/Report/ReportParserGenerate.php
3477
3478		-
3479			message: "#^Cannot cast mixed to string\\.$#"
3480			count: 1
3481			path: app/Report/ReportParserGenerate.php
3482
3483		-
3484			message: "#^Cannot use \\+\\+ on array\\<string\\>\\|float\\|int\\.$#"
3485			count: 4
3486			path: app/Report/ReportParserGenerate.php
3487
3488		-
3489			message: "#^Cannot use array destructuring on array\\<int, array\\<string\\>\\|int\\>\\|null\\.$#"
3490			count: 4
3491			path: app/Report/ReportParserGenerate.php
3492
3493		-
3494			message: "#^Cannot use array destructuring on array\\<int, string\\>\\|null\\.$#"
3495			count: 1
3496			path: app/Report/ReportParserGenerate.php
3497
3498		-
3499			message: "#^If condition is always true\\.$#"
3500			count: 1
3501			path: app/Report/ReportParserGenerate.php
3502
3503		-
3504			message: "#^Instanceof between Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer and Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseElement will always evaluate to false\\.$#"
3505			count: 1
3506			path: app/Report/ReportParserGenerate.php
3507
3508		-
3509			message: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:substituteVars\\(\\) should return string but returns string\\|null\\.$#"
3510			count: 1
3511			path: app/Report/ReportParserGenerate.php
3512
3513		-
3514			message: "#^Parameter \\#1 \\$array of function end expects array\\|object, array\\<int, string\\>\\|false given\\.$#"
3515			count: 1
3516			path: app/Report/ReportParserGenerate.php
3517
3518		-
3519			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\\.$#"
3520			count: 1
3521			path: app/Report/ReportParserGenerate.php
3522
3523		-
3524			message: "#^Parameter \\#1 \\$expression of method Symfony\\\\Component\\\\ExpressionLanguage\\\\ExpressionLanguage\\:\\:evaluate\\(\\) expects string\\|Symfony\\\\Component\\\\ExpressionLanguage\\\\Expression, string\\|null given\\.$#"
3525			count: 1
3526			path: app/Report/ReportParserGenerate.php
3527
3528		-
3529			message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, string\\|null given\\.$#"
3530			count: 1
3531			path: app/Report/ReportParserGenerate.php
3532
3533		-
3534			message: "#^Parameter \\#1 \\$image of function imagesx expects GdImage, GdImage\\|false given\\.$#"
3535			count: 2
3536			path: app/Report/ReportParserGenerate.php
3537
3538		-
3539			message: "#^Parameter \\#1 \\$image of function imagesy expects GdImage, GdImage\\|false given\\.$#"
3540			count: 2
3541			path: app/Report/ReportParserGenerate.php
3542
3543		-
3544			message: "#^Parameter \\#1 \\$string of function addslashes expects string, string\\|null given\\.$#"
3545			count: 1
3546			path: app/Report/ReportParserGenerate.php
3547
3548		-
3549			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\\.$#"
3550			count: 1
3551			path: app/Report/ReportParserGenerate.php
3552
3553		-
3554			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\\.$#"
3555			count: 2
3556			path: app/Report/ReportParserGenerate.php
3557
3558		-
3559			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\\.$#"
3560			count: 2
3561			path: app/Report/ReportParserGenerate.php
3562
3563		-
3564			message: "#^Parameter \\#2 \\$callback of function uasort expects callable\\(Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static, Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\)\\: int, Closure\\(Fisharebest\\\\Webtrees\\\\GedcomRecord, Fisharebest\\\\Webtrees\\\\GedcomRecord\\)\\: int given\\.$#"
3565			count: 1
3566			path: app/Report/ReportParserGenerate.php
3567
3568		-
3569			message: "#^Parameter \\#2 \\$callback of function uasort expects callable\\(Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static, Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\)\\: int, Closure\\(Fisharebest\\\\Webtrees\\\\Individual, Fisharebest\\\\Webtrees\\\\Individual\\)\\: int given\\.$#"
3570			count: 2
3571			path: app/Report/ReportParserGenerate.php
3572
3573		-
3574			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|null given\\.$#"
3575			count: 5
3576			path: app/Report/ReportParserGenerate.php
3577
3578		-
3579			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
3580			count: 1
3581			path: app/Report/ReportParserGenerate.php
3582
3583		-
3584			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$current_element \\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseElement\\) does not accept Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\.$#"
3585			count: 1
3586			path: app/Report/ReportParserGenerate.php
3587
3588		-
3589			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$list \\(array\\<Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\)\\>\\) does not accept array\\<\\(object\\{generation\\: int\\}&stdClass\\)\\>\\.$#"
3590			count: 1
3591			path: app/Report/ReportParserGenerate.php
3592
3593		-
3594			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$list \\(array\\<Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\)\\>\\) does not accept array\\<Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\>\\.$#"
3595			count: 2
3596			path: app/Report/ReportParserGenerate.php
3597
3598		-
3599			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\\>\\.$#"
3600			count: 2
3601			path: app/Report/ReportParserGenerate.php
3602
3603		-
3604			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\\>\\.$#"
3605			count: 1
3606			path: app/Report/ReportParserGenerate.php
3607
3608		-
3609			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$parser \\(XMLParser\\) does not accept XMLParser\\|null\\.$#"
3610			count: 4
3611			path: app/Report/ReportParserGenerate.php
3612
3613		-
3614			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$print_data \\(bool\\) does not accept bool\\|null\\.$#"
3615			count: 4
3616			path: app/Report/ReportParserGenerate.php
3617
3618		-
3619			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$repeat_bytes \\(int\\) does not accept array\\<string\\>\\|int\\.$#"
3620			count: 4
3621			path: app/Report/ReportParserGenerate.php
3622
3623		-
3624			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$repeats \\(array\\<string\\>\\) does not accept array\\<string\\>\\|int\\.$#"
3625			count: 4
3626			path: app/Report/ReportParserGenerate.php
3627
3628		-
3629			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$vars \\(array\\<array\\<string\\>\\>\\) does not accept array\\<array\\<string\\|null\\>\\>\\.$#"
3630			count: 1
3631			path: app/Report/ReportParserGenerate.php
3632
3633		-
3634			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$wt_report \\(Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\) does not accept Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\|null\\.$#"
3635			count: 1
3636			path: app/Report/ReportParserGenerate.php
3637
3638		-
3639			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$wt_report \\(Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\) does not accept Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseTextbox\\.$#"
3640			count: 1
3641			path: app/Report/ReportParserGenerate.php
3642
3643		-
3644			message: "#^Cannot assign new offset to array\\<string\\>\\|string\\.$#"
3645			count: 1
3646			path: app/Report/ReportParserSetup.php
3647
3648		-
3649			message: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserSetup\\:\\:reportProperties\\(\\) should return array\\{title\\: string, description\\: string, inputs\\: array\\<array\\{name\\: string, type\\: string, lookup\\: string, options\\: string, default\\: string, value\\: string\\}\\>\\} but returns array\\<string, array\\<string\\>\\|string\\>\\.$#"
3650			count: 1
3651			path: app/Report/ReportParserSetup.php
3652
3653		-
3654			message: "#^Offset 1 does not exist on array\\{0\\?\\: string, 1\\?\\: non\\-falsy\\-string\\}\\.$#"
3655			count: 1
3656			path: app/Report/ReportParserSetup.php
3657
3658		-
3659			message: "#^array\\<string\\>\\|string does not accept array\\<string\\>\\.$#"
3660			count: 1
3661			path: app/Report/ReportParserSetup.php
3662
3663		-
3664			message: "#^Parameter \\#1 \\$link of method TCPDF\\:\\:setLink\\(\\) expects int, string given\\.$#"
3665			count: 1
3666			path: app/Report/ReportPdfFootnote.php
3667
3668		-
3669			message: "#^Instanceof between Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseElement and Fisharebest\\\\Webtrees\\\\Report\\\\ReportPdfFootnote will always evaluate to false\\.$#"
3670			count: 1
3671			path: app/Report/ReportPdfTextBox.php
3672
3673		-
3674			message: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\RightToLeftSupport\\:\\:spanLtrRtl\\(\\) should return string but returns array\\<int, string\\>\\|string\\.$#"
3675			count: 1
3676			path: app/Report/RightToLeftSupport.php
3677
3678		-
3679			message: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\RightToLeftSupport\\:\\:starredName\\(\\) should return string but returns string\\|null\\.$#"
3680			count: 1
3681			path: app/Report/RightToLeftSupport.php
3682
3683		-
3684			message: "#^Parameter \\#2 \\$offset of function substr expects int, int\\<0, max\\>\\|false given\\.$#"
3685			count: 1
3686			path: app/Report/RightToLeftSupport.php
3687
3688		-
3689			message: "#^Parameter \\#3 \\$length of function substr expects int\\|null, int\\<0, max\\>\\|false given\\.$#"
3690			count: 1
3691			path: app/Report/RightToLeftSupport.php
3692
3693		-
3694			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
3695			count: 1
3696			path: app/Report/RightToLeftSupport.php
3697
3698		-
3699			message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, string\\|null given\\.$#"
3700			count: 1
3701			path: app/Report/RightToLeftSupport.php
3702
3703		-
3704			message: "#^Cannot access property \\$access_level on mixed\\.$#"
3705			count: 1
3706			path: app/Schema/Migration42.php
3707
3708		-
3709			message: "#^Cannot access property \\$component on mixed\\.$#"
3710			count: 1
3711			path: app/Schema/Migration42.php
3712
3713		-
3714			message: "#^Cannot access property \\$gedcom_id on mixed\\.$#"
3715			count: 1
3716			path: app/Schema/Migration42.php
3717
3718		-
3719			message: "#^Cannot access property \\$module_name on mixed\\.$#"
3720			count: 1
3721			path: app/Schema/Migration42.php
3722
3723		-
3724			message: "#^Access to an undefined property object\\:\\:\\$max\\.$#"
3725			count: 2
3726			path: app/Schema/Migration44.php
3727
3728		-
3729			message: "#^Access to an undefined property object\\:\\:\\$min\\.$#"
3730			count: 1
3731			path: app/Schema/Migration44.php
3732
3733		-
3734			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Family but returns Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#"
3735			count: 1
3736			path: app/Services/AdminService.php
3737
3738		-
3739			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Individual but returns Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
3740			count: 1
3741			path: app/Services/AdminService.php
3742
3743		-
3744			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Media but returns Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#"
3745			count: 1
3746			path: app/Services/AdminService.php
3747
3748		-
3749			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Source but returns Fisharebest\\\\Webtrees\\\\Source\\|null\\.$#"
3750			count: 1
3751			path: app/Services/AdminService.php
3752
3753		-
3754			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\AdminService\\:\\:duplicateXrefs\\(\\) should return array\\<string\\> but returns array\\.$#"
3755			count: 1
3756			path: app/Services/AdminService.php
3757
3758		-
3759			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\\.$#"
3760			count: 1
3761			path: app/Services/AdminService.php
3762
3763		-
3764			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\\.$#"
3765			count: 1
3766			path: app/Services/AdminService.php
3767
3768		-
3769			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\\.$#"
3770			count: 1
3771			path: app/Services/AdminService.php
3772
3773		-
3774			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\\.$#"
3775			count: 1
3776			path: app/Services/AdminService.php
3777
3778		-
3779			message: "#^Parameter \\#1 \\$table of static method Illuminate\\\\Database\\\\Capsule\\\\Manager\\:\\:table\\(\\) expects Closure\\|Illuminate\\\\Database\\\\Query\\\\Builder\\|string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#"
3780			count: 1
3781			path: app/Services/AdminService.php
3782
3783		-
3784			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|false given\\.$#"
3785			count: 1
3786			path: app/Services/AdminService.php
3787
3788		-
3789			message: "#^Cannot access property \\$d_day on mixed\\.$#"
3790			count: 2
3791			path: app/Services/CalendarService.php
3792
3793		-
3794			message: "#^Cannot access property \\$d_fact on mixed\\.$#"
3795			count: 2
3796			path: app/Services/CalendarService.php
3797
3798		-
3799			message: "#^Cannot access property \\$d_month on mixed\\.$#"
3800			count: 2
3801			path: app/Services/CalendarService.php
3802
3803		-
3804			message: "#^Cannot access property \\$d_type on mixed\\.$#"
3805			count: 4
3806			path: app/Services/CalendarService.php
3807
3808		-
3809			message: "#^Cannot access property \\$d_year on mixed\\.$#"
3810			count: 4
3811			path: app/Services/CalendarService.php
3812
3813		-
3814			message: "#^Cannot access property \\$gedcom on mixed\\.$#"
3815			count: 4
3816			path: app/Services/CalendarService.php
3817
3818		-
3819			message: "#^Cannot access property \\$xref on mixed\\.$#"
3820			count: 4
3821			path: app/Services/CalendarService.php
3822
3823		-
3824			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\\.$#"
3825			count: 1
3826			path: app/Services/ChartService.php
3827
3828		-
3829			message: "#^Cannot access offset string on mixed\\.$#"
3830			count: 2
3831			path: app/Services/ClipboardService.php
3832
3833		-
3834			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\\.$#"
3835			count: 1
3836			path: app/Services/ClipboardService.php
3837
3838		-
3839			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:createFact\\(\\) expects string, mixed given\\.$#"
3840			count: 1
3841			path: app/Services/ClipboardService.php
3842
3843		-
3844			message: "#^Offset 'column' does not exist on string\\.$#"
3845			count: 3
3846			path: app/Services/DatatablesService.php
3847
3848		-
3849			message: "#^Offset 'dir' does not exist on string\\.$#"
3850			count: 2
3851			path: app/Services/DatatablesService.php
3852
3853		-
3854			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<int,mixed\\>\\:\\:filter\\(\\) expects \\(callable\\(mixed, int\\)\\: bool\\)\\|null, Closure\\(array\\)\\: bool given\\.$#"
3855			count: 1
3856			path: app/Services/DatatablesService.php
3857
3858		-
3859			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\\.$#"
3860			count: 1
3861			path: app/Services/DatatablesService.php
3862
3863		-
3864			message: "#^Parameter \\#1 \\$request of static method Fisharebest\\\\Webtrees\\\\Validator\\:\\:attributes\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
3865			count: 1
3866			path: app/Services/EmailService.php
3867
3868		-
3869			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\GedcomEditService\\:\\:insertMissingRecordSubtags\\(\\) should return string but returns string\\|null\\.$#"
3870			count: 2
3871			path: app/Services/GedcomEditService.php
3872
3873		-
3874			message: "#^Parameter \\#1 \\$array of function array_shift expects array, array\\<int, string\\>\\|false given\\.$#"
3875			count: 1
3876			path: app/Services/GedcomEditService.php
3877
3878		-
3879			message: "#^Parameter \\#3 \\$gedcom of method Fisharebest\\\\Webtrees\\\\Services\\\\GedcomEditService\\:\\:insertMissingLevels\\(\\) expects string, string\\|null given\\.$#"
3880			count: 2
3881			path: app/Services/GedcomEditService.php
3882
3883		-
3884			message: "#^Cannot access property \\$f_gedcom on mixed\\.$#"
3885			count: 1
3886			path: app/Services/GedcomExportService.php
3887
3888		-
3889			message: "#^Cannot access property \\$i_gedcom on mixed\\.$#"
3890			count: 1
3891			path: app/Services/GedcomExportService.php
3892
3893		-
3894			message: "#^Cannot access property \\$m_gedcom on mixed\\.$#"
3895			count: 1
3896			path: app/Services/GedcomExportService.php
3897
3898		-
3899			message: "#^Cannot access property \\$o_gedcom on mixed\\.$#"
3900			count: 1
3901			path: app/Services/GedcomExportService.php
3902
3903		-
3904			message: "#^Cannot access property \\$s_gedcom on mixed\\.$#"
3905			count: 1
3906			path: app/Services/GedcomExportService.php
3907
3908		-
3909			message: "#^Offset 'uri' does not exist on array\\{timed_out\\: bool, blocked\\: bool, eof\\: bool, unread_bytes\\: int, stream_type\\: string, wrapper_type\\: string, wrapper_data\\: mixed, mode\\: string, \\.\\.\\.\\}\\.$#"
3910			count: 1
3911			path: app/Services/GedcomExportService.php
3912
3913		-
3914			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\\.$#"
3915			count: 1
3916			path: app/Services/GedcomExportService.php
3917
3918		-
3919			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\\.$#"
3920			count: 1
3921			path: app/Services/GedcomExportService.php
3922
3923		-
3924			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\\.$#"
3925			count: 1
3926			path: app/Services/GedcomExportService.php
3927
3928		-
3929			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\\.$#"
3930			count: 1
3931			path: app/Services/GedcomExportService.php
3932
3933		-
3934			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\\.$#"
3935			count: 1
3936			path: app/Services/GedcomExportService.php
3937
3938		-
3939			message: "#^Cannot call method canonicalTag\\(\\) on mixed\\.$#"
3940			count: 1
3941			path: app/Services/GedcomImportService.php
3942
3943		-
3944			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\GedcomImportService\\:\\:createMediaObject\\(\\) should return string but returns mixed\\.$#"
3945			count: 1
3946			path: app/Services/GedcomImportService.php
3947
3948		-
3949			message: "#^Parameter \\#1 \\$haystack of function str_starts_with expects string, string\\|null given\\.$#"
3950			count: 1
3951			path: app/Services/GedcomImportService.php
3952
3953		-
3954			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|null given\\.$#"
3955			count: 1
3956			path: app/Services/GedcomImportService.php
3957
3958		-
3959			message: "#^Parameter \\#1 \\$string of function substr expects string, string\\|null given\\.$#"
3960			count: 1
3961			path: app/Services/GedcomImportService.php
3962
3963		-
3964			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|null given\\.$#"
3965			count: 1
3966			path: app/Services/GedcomImportService.php
3967
3968		-
3969			message: "#^Parameter \\#2 \\$subject of function preg_match_all expects string, string\\|null given\\.$#"
3970			count: 1
3971			path: app/Services/GedcomImportService.php
3972
3973		-
3974			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
3975			count: 10
3976			path: app/Services/GedcomImportService.php
3977
3978		-
3979			message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, string\\|null given\\.$#"
3980			count: 2
3981			path: app/Services/GedcomImportService.php
3982
3983		-
3984			message: "#^Access to an undefined property object\\:\\:\\$module_name\\.$#"
3985			count: 2
3986			path: app/Services/HomePageService.php
3987
3988		-
3989			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\\>\\.$#"
3990			count: 1
3991			path: app/Services/HomePageService.php
3992
3993		-
3994			message: "#^Parameter \\#1 \\$blocks of method Fisharebest\\\\Webtrees\\\\Services\\\\HomePageService\\:\\:filterActiveBlocks\\(\\) expects Illuminate\\\\Support\\\\Collection\\<int, string\\>, Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\> given\\.$#"
3995			count: 2
3996			path: app/Services/HomePageService.php
3997
3998		-
3999			message: "#^Parameter \\#1 \\$key of method Illuminate\\\\Support\\\\Collection\\<int,string\\>\\:\\:contains\\(\\) expects \\(callable\\(string, int\\)\\: bool\\)\\|string, mixed given\\.$#"
4000			count: 4
4001			path: app/Services/HomePageService.php
4002
4003		-
4004			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\\.$#"
4005			count: 2
4006			path: app/Services/HomePageService.php
4007
4008		-
4009			message: "#^Parameter \\#2 \\$path of method Fisharebest\\\\Webtrees\\\\Services\\\\HousekeepingService\\:\\:deleteFileOrFolder\\(\\) expects string, mixed given\\.$#"
4010			count: 1
4011			path: app/Services/HousekeepingService.php
4012
4013		-
4014			message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:sex\\(\\)\\.$#"
4015			count: 17
4016			path: app/Services/IndividualFactsService.php
4017
4018		-
4019			message: "#^Illuminate\\\\Support\\\\Collection\\<\\*NEVER\\*, \\*NEVER\\*\\> does not accept Fisharebest\\\\Webtrees\\\\Fact\\.$#"
4020			count: 31
4021			path: app/Services/IndividualFactsService.php
4022
4023		-
4024			message: "#^Instanceof between Fisharebest\\\\Webtrees\\\\Individual and Fisharebest\\\\Webtrees\\\\Family will always evaluate to false\\.$#"
4025			count: 1
4026			path: app/Services/IndividualFactsService.php
4027
4028		-
4029			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\IndividualFactsService\\:\\:familyFacts\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Fact\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#"
4030			count: 1
4031			path: app/Services/IndividualFactsService.php
4032
4033		-
4034			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\IndividualFactsService\\:\\:historicFacts\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Fact\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#"
4035			count: 1
4036			path: app/Services/IndividualFactsService.php
4037
4038		-
4039			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<int,mixed\\>\\:\\:filter\\(\\) expects \\(callable\\(mixed, int\\)\\: bool\\)\\|null, Closure\\(Fisharebest\\\\Webtrees\\\\Fact\\)\\: bool given\\.$#"
4040			count: 1
4041			path: app/Services/IndividualFactsService.php
4042
4043		-
4044			message: "#^Parameter \\#1 \\$gedcom of class Fisharebest\\\\Webtrees\\\\Fact constructor expects string, string\\|null given\\.$#"
4045			count: 1
4046			path: app/Services/IndividualFactsService.php
4047
4048		-
4049			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\\.$#"
4050			count: 2
4051			path: app/Services/IndividualFactsService.php
4052
4053		-
4054			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\\.$#"
4055			count: 2
4056			path: app/Services/IndividualFactsService.php
4057
4058		-
4059			message: "#^Parameter \\#2 \\$spouse of method Fisharebest\\\\Webtrees\\\\Services\\\\IndividualFactsService\\:\\:spouseFacts\\(\\) expects Fisharebest\\\\Webtrees\\\\Individual, Fisharebest\\\\Webtrees\\\\Individual\\|null given\\.$#"
4060			count: 1
4061			path: app/Services/IndividualFactsService.php
4062
4063		-
4064			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
4065			count: 1
4066			path: app/Services/IndividualFactsService.php
4067
4068		-
4069			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\\>\\.$#"
4070			count: 1
4071			path: app/Services/LinkedRecordService.php
4072
4073		-
4074			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\\.$#"
4075			count: 1
4076			path: app/Services/LinkedRecordService.php
4077
4078		-
4079			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\\.$#"
4080			count: 1
4081			path: app/Services/LinkedRecordService.php
4082
4083		-
4084			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\\.$#"
4085			count: 1
4086			path: app/Services/LinkedRecordService.php
4087
4088		-
4089			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\\.$#"
4090			count: 1
4091			path: app/Services/LinkedRecordService.php
4092
4093		-
4094			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\\.$#"
4095			count: 1
4096			path: app/Services/LinkedRecordService.php
4097
4098		-
4099			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\\.$#"
4100			count: 1
4101			path: app/Services/LinkedRecordService.php
4102
4103		-
4104			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\\.$#"
4105			count: 2
4106			path: app/Services/LinkedRecordService.php
4107
4108		-
4109			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\\.$#"
4110			count: 1
4111			path: app/Services/LinkedRecordService.php
4112
4113		-
4114			message: "#^Access to an undefined property object\\:\\:\\$child_count\\.$#"
4115			count: 2
4116			path: app/Services/MapDataService.php
4117
4118		-
4119			message: "#^Access to an undefined property object\\:\\:\\$key\\.$#"
4120			count: 1
4121			path: app/Services/MapDataService.php
4122
4123		-
4124			message: "#^Access to an undefined property object\\:\\:\\$no_coord\\.$#"
4125			count: 2
4126			path: app/Services/MapDataService.php
4127
4128		-
4129			message: "#^Access to an undefined property object\\:\\:\\$p_id\\.$#"
4130			count: 1
4131			path: app/Services/MapDataService.php
4132
4133		-
4134			message: "#^Access to an undefined property object\\:\\:\\$parent_id\\.$#"
4135			count: 1
4136			path: app/Services/MapDataService.php
4137
4138		-
4139			message: "#^Access to an undefined property object\\:\\:\\$place\\.$#"
4140			count: 4
4141			path: app/Services/MapDataService.php
4142
4143		-
4144			message: "#^Cannot access property \\$id on mixed\\.$#"
4145			count: 2
4146			path: app/Services/MapDataService.php
4147
4148		-
4149			message: "#^Cannot access property \\$p_place on mixed\\.$#"
4150			count: 1
4151			path: app/Services/MapDataService.php
4152
4153		-
4154			message: "#^Cannot access property \\$place on mixed\\.$#"
4155			count: 2
4156			path: app/Services/MapDataService.php
4157
4158		-
4159			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\MapDataService\\:\\:activePlaces\\(\\) should return array\\<string, array\\<object\\>\\> but returns array\\<string, array\\<int, mixed\\>\\>\\.$#"
4160			count: 1
4161			path: app/Services/MapDataService.php
4162
4163		-
4164			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\MapDataService\\:\\:placeIdsForLocation\\(\\) should return array\\<string\\> but returns array\\.$#"
4165			count: 1
4166			path: app/Services/MapDataService.php
4167
4168		-
4169			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: int, Closure\\(object\\)\\: int given\\.$#"
4170			count: 1
4171			path: app/Services/MapDataService.php
4172
4173		-
4174			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: object, Closure\\(object\\)\\: object given\\.$#"
4175			count: 1
4176			path: app/Services/MapDataService.php
4177
4178		-
4179			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: string, Closure\\(object\\)\\: string given\\.$#"
4180			count: 2
4181			path: app/Services/MapDataService.php
4182
4183		-
4184			message: "#^Call to function is_float\\(\\) with int will always evaluate to false\\.$#"
4185			count: 1
4186			path: app/Services/MediaFileService.php
4187
4188		-
4189			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\MediaFileService\\:\\:allFilesInDatabase\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\> but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#"
4190			count: 1
4191			path: app/Services/MediaFileService.php
4192
4193		-
4194			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\\.$#"
4195			count: 1
4196			path: app/Services/MediaFileService.php
4197
4198		-
4199			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\\.$#"
4200			count: 1
4201			path: app/Services/MediaFileService.php
4202
4203		-
4204			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\\.$#"
4205			count: 1
4206			path: app/Services/MediaFileService.php
4207
4208		-
4209			message: "#^Parameter \\#1 \\$location of method League\\\\Flysystem\\\\FilesystemReader\\:\\:listContents\\(\\) expects string, mixed given\\.$#"
4210			count: 1
4211			path: app/Services/MediaFileService.php
4212
4213		-
4214			message: "#^Access to an undefined property object\\:\\:\\$footer_order\\.$#"
4215			count: 1
4216			path: app/Services/ModuleService.php
4217
4218		-
4219			message: "#^Access to an undefined property object\\:\\:\\$menu_order\\.$#"
4220			count: 1
4221			path: app/Services/ModuleService.php
4222
4223		-
4224			message: "#^Access to an undefined property object\\:\\:\\$module_name\\.$#"
4225			count: 1
4226			path: app/Services/ModuleService.php
4227
4228		-
4229			message: "#^Access to an undefined property object\\:\\:\\$sidebar_order\\.$#"
4230			count: 1
4231			path: app/Services/ModuleService.php
4232
4233		-
4234			message: "#^Access to an undefined property object\\:\\:\\$status\\.$#"
4235			count: 1
4236			path: app/Services/ModuleService.php
4237
4238		-
4239			message: "#^Access to an undefined property object\\:\\:\\$tab_order\\.$#"
4240			count: 1
4241			path: app/Services/ModuleService.php
4242
4243		-
4244			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Module\\\\ModuleInterface but returns mixed\\.$#"
4245			count: 1
4246			path: app/Services/ModuleService.php
4247
4248		-
4249			message: "#^Cannot call method setName\\(\\) on mixed\\.$#"
4250			count: 1
4251			path: app/Services/ModuleService.php
4252
4253		-
4254			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\\>\\.$#"
4255			count: 1
4256			path: app/Services/ModuleService.php
4257
4258		-
4259			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\\>\\.$#"
4260			count: 1
4261			path: app/Services/ModuleService.php
4262
4263		-
4264			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\ModuleService\\:\\:deletedModules\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\> but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#"
4265			count: 1
4266			path: app/Services/ModuleService.php
4267
4268		-
4269			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\\>\\.$#"
4270			count: 1
4271			path: app/Services/ModuleService.php
4272
4273		-
4274			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\\.$#"
4275			count: 1
4276			path: app/Services/ModuleService.php
4277
4278		-
4279			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\\.$#"
4280			count: 1
4281			path: app/Services/ModuleService.php
4282
4283		-
4284			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\\.$#"
4285			count: 1
4286			path: app/Services/ModuleService.php
4287
4288		-
4289			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\\.$#"
4290			count: 1
4291			path: app/Services/ModuleService.php
4292
4293		-
4294			message: "#^Cannot access property \\$change_id on mixed\\.$#"
4295			count: 3
4296			path: app/Services/PendingChangesService.php
4297
4298		-
4299			message: "#^Cannot access property \\$change_time on mixed\\.$#"
4300			count: 2
4301			path: app/Services/PendingChangesService.php
4302
4303		-
4304			message: "#^Cannot access property \\$new_gedcom on mixed\\.$#"
4305			count: 8
4306			path: app/Services/PendingChangesService.php
4307
4308		-
4309			message: "#^Cannot access property \\$old_gedcom on mixed\\.$#"
4310			count: 5
4311			path: app/Services/PendingChangesService.php
4312
4313		-
4314			message: "#^Cannot access property \\$record on mixed\\.$#"
4315			count: 1
4316			path: app/Services/PendingChangesService.php
4317
4318		-
4319			message: "#^Cannot access property \\$xref on mixed\\.$#"
4320			count: 2
4321			path: app/Services/PendingChangesService.php
4322
4323		-
4324			message: "#^Cannot call method add\\(\\) on DateTimeImmutable\\|false\\.$#"
4325			count: 1
4326			path: app/Services/PendingChangesService.php
4327
4328		-
4329			message: "#^Cannot call method setTimezone\\(\\) on DateTimeImmutable\\|false\\.$#"
4330			count: 1
4331			path: app/Services/PendingChangesService.php
4332
4333		-
4334			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\PendingChangesService\\:\\:pendingChanges\\(\\) should return array\\<array\\<object\\>\\> but returns array\\<int\\|string, array\\<int, mixed\\>\\>\\.$#"
4335			count: 1
4336			path: app/Services/PendingChangesService.php
4337
4338		-
4339			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\PendingChangesService\\:\\:pendingXrefs\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\> but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#"
4340			count: 1
4341			path: app/Services/PendingChangesService.php
4342
4343		-
4344			message: "#^Offset 1 does not exist on array\\{0\\?\\: string, 1\\?\\: non\\-falsy\\-string\\}\\.$#"
4345			count: 1
4346			path: app/Services/PendingChangesService.php
4347
4348		-
4349			message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual\\:\\:childFamilies\\(\\)\\.$#"
4350			count: 1
4351			path: app/Services/RelationshipService.php
4352
4353		-
4354			message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual\\:\\:sex\\(\\)\\.$#"
4355			count: 1
4356			path: app/Services/RelationshipService.php
4357
4358		-
4359			message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual\\:\\:spouseFamilies\\(\\)\\.$#"
4360			count: 1
4361			path: app/Services/RelationshipService.php
4362
4363		-
4364			message: "#^Cannot call method findByInterface\\(\\) on mixed\\.$#"
4365			count: 1
4366			path: app/Services/RelationshipService.php
4367
4368		-
4369			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\RelationshipService\\:\\:matchRelationships\\(\\) should return array\\<Fisharebest\\\\Webtrees\\\\Relationship\\> but returns array\\<array\\<string\\>\\|Fisharebest\\\\Webtrees\\\\Relationship\\>\\.$#"
4370			count: 1
4371			path: app/Services/RelationshipService.php
4372
4373		-
4374			message: "#^Parameter \\#1 \\$individual of method Fisharebest\\\\Webtrees\\\\Services\\\\RelationshipService\\:\\:reflexivePronoun\\(\\) expects Fisharebest\\\\Webtrees\\\\Individual, Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual given\\.$#"
4375			count: 1
4376			path: app/Services/RelationshipService.php
4377
4378		-
4379			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\\.$#"
4380			count: 1
4381			path: app/Services/RelationshipService.php
4382
4383		-
4384			message: "#^Parameter \\#2 \\$person1 of method Fisharebest\\\\Webtrees\\\\Services\\\\RelationshipService\\:\\:legacyNameAlgorithm\\(\\) expects Fisharebest\\\\Webtrees\\\\Individual\\|null, Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual given\\.$#"
4385			count: 1
4386			path: app/Services/RelationshipService.php
4387
4388		-
4389			message: "#^Parameter \\#3 \\$person2 of method Fisharebest\\\\Webtrees\\\\Services\\\\RelationshipService\\:\\:legacyNameAlgorithm\\(\\) expects Fisharebest\\\\Webtrees\\\\Individual\\|null, Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual given\\.$#"
4390			count: 1
4391			path: app/Services/RelationshipService.php
4392
4393		-
4394			message: "#^Access to an undefined property object\\:\\:\\$f_file\\.$#"
4395			count: 1
4396			path: app/Services/SearchService.php
4397
4398		-
4399			message: "#^Access to an undefined property object\\:\\:\\$i_file\\.$#"
4400			count: 1
4401			path: app/Services/SearchService.php
4402
4403		-
4404			message: "#^Access to an undefined property object\\:\\:\\$m_file\\.$#"
4405			count: 1
4406			path: app/Services/SearchService.php
4407
4408		-
4409			message: "#^Access to an undefined property object\\:\\:\\$o_file\\.$#"
4410			count: 6
4411			path: app/Services/SearchService.php
4412
4413		-
4414			message: "#^Access to an undefined property object\\:\\:\\$s_file\\.$#"
4415			count: 1
4416			path: app/Services/SearchService.php
4417
4418		-
4419			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchFamilyNames\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Family\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#"
4420			count: 1
4421			path: app/Services/SearchService.php
4422
4423		-
4424			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchIndividualNames\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Individual\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#"
4425			count: 1
4426			path: app/Services/SearchService.php
4427
4428		-
4429			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchLocations\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Location\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#"
4430			count: 1
4431			path: app/Services/SearchService.php
4432
4433		-
4434			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchMedia\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Media\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#"
4435			count: 1
4436			path: app/Services/SearchService.php
4437
4438		-
4439			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchNotes\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Note\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#"
4440			count: 1
4441			path: app/Services/SearchService.php
4442
4443		-
4444			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchPlaces\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Place\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#"
4445			count: 1
4446			path: app/Services/SearchService.php
4447
4448		-
4449			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchRepositories\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Repository\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#"
4450			count: 1
4451			path: app/Services/SearchService.php
4452
4453		-
4454			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchSharedNotes\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\SharedNote\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#"
4455			count: 1
4456			path: app/Services/SearchService.php
4457
4458		-
4459			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchSources\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Source\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#"
4460			count: 1
4461			path: app/Services/SearchService.php
4462
4463		-
4464			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchSourcesByName\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Source\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#"
4465			count: 1
4466			path: app/Services/SearchService.php
4467
4468		-
4469			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchSubmissions\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Submission\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#"
4470			count: 1
4471			path: app/Services/SearchService.php
4472
4473		-
4474			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchSubmitters\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, Fisharebest\\\\Webtrees\\\\Submitter\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#"
4475			count: 1
4476			path: app/Services/SearchService.php
4477
4478		-
4479			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchSurnames\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\> but returns Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\), mixed\\>\\.$#"
4480			count: 1
4481			path: app/Services/SearchService.php
4482
4483		-
4484			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\\.$#"
4485			count: 2
4486			path: app/Services/SearchService.php
4487
4488		-
4489			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\\.$#"
4490			count: 4
4491			path: app/Services/SearchService.php
4492
4493		-
4494			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\\.$#"
4495			count: 1
4496			path: app/Services/SearchService.php
4497
4498		-
4499			message: "#^Parameter \\#1 \\$haystack of function mb_stripos expects string, string\\|null given\\.$#"
4500			count: 1
4501			path: app/Services/SearchService.php
4502
4503		-
4504			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
4505			count: 1
4506			path: app/Services/SearchService.php
4507
4508		-
4509			message: "#^Cannot cast mixed to string\\.$#"
4510			count: 1
4511			path: app/Services/ServerCheckService.php
4512
4513		-
4514			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\ServerCheckService\\:\\:serverErrors\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#"
4515			count: 1
4516			path: app/Services/ServerCheckService.php
4517
4518		-
4519			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\ServerCheckService\\:\\:serverWarnings\\(\\) should return Illuminate\\\\Support\\\\Collection\\<int, string\\> but returns Illuminate\\\\Support\\\\Collection\\<int, mixed\\>\\.$#"
4520			count: 1
4521			path: app/Services/ServerCheckService.php
4522
4523		-
4524			message: "#^Parameter \\#1 \\$value of function e expects BackedEnum\\|float\\|Illuminate\\\\Contracts\\\\Support\\\\DeferringDisplayableValue\\|Illuminate\\\\Contracts\\\\Support\\\\Htmlable\\|int\\|string\\|null, mixed given\\.$#"
4525			count: 1
4526			path: app/Services/ServerCheckService.php
4527
4528		-
4529			message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
4530			count: 1
4531			path: app/Services/ServerCheckService.php
4532
4533		-
4534			message: "#^Cannot call method add\\(\\) on DateTimeImmutable\\|false\\.$#"
4535			count: 1
4536			path: app/Services/SiteLogsService.php
4537
4538		-
4539			message: "#^Cannot call method setTimezone\\(\\) on DateTimeImmutable\\|false\\.$#"
4540			count: 1
4541			path: app/Services/SiteLogsService.php
4542
4543		-
4544			message: "#^Cannot cast mixed to int\\.$#"
4545			count: 1
4546			path: app/Services/TimeoutService.php
4547
4548		-
4549			message: "#^Access to an undefined property object\\:\\:\\$tree_name\\.$#"
4550			count: 1
4551			path: app/Services/TreeService.php
4552
4553		-
4554			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\\.$#"
4555			count: 1
4556			path: app/Services/TreeService.php
4557
4558		-
4559			message: "#^Parameter \\#1 \\$stream of function fclose expects resource, resource\\|null given\\.$#"
4560			count: 1
4561			path: app/Services/TreeService.php
4562
4563		-
4564			message: "#^Parameter \\#1 \\$stream of function feof expects resource, resource\\|null given\\.$#"
4565			count: 1
4566			path: app/Services/TreeService.php
4567
4568		-
4569			message: "#^Parameter \\#1 \\$stream of function fread expects resource, resource\\|null given\\.$#"
4570			count: 1
4571			path: app/Services/TreeService.php
4572
4573		-
4574			message: "#^Parameter \\#1 \\$stream of function stream_filter_append expects resource, resource\\|null given\\.$#"
4575			count: 1
4576			path: app/Services/TreeService.php
4577
4578		-
4579			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\UpgradeService\\:\\:downloadFile\\(\\) should return int but returns int\\|false\\.$#"
4580			count: 1
4581			path: app/Services/UpgradeService.php
4582
4583		-
4584			message: "#^Parameter \\#1 \\$key of method Illuminate\\\\Support\\\\Collection\\<int,string\\>\\:\\:contains\\(\\) expects \\(callable\\(string, int\\)\\: bool\\)\\|string, mixed given\\.$#"
4585			count: 1
4586			path: app/Services/UpgradeService.php
4587
4588		-
4589			message: "#^Parameter \\#1 \\$location of method League\\\\Flysystem\\\\FilesystemWriter\\:\\:delete\\(\\) expects string, mixed given\\.$#"
4590			count: 1
4591			path: app/Services/UpgradeService.php
4592
4593		-
4594			message: "#^Parameter \\#1 \\$stream of function fclose expects resource, resource\\|false given\\.$#"
4595			count: 1
4596			path: app/Services/UpgradeService.php
4597
4598		-
4599			message: "#^Parameter \\#1 \\$stream of function ftell expects resource, resource\\|false given\\.$#"
4600			count: 1
4601			path: app/Services/UpgradeService.php
4602
4603		-
4604			message: "#^Parameter \\#1 \\$stream of function fwrite expects resource, resource\\|false given\\.$#"
4605			count: 1
4606			path: app/Services/UpgradeService.php
4607
4608		-
4609			message: "#^Parameter \\#1 \\$stream of function rewind expects resource, resource\\|false given\\.$#"
4610			count: 1
4611			path: app/Services/UpgradeService.php
4612
4613		-
4614			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\\.$#"
4615			count: 13
4616			path: app/Services/UserService.php
4617
4618		-
4619			message: "#^Access to an undefined property object\\:\\:\\$ip_address\\.$#"
4620			count: 1
4621			path: app/SessionDatabaseHandler.php
4622
4623		-
4624			message: "#^Access to an undefined property object\\:\\:\\$session_data\\.$#"
4625			count: 1
4626			path: app/SessionDatabaseHandler.php
4627
4628		-
4629			message: "#^Access to an undefined property object\\:\\:\\$session_time\\.$#"
4630			count: 1
4631			path: app/SessionDatabaseHandler.php
4632
4633		-
4634			message: "#^Access to an undefined property object\\:\\:\\$user_id\\.$#"
4635			count: 1
4636			path: app/SessionDatabaseHandler.php
4637
4638		-
4639			message: "#^Method Fisharebest\\\\Webtrees\\\\Site\\:\\:getPreference\\(\\) should return string but returns mixed\\.$#"
4640			count: 1
4641			path: app/Site.php
4642
4643		-
4644			message: "#^Static property Fisharebest\\\\Webtrees\\\\Site\\:\\:\\$preferences \\(array\\<string, string\\>\\) does not accept array\\.$#"
4645			count: 1
4646			path: app/Site.php
4647
4648		-
4649			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\:\\:statsAgeQuery\\(\\) should return array\\<array\\<object\\>\\> but returns array\\<object\\>\\.$#"
4650			count: 1
4651			path: app/Statistics.php
4652
4653		-
4654			message: "#^Parameter \\#1 \\.\\.\\.\\$params of method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:totalGivennames\\(\\) expects string, array\\<string\\> given\\.$#"
4655			count: 1
4656			path: app/Statistics.php
4657
4658		-
4659			message: "#^Parameter \\#1 \\.\\.\\.\\$params of method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:totalSurnames\\(\\) expects string, array\\<string\\> given\\.$#"
4660			count: 1
4661			path: app/Statistics.php
4662
4663		-
4664			message: "#^Access to an undefined property object\\:\\:\\$age\\.$#"
4665			count: 2
4666			path: app/Statistics/Google/ChartAge.php
4667
4668		-
4669			message: "#^Access to an undefined property object\\:\\:\\$century\\.$#"
4670			count: 2
4671			path: app/Statistics/Google/ChartAge.php
4672
4673		-
4674			message: "#^Access to an undefined property object\\:\\:\\$sex\\.$#"
4675			count: 2
4676			path: app/Statistics/Google/ChartAge.php
4677
4678		-
4679			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: \\(object\\{age\\: float, century\\: int, sex\\: mixed\\}&stdClass\\), Closure\\(object\\)\\: \\(object\\{age\\: float, century\\: int, sex\\: mixed\\}&stdClass\\) given\\.$#"
4680			count: 1
4681			path: app/Statistics/Google/ChartAge.php
4682
4683		-
4684			message: "#^Parameter \\#1 \\$century of method Fisharebest\\\\Webtrees\\\\Statistics\\\\Service\\\\CenturyService\\:\\:centuryName\\(\\) expects int, int\\|string given\\.$#"
4685			count: 1
4686			path: app/Statistics/Google/ChartAge.php
4687
4688		-
4689			message: "#^Return type of call to method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) contains unresolvable type\\.$#"
4690			count: 1
4691			path: app/Statistics/Google/ChartAge.php
4692
4693		-
4694			message: "#^Access to an undefined property object\\:\\:\\$century\\.$#"
4695			count: 2
4696			path: app/Statistics/Google/ChartBirth.php
4697
4698		-
4699			message: "#^Access to an undefined property object\\:\\:\\$total\\.$#"
4700			count: 2
4701			path: app/Statistics/Google/ChartBirth.php
4702
4703		-
4704			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: \\(object\\{century\\: int, total\\: float\\}&stdClass\\), Closure\\(object\\)\\: \\(object\\{century\\: int, total\\: float\\}&stdClass\\) given\\.$#"
4705			count: 1
4706			path: app/Statistics/Google/ChartBirth.php
4707
4708		-
4709			message: "#^Access to an undefined property object\\:\\:\\$century\\.$#"
4710			count: 2
4711			path: app/Statistics/Google/ChartChildren.php
4712
4713		-
4714			message: "#^Access to an undefined property object\\:\\:\\$total\\.$#"
4715			count: 2
4716			path: app/Statistics/Google/ChartChildren.php
4717
4718		-
4719			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: \\(object\\{century\\: int, total\\: float\\}&stdClass\\), Closure\\(object\\)\\: \\(object\\{century\\: int, total\\: float\\}&stdClass\\) given\\.$#"
4720			count: 1
4721			path: app/Statistics/Google/ChartChildren.php
4722
4723		-
4724			message: "#^Access to an undefined property object\\:\\:\\$century\\.$#"
4725			count: 2
4726			path: app/Statistics/Google/ChartDeath.php
4727
4728		-
4729			message: "#^Access to an undefined property object\\:\\:\\$total\\.$#"
4730			count: 2
4731			path: app/Statistics/Google/ChartDeath.php
4732
4733		-
4734			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: \\(object\\{century\\: int, total\\: float\\}&stdClass\\), Closure\\(object\\)\\: \\(object\\{century\\: int, total\\: float\\}&stdClass\\) given\\.$#"
4735			count: 1
4736			path: app/Statistics/Google/ChartDeath.php
4737
4738		-
4739			message: "#^Cannot access property \\$gedcom on mixed\\.$#"
4740			count: 1
4741			path: app/Statistics/Google/ChartDistribution.php
4742
4743		-
4744			message: "#^Cannot access property \\$place on mixed\\.$#"
4745			count: 2
4746			path: app/Statistics/Google/ChartDistribution.php
4747
4748		-
4749			message: "#^Access to an undefined property object\\:\\:\\$century\\.$#"
4750			count: 2
4751			path: app/Statistics/Google/ChartDivorce.php
4752
4753		-
4754			message: "#^Access to an undefined property object\\:\\:\\$total\\.$#"
4755			count: 2
4756			path: app/Statistics/Google/ChartDivorce.php
4757
4758		-
4759			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: \\(object\\{century\\: int, total\\: float\\}&stdClass\\), Closure\\(object\\)\\: \\(object\\{century\\: int, total\\: float\\}&stdClass\\) given\\.$#"
4760			count: 1
4761			path: app/Statistics/Google/ChartDivorce.php
4762
4763		-
4764			message: "#^Access to an undefined property object\\:\\:\\$id\\.$#"
4765			count: 1
4766			path: app/Statistics/Google/ChartFamilyLargest.php
4767
4768		-
4769			message: "#^Access to an undefined property object\\:\\:\\$total\\.$#"
4770			count: 1
4771			path: app/Statistics/Google/ChartFamilyLargest.php
4772
4773		-
4774			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartFamilyLargest\\:\\:queryRecords\\(\\) should return array\\<object\\> but returns array\\.$#"
4775			count: 1
4776			path: app/Statistics/Google/ChartFamilyLargest.php
4777
4778		-
4779			message: "#^Access to an undefined property object\\:\\:\\$century\\.$#"
4780			count: 2
4781			path: app/Statistics/Google/ChartMarriage.php
4782
4783		-
4784			message: "#^Access to an undefined property object\\:\\:\\$total\\.$#"
4785			count: 2
4786			path: app/Statistics/Google/ChartMarriage.php
4787
4788		-
4789			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: \\(object\\{century\\: int, total\\: float\\}&stdClass\\), Closure\\(object\\)\\: \\(object\\{century\\: int, total\\: float\\}&stdClass\\) given\\.$#"
4790			count: 1
4791			path: app/Statistics/Google/ChartMarriage.php
4792
4793		-
4794			message: "#^Access to an undefined property object\\:\\:\\$age\\.$#"
4795			count: 2
4796			path: app/Statistics/Google/ChartMarriageAge.php
4797
4798		-
4799			message: "#^Access to an undefined property object\\:\\:\\$century\\.$#"
4800			count: 2
4801			path: app/Statistics/Google/ChartMarriageAge.php
4802
4803		-
4804			message: "#^Access to an undefined property object\\:\\:\\$sex\\.$#"
4805			count: 2
4806			path: app/Statistics/Google/ChartMarriageAge.php
4807
4808		-
4809			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: \\(object\\{age\\: float, century\\: int, sex\\: mixed\\}&stdClass\\), Closure\\(object\\)\\: \\(object\\{age\\: float, century\\: int, sex\\: mixed\\}&stdClass\\) given\\.$#"
4810			count: 1
4811			path: app/Statistics/Google/ChartMarriageAge.php
4812
4813		-
4814			message: "#^Parameter \\#1 \\$century of method Fisharebest\\\\Webtrees\\\\Statistics\\\\Service\\\\CenturyService\\:\\:centuryName\\(\\) expects int, int\\|string given\\.$#"
4815			count: 1
4816			path: app/Statistics/Google/ChartMarriageAge.php
4817
4818		-
4819			message: "#^Return type of call to method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) contains unresolvable type\\.$#"
4820			count: 1
4821			path: app/Statistics/Google/ChartMarriageAge.php
4822
4823		-
4824			message: "#^Access to an undefined property object\\:\\:\\$century\\.$#"
4825			count: 1
4826			path: app/Statistics/Google/ChartNoChildrenFamilies.php
4827
4828		-
4829			message: "#^Access to an undefined property object\\:\\:\\$total\\.$#"
4830			count: 2
4831			path: app/Statistics/Google/ChartNoChildrenFamilies.php
4832
4833		-
4834			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartNoChildrenFamilies\\:\\:queryRecords\\(\\) should return array\\<object\\> but returns array\\.$#"
4835			count: 1
4836			path: app/Statistics/Google/ChartNoChildrenFamilies.php
4837
4838		-
4839			message: "#^Parameter \\#2 \\$request of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:contactLink\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
4840			count: 2
4841			path: app/Statistics/Repository/ContactRepository.php
4842
4843		-
4844			message: "#^Access to an undefined property object\\:\\:\\$fact\\.$#"
4845			count: 1
4846			path: app/Statistics/Repository/EventRepository.php
4847
4848		-
4849			message: "#^Access to an undefined property object\\:\\:\\$id\\.$#"
4850			count: 1
4851			path: app/Statistics/Repository/EventRepository.php
4852
4853		-
4854			message: "#^Access to an undefined property object\\:\\:\\$type\\.$#"
4855			count: 1
4856			path: app/Statistics/Repository/EventRepository.php
4857
4858		-
4859			message: "#^Access to an undefined property object\\:\\:\\$year\\.$#"
4860			count: 1
4861			path: app/Statistics/Repository/EventRepository.php
4862
4863		-
4864			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: \\(object\\{id\\: mixed, year\\: int, fact\\: mixed, type\\: mixed\\}&stdClass\\), Closure\\(object\\)\\: \\(object\\{id\\: mixed, year\\: int, fact\\: mixed, type\\: mixed\\}&stdClass\\) given\\.$#"
4865			count: 1
4866			path: app/Statistics/Repository/EventRepository.php
4867
4868		-
4869			message: "#^Property object\\{id\\: string, year\\: int, fact\\: string, type\\: string\\}\\:\\:\\$year is not writable\\.$#"
4870			count: 1
4871			path: app/Statistics/Repository/EventRepository.php
4872
4873		-
4874			message: "#^Return type of call to method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) contains unresolvable type\\.$#"
4875			count: 1
4876			path: app/Statistics/Repository/EventRepository.php
4877
4878		-
4879			message: "#^Access to an undefined property object\\:\\:\\$fact\\.$#"
4880			count: 1
4881			path: app/Statistics/Repository/FamilyDatesRepository.php
4882
4883		-
4884			message: "#^Access to an undefined property object\\:\\:\\$id\\.$#"
4885			count: 1
4886			path: app/Statistics/Repository/FamilyDatesRepository.php
4887
4888		-
4889			message: "#^Access to an undefined property object\\:\\:\\$type\\.$#"
4890			count: 1
4891			path: app/Statistics/Repository/FamilyDatesRepository.php
4892
4893		-
4894			message: "#^Access to an undefined property object\\:\\:\\$year\\.$#"
4895			count: 1
4896			path: app/Statistics/Repository/FamilyDatesRepository.php
4897
4898		-
4899			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: \\(object\\{id\\: mixed, year\\: int, fact\\: mixed, type\\: mixed\\}&stdClass\\), Closure\\(object\\)\\: \\(object\\{id\\: mixed, year\\: int, fact\\: mixed, type\\: mixed\\}&stdClass\\) given\\.$#"
4900			count: 1
4901			path: app/Statistics/Repository/FamilyDatesRepository.php
4902
4903		-
4904			message: "#^Property object\\{id\\: string, year\\: int, fact\\: string, type\\: string\\}\\:\\:\\$year is not writable\\.$#"
4905			count: 1
4906			path: app/Statistics/Repository/FamilyDatesRepository.php
4907
4908		-
4909			message: "#^Return type of call to method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) contains unresolvable type\\.$#"
4910			count: 1
4911			path: app/Statistics/Repository/FamilyDatesRepository.php
4912
4913		-
4914			message: "#^Access to an undefined property object\\:\\:\\$age\\.$#"
4915			count: 5
4916			path: app/Statistics/Repository/FamilyRepository.php
4917
4918		-
4919			message: "#^Access to an undefined property object\\:\\:\\$ch1\\.$#"
4920			count: 3
4921			path: app/Statistics/Repository/FamilyRepository.php
4922
4923		-
4924			message: "#^Access to an undefined property object\\:\\:\\$ch2\\.$#"
4925			count: 3
4926			path: app/Statistics/Repository/FamilyRepository.php
4927
4928		-
4929			message: "#^Access to an undefined property object\\:\\:\\$f_numchil\\.$#"
4930			count: 1
4931			path: app/Statistics/Repository/FamilyRepository.php
4932
4933		-
4934			message: "#^Access to an undefined property object\\:\\:\\$family\\.$#"
4935			count: 5
4936			path: app/Statistics/Repository/FamilyRepository.php
4937
4938		-
4939			message: "#^Cannot access property \\$age on mixed\\.$#"
4940			count: 9
4941			path: app/Statistics/Repository/FamilyRepository.php
4942
4943		-
4944			message: "#^Cannot access property \\$famid on mixed\\.$#"
4945			count: 1
4946			path: app/Statistics/Repository/FamilyRepository.php
4947
4948		-
4949			message: "#^Cannot access property \\$family on mixed\\.$#"
4950			count: 7
4951			path: app/Statistics/Repository/FamilyRepository.php
4952
4953		-
4954			message: "#^Cannot access property \\$i_id on mixed\\.$#"
4955			count: 1
4956			path: app/Statistics/Repository/FamilyRepository.php
4957
4958		-
4959			message: "#^Cannot access property \\$id on mixed\\.$#"
4960			count: 1
4961			path: app/Statistics/Repository/FamilyRepository.php
4962
4963		-
4964			message: "#^Cannot call method canShow\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#"
4965			count: 1
4966			path: app/Statistics/Repository/FamilyRepository.php
4967
4968		-
4969			message: "#^Cannot call method formatList\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#"
4970			count: 1
4971			path: app/Statistics/Repository/FamilyRepository.php
4972
4973		-
4974			message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#"
4975			count: 2
4976			path: app/Statistics/Repository/FamilyRepository.php
4977
4978		-
4979			message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
4980			count: 2
4981			path: app/Statistics/Repository/FamilyRepository.php
4982
4983		-
4984			message: "#^Cannot call method getBirthDate\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
4985			count: 2
4986			path: app/Statistics/Repository/FamilyRepository.php
4987
4988		-
4989			message: "#^Cannot call method husband\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#"
4990			count: 1
4991			path: app/Statistics/Repository/FamilyRepository.php
4992
4993		-
4994			message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#"
4995			count: 3
4996			path: app/Statistics/Repository/FamilyRepository.php
4997
4998		-
4999			message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
5000			count: 1
5001			path: app/Statistics/Repository/FamilyRepository.php
5002
5003		-
5004			message: "#^Cannot call method wife\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#"
5005			count: 1
5006			path: app/Statistics/Repository/FamilyRepository.php
5007
5008		-
5009			message: "#^Cannot cast mixed to float\\.$#"
5010			count: 1
5011			path: app/Statistics/Repository/FamilyRepository.php
5012
5013		-
5014			message: "#^Cannot cast mixed to int\\.$#"
5015			count: 1
5016			path: app/Statistics/Repository/FamilyRepository.php
5017
5018		-
5019			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\FamilyRepository\\:\\:ageBetweenSiblingsQuery\\(\\) should return array\\<object\\> but returns array\\.$#"
5020			count: 1
5021			path: app/Statistics/Repository/FamilyRepository.php
5022
5023		-
5024			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\FamilyRepository\\:\\:statsChildrenQuery\\(\\) should return array\\<object\\> but returns array\\.$#"
5025			count: 1
5026			path: app/Statistics/Repository/FamilyRepository.php
5027
5028		-
5029			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\\.$#"
5030			count: 4
5031			path: app/Statistics/Repository/FamilyRepository.php
5032
5033		-
5034			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: object, Closure\\(object\\)\\: object given\\.$#"
5035			count: 1
5036			path: app/Statistics/Repository/FamilyRepository.php
5037
5038		-
5039			message: "#^Access to an undefined property object\\:\\:\\$change_time\\.$#"
5040			count: 1
5041			path: app/Statistics/Repository/GedcomRepository.php
5042
5043		-
5044			message: "#^Cannot cast mixed to int\\.$#"
5045			count: 1
5046			path: app/Statistics/Repository/HitCountRepository.php
5047
5048		-
5049			message: "#^Access to an undefined property object\\:\\:\\$days\\.$#"
5050			count: 1
5051			path: app/Statistics/Repository/IndividualRepository.php
5052
5053		-
5054			message: "#^Cannot access property \\$days on mixed\\.$#"
5055			count: 1
5056			path: app/Statistics/Repository/IndividualRepository.php
5057
5058		-
5059			message: "#^Cannot call method findByComponent\\(\\) on mixed\\.$#"
5060			count: 1
5061			path: app/Statistics/Repository/IndividualRepository.php
5062
5063		-
5064			message: "#^Cannot cast mixed to int\\.$#"
5065			count: 3
5066			path: app/Statistics/Repository/IndividualRepository.php
5067
5068		-
5069			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGiven\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
5070			count: 1
5071			path: app/Statistics/Repository/IndividualRepository.php
5072
5073		-
5074			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenFemale\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
5075			count: 1
5076			path: app/Statistics/Repository/IndividualRepository.php
5077
5078		-
5079			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenFemaleList\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
5080			count: 1
5081			path: app/Statistics/Repository/IndividualRepository.php
5082
5083		-
5084			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenFemaleListTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
5085			count: 1
5086			path: app/Statistics/Repository/IndividualRepository.php
5087
5088		-
5089			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenFemaleTable\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
5090			count: 1
5091			path: app/Statistics/Repository/IndividualRepository.php
5092
5093		-
5094			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenFemaleTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
5095			count: 1
5096			path: app/Statistics/Repository/IndividualRepository.php
5097
5098		-
5099			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenList\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
5100			count: 1
5101			path: app/Statistics/Repository/IndividualRepository.php
5102
5103		-
5104			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenListTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
5105			count: 1
5106			path: app/Statistics/Repository/IndividualRepository.php
5107
5108		-
5109			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenMale\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
5110			count: 1
5111			path: app/Statistics/Repository/IndividualRepository.php
5112
5113		-
5114			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenMaleList\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
5115			count: 1
5116			path: app/Statistics/Repository/IndividualRepository.php
5117
5118		-
5119			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenMaleListTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
5120			count: 1
5121			path: app/Statistics/Repository/IndividualRepository.php
5122
5123		-
5124			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenMaleTable\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
5125			count: 1
5126			path: app/Statistics/Repository/IndividualRepository.php
5127
5128		-
5129			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenMaleTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
5130			count: 1
5131			path: app/Statistics/Repository/IndividualRepository.php
5132
5133		-
5134			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenTable\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
5135			count: 1
5136			path: app/Statistics/Repository/IndividualRepository.php
5137
5138		-
5139			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
5140			count: 1
5141			path: app/Statistics/Repository/IndividualRepository.php
5142
5143		-
5144			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenUnknown\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
5145			count: 1
5146			path: app/Statistics/Repository/IndividualRepository.php
5147
5148		-
5149			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenUnknownList\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
5150			count: 1
5151			path: app/Statistics/Repository/IndividualRepository.php
5152
5153		-
5154			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenUnknownListTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
5155			count: 1
5156			path: app/Statistics/Repository/IndividualRepository.php
5157
5158		-
5159			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenUnknownTable\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
5160			count: 1
5161			path: app/Statistics/Repository/IndividualRepository.php
5162
5163		-
5164			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenUnknownTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
5165			count: 1
5166			path: app/Statistics/Repository/IndividualRepository.php
5167
5168		-
5169			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:statsAgeQuery\\(\\) should return array\\<object\\> but returns array\\.$#"
5170			count: 1
5171			path: app/Statistics/Repository/IndividualRepository.php
5172
5173		-
5174			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\\.$#"
5175			count: 1
5176			path: app/Statistics/Repository/IndividualRepository.php
5177
5178		-
5179			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: int, Closure\\(string\\)\\: int given\\.$#"
5180			count: 1
5181			path: app/Statistics/Repository/IndividualRepository.php
5182
5183		-
5184			message: "#^Parameter \\#1 of closure expects object, mixed given\\.$#"
5185			count: 1
5186			path: app/Statistics/Repository/IndividualRepository.php
5187
5188		-
5189			message: "#^Parameter \\#2 \\$callback of function array_walk expects callable\\(int, string\\)\\: mixed, Closure\\(string, string\\)\\: void given\\.$#"
5190			count: 1
5191			path: app/Statistics/Repository/IndividualRepository.php
5192
5193		-
5194			message: "#^Parameter \\#2 \\$given of method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartCommonGiven\\:\\:chartCommonGiven\\(\\) expects array\\<int\\>, array\\<int\\>\\|string given\\.$#"
5195			count: 1
5196			path: app/Statistics/Repository/IndividualRepository.php
5197
5198		-
5199			message: "#^Cannot cast mixed to int\\.$#"
5200			count: 1
5201			path: app/Statistics/Repository/LatestUserRepository.php
5202
5203		-
5204			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: int, Closure\\(string\\)\\: int given\\.$#"
5205			count: 1
5206			path: app/Statistics/Repository/MediaRepository.php
5207
5208		-
5209			message: "#^Cannot access property \\$tree on mixed\\.$#"
5210			count: 1
5211			path: app/Statistics/Repository/PlaceRepository.php
5212
5213		-
5214			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: int, Closure\\(string\\)\\: int given\\.$#"
5215			count: 1
5216			path: app/Statistics/Repository/PlaceRepository.php
5217
5218		-
5219			message: "#^Method Fisharebest\\\\Webtrees\\\\SurnameTradition\\\\PatrilinealSurnameTradition\\:\\:inflect\\(\\) should return string but returns string\\|null\\.$#"
5220			count: 1
5221			path: app/SurnameTradition/PatrilinealSurnameTradition.php
5222
5223		-
5224			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
5225			count: 1
5226			path: app/SurnameTradition/PatrilinealSurnameTradition.php
5227
5228		-
5229			message: "#^Access to an undefined property object\\:\\:\\$tree_id\\.$#"
5230			count: 1
5231			path: app/Tree.php
5232
5233		-
5234			message: "#^Access to an undefined property object\\:\\:\\$tree_name\\.$#"
5235			count: 1
5236			path: app/Tree.php
5237
5238		-
5239			message: "#^Access to an undefined property object\\:\\:\\$tree_title\\.$#"
5240			count: 1
5241			path: app/Tree.php
5242
5243		-
5244			message: "#^Cannot access property \\$resn on mixed\\.$#"
5245			count: 5
5246			path: app/Tree.php
5247
5248		-
5249			message: "#^Cannot access property \\$tag_type on mixed\\.$#"
5250			count: 3
5251			path: app/Tree.php
5252
5253		-
5254			message: "#^Cannot access property \\$xref on mixed\\.$#"
5255			count: 3
5256			path: app/Tree.php
5257
5258		-
5259			message: "#^Cannot call method acceptRecord\\(\\) on mixed\\.$#"
5260			count: 4
5261			path: app/Tree.php
5262
5263		-
5264			message: "#^Method Fisharebest\\\\Webtrees\\\\Tree\\:\\:getPreference\\(\\) should return string but returns mixed\\.$#"
5265			count: 1
5266			path: app/Tree.php
5267
5268		-
5269			message: "#^Property Fisharebest\\\\Webtrees\\\\Tree\\:\\:\\$preferences \\(array\\<string\\>\\) does not accept array\\.$#"
5270			count: 1
5271			path: app/Tree.php
5272
5273		-
5274			message: "#^Property Fisharebest\\\\Webtrees\\\\Tree\\:\\:\\$user_preferences \\(array\\<array\\<string\\>\\>\\) does not accept array\\<array\\>\\.$#"
5275			count: 1
5276			path: app/Tree.php
5277
5278		-
5279			message: "#^Cannot call method find\\(\\) on mixed\\.$#"
5280			count: 1
5281			path: app/TreeUser.php
5282
5283		-
5284			message: "#^Access to an undefined property object\\:\\:\\$email\\.$#"
5285			count: 1
5286			path: app/User.php
5287
5288		-
5289			message: "#^Access to an undefined property object\\:\\:\\$real_name\\.$#"
5290			count: 1
5291			path: app/User.php
5292
5293		-
5294			message: "#^Access to an undefined property object\\:\\:\\$user_id\\.$#"
5295			count: 1
5296			path: app/User.php
5297
5298		-
5299			message: "#^Access to an undefined property object\\:\\:\\$user_name\\.$#"
5300			count: 1
5301			path: app/User.php
5302
5303		-
5304			message: "#^Property Fisharebest\\\\Webtrees\\\\User\\:\\:\\$preferences \\(array\\<string, string\\>\\) does not accept array\\.$#"
5305			count: 1
5306			path: app/User.php
5307
5308		-
5309			message: "#^Parameter \\#1 \\$url of function parse_url expects string, mixed given\\.$#"
5310			count: 1
5311			path: app/Validator.php
5312
5313		-
5314			message: "#^Parameter \\#1 \\$serverRequestFactory of class Nyholm\\\\Psr7Server\\\\ServerRequestCreator constructor expects Psr\\\\Http\\\\Message\\\\ServerRequestFactoryInterface, mixed given\\.$#"
5315			count: 1
5316			path: app/Webtrees.php
5317
5318		-
5319			message: "#^Parameter \\#2 \\$uriFactory of class Nyholm\\\\Psr7Server\\\\ServerRequestCreator constructor expects Psr\\\\Http\\\\Message\\\\UriFactoryInterface, mixed given\\.$#"
5320			count: 1
5321			path: app/Webtrees.php
5322
5323		-
5324			message: "#^Parameter \\#3 \\$uploadedFileFactory of class Nyholm\\\\Psr7Server\\\\ServerRequestCreator constructor expects Psr\\\\Http\\\\Message\\\\UploadedFileFactoryInterface, mixed given\\.$#"
5325			count: 1
5326			path: app/Webtrees.php
5327
5328		-
5329			message: "#^Parameter \\#4 \\$streamFactory of class Nyholm\\\\Psr7Server\\\\ServerRequestCreator constructor expects Psr\\\\Http\\\\Message\\\\StreamFactoryInterface, mixed given\\.$#"
5330			count: 1
5331			path: app/Webtrees.php
5332
5333		-
5334			message: "#^Ternary operator condition is always true\\.$#"
5335			count: 1
5336			path: app/Webtrees.php
5337
5338		-
5339			message: "#^Left side of \\|\\| is always true\\.$#"
5340			count: 1
5341			path: resources/views/admin/control-panel.phtml
5342
5343		-
5344			message: "#^Offset int does not exist on array\\<string, int\\>\\.$#"
5345			count: 1
5346			path: resources/views/admin/control-panel.phtml
5347
5348		-
5349			message: "#^Parameter \\#1 \\$n of static method Fisharebest\\\\Webtrees\\\\I18N\\:\\:number\\(\\) expects float, mixed given\\.$#"
5350			count: 7
5351			path: resources/views/admin/control-panel.phtml
5352
5353		-
5354			message: "#^Right side of \\|\\| is always true\\.$#"
5355			count: 1
5356			path: resources/views/admin/control-panel.phtml
5357
5358		-
5359			message: "#^Access to an undefined property object\\:\\:\\$child_count\\.$#"
5360			count: 2
5361			path: resources/views/admin/locations.phtml
5362
5363		-
5364			message: "#^Access to an undefined property object\\:\\:\\$id\\.$#"
5365			count: 3
5366			path: resources/views/admin/locations.phtml
5367
5368		-
5369			message: "#^Access to an undefined property object\\:\\:\\$key\\.$#"
5370			count: 3
5371			path: resources/views/admin/locations.phtml
5372
5373		-
5374			message: "#^Access to an undefined property object\\:\\:\\$latitude\\.$#"
5375			count: 1
5376			path: resources/views/admin/locations.phtml
5377
5378		-
5379			message: "#^Access to an undefined property object\\:\\:\\$longitude\\.$#"
5380			count: 1
5381			path: resources/views/admin/locations.phtml
5382
5383		-
5384			message: "#^Access to an undefined property object\\:\\:\\$no_coord\\.$#"
5385			count: 1
5386			path: resources/views/admin/locations.phtml
5387
5388		-
5389			message: "#^Access to an undefined property object\\:\\:\\$place\\.$#"
5390			count: 1
5391			path: resources/views/admin/locations.phtml
5392
5393		-
5394			message: "#^Argument of an invalid type object supplied for foreach, only iterables are supported\\.$#"
5395			count: 1
5396			path: resources/views/admin/locations.phtml
5397
5398		-
5399			message: "#^Cannot access offset 0 on object\\.$#"
5400			count: 3
5401			path: resources/views/admin/locations.phtml
5402
5403		-
5404			message: "#^Cannot access offset mixed on object\\.$#"
5405			count: 1
5406			path: resources/views/admin/locations.phtml
5407
5408		-
5409			message: "#^Parameter \\#1 \\$tree of method Fisharebest\\\\Webtrees\\\\Module\\\\PlaceHierarchyListModule\\:\\:listUrl\\(\\) expects Fisharebest\\\\Webtrees\\\\Tree, Fisharebest\\\\Webtrees\\\\Tree\\|null given\\.$#"
5410			count: 2
5411			path: resources/views/admin/locations.phtml
5412
5413		-
5414			message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, object given\\.$#"
5415			count: 3
5416			path: resources/views/admin/locations.phtml
5417
5418		-
5419			message: "#^Access to an undefined property object\\:\\:\\$message\\.$#"
5420			count: 3
5421			path: resources/views/admin/trees-check.phtml
5422
5423		-
5424			message: "#^Access to an undefined property object\\:\\:\\$tag\\.$#"
5425			count: 6
5426			path: resources/views/admin/trees-check.phtml
5427
5428		-
5429			message: "#^Cannot call method name\\(\\) on Fisharebest\\\\Webtrees\\\\Tree\\|null\\.$#"
5430			count: 2
5431			path: resources/views/admin/trees-merge.phtml
5432
5433		-
5434			message: "#^Cannot call method title\\(\\) on Fisharebest\\\\Webtrees\\\\Tree\\|null\\.$#"
5435			count: 2
5436			path: resources/views/admin/trees-merge.phtml
5437
5438		-
5439			message: "#^Access to an undefined property object\\:\\:\\$default_resn_id\\.$#"
5440			count: 3
5441			path: resources/views/admin/trees-privacy.phtml
5442
5443		-
5444			message: "#^Access to an undefined property object\\:\\:\\$record\\.$#"
5445			count: 1
5446			path: resources/views/admin/trees-privacy.phtml
5447
5448		-
5449			message: "#^Access to an undefined property object\\:\\:\\$resn\\.$#"
5450			count: 1
5451			path: resources/views/admin/trees-privacy.phtml
5452
5453		-
5454			message: "#^Access to an undefined property object\\:\\:\\$tag_label\\.$#"
5455			count: 1
5456			path: resources/views/admin/trees-privacy.phtml
5457
5458		-
5459			message: "#^Access to an undefined property object\\:\\:\\$xref\\.$#"
5460			count: 1
5461			path: resources/views/admin/trees-privacy.phtml
5462
5463		-
5464			message: "#^Access to an undefined property object\\:\\:\\$user_id\\.$#"
5465			count: 5
5466			path: resources/views/admin/users-table-options.phtml
5467
5468		-
5469			message: "#^Access to an undefined property object\\:\\:\\$user_name\\.$#"
5470			count: 1
5471			path: resources/views/admin/users-table-options.phtml
5472
5473		-
5474			message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
5475			count: 1
5476			path: resources/views/chart-box.phtml
5477
5478		-
5479			message: "#^Cannot call method findByComponent\\(\\) on mixed\\.$#"
5480			count: 1
5481			path: resources/views/chart-box.phtml
5482
5483		-
5484			message: "#^PHPDoc tag @var for variable \\$all_facts contains generic class Illuminate\\\\Support\\\\Collection but does not specify its types\\: TKey, TValue$#"
5485			count: 1
5486			path: resources/views/chart-box.phtml
5487
5488		-
5489			message: "#^PHPDoc tag @var for variable \\$menus contains generic class Illuminate\\\\Support\\\\Collection but does not specify its types\\: TKey, TValue$#"
5490			count: 1
5491			path: resources/views/chart-box.phtml
5492
5493		-
5494			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:filter\\(\\) expects \\(callable\\(mixed, int\\|string\\)\\: bool\\)\\|null, Closure\\(Fisharebest\\\\Webtrees\\\\Fact\\)\\: bool given\\.$#"
5495			count: 1
5496			path: resources/views/chart-box.phtml
5497
5498		-
5499			message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\<int, string\\>\\|false given\\.$#"
5500			count: 1
5501			path: resources/views/chart-box.phtml
5502
5503		-
5504			message: "#^Parameter \\#1 \\$n of static method Fisharebest\\\\Webtrees\\\\I18N\\:\\:number\\(\\) expects float, int\\|null given\\.$#"
5505			count: 1
5506			path: resources/views/components/badge.phtml
5507
5508		-
5509			message: "#^Cannot cast mixed to int\\.$#"
5510			count: 1
5511			path: resources/views/components/select-number.phtml
5512
5513		-
5514			message: "#^Parameter \\#1 \\$n of static method Fisharebest\\\\Webtrees\\\\I18N\\:\\:number\\(\\) expects float, string given\\.$#"
5515			count: 1
5516			path: resources/views/components/select-number.phtml
5517
5518		-
5519			message: "#^Cannot cast mixed to string\\.$#"
5520			count: 1
5521			path: resources/views/components/select.phtml
5522
5523		-
5524			message: "#^Unreachable statement \\- code above always terminates\\.$#"
5525			count: 1
5526			path: resources/views/edit/edit-gedcom-fields.phtml
5527
5528		-
5529			message: "#^Cannot call method formatFirstMajorFact\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#"
5530			count: 2
5531			path: resources/views/edit/reorder-children.phtml
5532
5533		-
5534			message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#"
5535			count: 1
5536			path: resources/views/edit/reorder-children.phtml
5537
5538		-
5539			message: "#^Cannot call method getBirthDate\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#"
5540			count: 1
5541			path: resources/views/edit/reorder-children.phtml
5542
5543		-
5544			message: "#^Cannot call method formatFirstMajorFact\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#"
5545			count: 4
5546			path: resources/views/edit/reorder-families.phtml
5547
5548		-
5549			message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#"
5550			count: 2
5551			path: resources/views/edit/reorder-families.phtml
5552
5553		-
5554			message: "#^Cannot call method getMarriageDate\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#"
5555			count: 2
5556			path: resources/views/edit/reorder-families.phtml
5557
5558		-
5559			message: "#^Cannot call method displayImage\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#"
5560			count: 1
5561			path: resources/views/edit/reorder-media.phtml
5562
5563		-
5564			message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#"
5565			count: 1
5566			path: resources/views/edit/reorder-media.phtml
5567
5568		-
5569			message: "#^Parameter \\#1 \\$record of method Fisharebest\\\\Webtrees\\\\Services\\\\GedcomEditService\\:\\:factsToAdd\\(\\) expects Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual, Fisharebest\\\\Webtrees\\\\GedcomRecord given\\.$#"
5570			count: 1
5571			path: resources/views/fact-add-new.phtml
5572
5573		-
5574			message: "#^Cannot call method findByComponent\\(\\) on mixed\\.$#"
5575			count: 1
5576			path: resources/views/fact-association-structure.phtml
5577
5578		-
5579			message: "#^Cannot call method getCloseRelationshipName\\(\\) on mixed\\.$#"
5580			count: 1
5581			path: resources/views/fact-association-structure.phtml
5582
5583		-
5584			message: "#^Parameter \\#2 \\$subject of function preg_match_all expects string, string\\|null given\\.$#"
5585			count: 1
5586			path: resources/views/fact-gedcom-fields.phtml
5587
5588		-
5589			message: "#^Cannot call method findByInterface\\(\\) on mixed\\.$#"
5590			count: 1
5591			path: resources/views/fact-place.phtml
5592
5593		-
5594			message: "#^Cannot call method findByComponent\\(\\) on mixed\\.$#"
5595			count: 1
5596			path: resources/views/fact.phtml
5597
5598		-
5599			message: "#^Cannot call method getCloseRelationshipName\\(\\) on mixed\\.$#"
5600			count: 1
5601			path: resources/views/fact.phtml
5602
5603		-
5604			message: "#^Argument of an invalid type string supplied for foreach, only iterables are supported\\.$#"
5605			count: 3
5606			path: resources/views/help/date.phtml
5607
5608		-
5609			message: "#^Access to an undefined property object\\:\\:\\$status\\.$#"
5610			count: 1
5611			path: resources/views/layouts/administration.phtml
5612
5613		-
5614			message: "#^Access to an undefined property object\\:\\:\\$text\\.$#"
5615			count: 1
5616			path: resources/views/layouts/administration.phtml
5617
5618		-
5619			message: "#^Cannot call method findByInterface\\(\\) on mixed\\.$#"
5620			count: 2
5621			path: resources/views/layouts/administration.phtml
5622
5623		-
5624			message: "#^Access to an undefined property object\\:\\:\\$status\\.$#"
5625			count: 1
5626			path: resources/views/layouts/default.phtml
5627
5628		-
5629			message: "#^Access to an undefined property object\\:\\:\\$text\\.$#"
5630			count: 1
5631			path: resources/views/layouts/default.phtml
5632
5633		-
5634			message: "#^Cannot call method findByInterface\\(\\) on mixed\\.$#"
5635			count: 3
5636			path: resources/views/layouts/default.phtml
5637
5638		-
5639			message: "#^Cannot call method genealogyMenu\\(\\) on mixed\\.$#"
5640			count: 1
5641			path: resources/views/layouts/default.phtml
5642
5643		-
5644			message: "#^Cannot call method name\\(\\) on mixed\\.$#"
5645			count: 1
5646			path: resources/views/layouts/default.phtml
5647
5648		-
5649			message: "#^Cannot call method stylesheets\\(\\) on mixed\\.$#"
5650			count: 1
5651			path: resources/views/layouts/default.phtml
5652
5653		-
5654			message: "#^Cannot call method userMenu\\(\\) on mixed\\.$#"
5655			count: 1
5656			path: resources/views/layouts/default.phtml
5657
5658		-
5659			message: "#^Cannot call method findByComponent\\(\\) on mixed\\.$#"
5660			count: 1
5661			path: resources/views/lists/individuals-table.phtml
5662
5663		-
5664			message: "#^Cannot cast mixed to int\\.$#"
5665			count: 2
5666			path: resources/views/lists/locations-table.phtml
5667
5668		-
5669			message: "#^Cannot cast mixed to int\\.$#"
5670			count: 3
5671			path: resources/views/lists/media-table.phtml
5672
5673		-
5674			message: "#^Cannot cast mixed to int\\.$#"
5675			count: 4
5676			path: resources/views/lists/notes-table.phtml
5677
5678		-
5679			message: "#^Cannot cast mixed to int\\.$#"
5680			count: 1
5681			path: resources/views/lists/repositories-table.phtml
5682
5683		-
5684			message: "#^Cannot cast mixed to int\\.$#"
5685			count: 4
5686			path: resources/views/lists/sources-table.phtml
5687
5688		-
5689			message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: int, Closure\\(string\\)\\: int given\\.$#"
5690			count: 2
5691			path: resources/views/lists/submitters-table.phtml
5692
5693		-
5694			message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
5695			count: 1
5696			path: resources/views/modules/census-assistant.phtml
5697
5698		-
5699			message: "#^Cannot call method tree\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
5700			count: 3
5701			path: resources/views/modules/census-assistant.phtml
5702
5703		-
5704			message: "#^Cannot call method getCloseRelationshipName\\(\\) on mixed\\.$#"
5705			count: 6
5706			path: resources/views/modules/family_nav/sidebar-family.phtml
5707
5708		-
5709			message: "#^Access to an undefined property object\\:\\:\\$block_id\\.$#"
5710			count: 4
5711			path: resources/views/modules/faq/config.phtml
5712
5713		-
5714			message: "#^Access to an undefined property object\\:\\:\\$block_order\\.$#"
5715			count: 3
5716			path: resources/views/modules/faq/config.phtml
5717
5718		-
5719			message: "#^Access to an undefined property object\\:\\:\\$gedcom_id\\.$#"
5720			count: 1
5721			path: resources/views/modules/faq/config.phtml
5722
5723		-
5724			message: "#^Access to an undefined property object\\:\\:\\$header\\.$#"
5725			count: 2
5726			path: resources/views/modules/faq/config.phtml
5727
5728		-
5729			message: "#^Access to an undefined property object\\:\\:\\$faqbody\\.$#"
5730			count: 3
5731			path: resources/views/modules/faq/show.phtml
5732
5733		-
5734			message: "#^Access to an undefined property object\\:\\:\\$header\\.$#"
5735			count: 2
5736			path: resources/views/modules/faq/show.phtml
5737
5738		-
5739			message: "#^Access to an undefined property object\\:\\:\\$favorite_id\\.$#"
5740			count: 1
5741			path: resources/views/modules/favorites/favorites.phtml
5742
5743		-
5744			message: "#^Access to an undefined property object\\:\\:\\$favorite_type\\.$#"
5745			count: 1
5746			path: resources/views/modules/favorites/favorites.phtml
5747
5748		-
5749			message: "#^Access to an undefined property object\\:\\:\\$note\\.$#"
5750			count: 1
5751			path: resources/views/modules/favorites/favorites.phtml
5752
5753		-
5754			message: "#^Access to an undefined property object\\:\\:\\$record\\.$#"
5755			count: 1
5756			path: resources/views/modules/favorites/favorites.phtml
5757
5758		-
5759			message: "#^Access to an undefined property object\\:\\:\\$title\\.$#"
5760			count: 1
5761			path: resources/views/modules/favorites/favorites.phtml
5762
5763		-
5764			message: "#^Access to an undefined property object\\:\\:\\$url\\.$#"
5765			count: 1
5766			path: resources/views/modules/favorites/favorites.phtml
5767
5768		-
5769			message: "#^Access to an undefined property object\\:\\:\\$body\\.$#"
5770			count: 1
5771			path: resources/views/modules/gedcom_news/list.phtml
5772
5773		-
5774			message: "#^Access to an undefined property object\\:\\:\\$news_id\\.$#"
5775			count: 2
5776			path: resources/views/modules/gedcom_news/list.phtml
5777
5778		-
5779			message: "#^Access to an undefined property object\\:\\:\\$subject\\.$#"
5780			count: 2
5781			path: resources/views/modules/gedcom_news/list.phtml
5782
5783		-
5784			message: "#^Access to an undefined property object\\:\\:\\$updated\\.$#"
5785			count: 1
5786			path: resources/views/modules/gedcom_news/list.phtml
5787
5788		-
5789			message: "#^Access to an undefined property object\\:\\:\\$background\\.$#"
5790			count: 1
5791			path: resources/views/modules/lifespans-chart/chart.phtml
5792
5793		-
5794			message: "#^Access to an undefined property object\\:\\:\\$birth_year\\.$#"
5795			count: 3
5796			path: resources/views/modules/lifespans-chart/chart.phtml
5797
5798		-
5799			message: "#^Access to an undefined property object\\:\\:\\$death_year\\.$#"
5800			count: 1
5801			path: resources/views/modules/lifespans-chart/chart.phtml
5802
5803		-
5804			message: "#^Access to an undefined property object\\:\\:\\$id\\.$#"
5805			count: 3
5806			path: resources/views/modules/lifespans-chart/chart.phtml
5807
5808		-
5809			message: "#^Access to an undefined property object\\:\\:\\$individual\\.$#"
5810			count: 5
5811			path: resources/views/modules/lifespans-chart/chart.phtml
5812
5813		-
5814			message: "#^Access to an undefined property object\\:\\:\\$row\\.$#"
5815			count: 2
5816			path: resources/views/modules/lifespans-chart/chart.phtml
5817
5818		-
5819			message: "#^Parameter \\#1 \\$string of function trim expects string, string\\|null given\\.$#"
5820			count: 1
5821			path: resources/views/modules/notes/tab.phtml
5822
5823		-
5824			message: "#^Parameter \\#1 \\$value of method Fisharebest\\\\Webtrees\\\\Elements\\\\SubmitterText\\:\\:value\\(\\) expects string, string\\|null given\\.$#"
5825			count: 1
5826			path: resources/views/modules/notes/tab.phtml
5827
5828		-
5829			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|null given\\.$#"
5830			count: 1
5831			path: resources/views/modules/notes/tab.phtml
5832
5833		-
5834			message: "#^PHPDoc tag @var for variable \\$ancestors contains generic class Illuminate\\\\Support\\\\Collection but does not specify its types\\: TKey, TValue$#"
5835			count: 1
5836			path: resources/views/modules/pedigree-chart/chart-up.phtml
5837
5838		-
5839			message: "#^PHPDoc tag @var for variable \\$links contains generic class Illuminate\\\\Support\\\\Collection but does not specify its types\\: TKey, TValue$#"
5840			count: 1
5841			path: resources/views/modules/pedigree-chart/chart-up.phtml
5842
5843		-
5844			message: "#^Parameter \\#1 \\(mixed\\) of echo cannot be converted to string\\.$#"
5845			count: 2
5846			path: resources/views/modules/pedigree-chart/chart-up.phtml
5847
5848		-
5849			message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:displayImage\\(\\)\\.$#"
5850			count: 1
5851			path: resources/views/modules/pedigree-map/events.phtml
5852
5853		-
5854			message: "#^Parameter \\#1 \\$n of static method Fisharebest\\\\Webtrees\\\\I18N\\:\\:number\\(\\) expects float, string given\\.$#"
5855			count: 3
5856			path: resources/views/modules/place-hierarchy/sidebar.phtml
5857
5858		-
5859			message: "#^Access to an undefined property object\\:\\:\\$record\\.$#"
5860			count: 3
5861			path: resources/views/modules/recent_changes/changes-list.phtml
5862
5863		-
5864			message: "#^Access to an undefined property object\\:\\:\\$time\\.$#"
5865			count: 2
5866			path: resources/views/modules/recent_changes/changes-list.phtml
5867
5868		-
5869			message: "#^Access to an undefined property object\\:\\:\\$user\\.$#"
5870			count: 1
5871			path: resources/views/modules/recent_changes/changes-list.phtml
5872
5873		-
5874			message: "#^Access to an undefined property object\\:\\:\\$record\\.$#"
5875			count: 12
5876			path: resources/views/modules/recent_changes/changes-table.phtml
5877
5878		-
5879			message: "#^Access to an undefined property object\\:\\:\\$time\\.$#"
5880			count: 2
5881			path: resources/views/modules/recent_changes/changes-table.phtml
5882
5883		-
5884			message: "#^Access to an undefined property object\\:\\:\\$user\\.$#"
5885			count: 1
5886			path: resources/views/modules/recent_changes/changes-table.phtml
5887
5888		-
5889			message: "#^Cannot call method getCloseRelationshipName\\(\\) on mixed\\.$#"
5890			count: 3
5891			path: resources/views/modules/relatives/family.phtml
5892
5893		-
5894			message: "#^Access to an undefined property object\\:\\:\\$block_id\\.$#"
5895			count: 2
5896			path: resources/views/modules/stories/config.phtml
5897
5898		-
5899			message: "#^Access to an undefined property object\\:\\:\\$individual\\.$#"
5900			count: 1
5901			path: resources/views/modules/stories/config.phtml
5902
5903		-
5904			message: "#^Access to an undefined property object\\:\\:\\$title\\.$#"
5905			count: 2
5906			path: resources/views/modules/stories/config.phtml
5907
5908		-
5909			message: "#^Access to an undefined property object\\:\\:\\$xref\\.$#"
5910			count: 1
5911			path: resources/views/modules/stories/config.phtml
5912
5913		-
5914			message: "#^Access to an undefined property object\\:\\:\\$individual\\.$#"
5915			count: 2
5916			path: resources/views/modules/stories/list.phtml
5917
5918		-
5919			message: "#^Access to an undefined property object\\:\\:\\$title\\.$#"
5920			count: 1
5921			path: resources/views/modules/stories/list.phtml
5922
5923		-
5924			message: "#^Access to an undefined property object\\:\\:\\$block_id\\.$#"
5925			count: 1
5926			path: resources/views/modules/stories/tab.phtml
5927
5928		-
5929			message: "#^Access to an undefined property object\\:\\:\\$story_body\\.$#"
5930			count: 1
5931			path: resources/views/modules/stories/tab.phtml
5932
5933		-
5934			message: "#^Access to an undefined property object\\:\\:\\$title\\.$#"
5935			count: 1
5936			path: resources/views/modules/stories/tab.phtml
5937
5938		-
5939			message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:husband\\(\\)\\.$#"
5940			count: 1
5941			path: resources/views/modules/timeline-chart/chart.phtml
5942
5943		-
5944			message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:wife\\(\\)\\.$#"
5945			count: 1
5946			path: resources/views/modules/timeline-chart/chart.phtml
5947
5948		-
5949			message: "#^Cannot access offset 'count' on mixed\\.$#"
5950			count: 1
5951			path: resources/views/modules/top10_pageviews/list.phtml
5952
5953		-
5954			message: "#^Cannot access offset 'record' on mixed\\.$#"
5955			count: 2
5956			path: resources/views/modules/top10_pageviews/list.phtml
5957
5958		-
5959			message: "#^Cannot call method fullName\\(\\) on mixed\\.$#"
5960			count: 1
5961			path: resources/views/modules/top10_pageviews/list.phtml
5962
5963		-
5964			message: "#^Cannot call method url\\(\\) on mixed\\.$#"
5965			count: 1
5966			path: resources/views/modules/top10_pageviews/list.phtml
5967
5968		-
5969			message: "#^Parameter \\#1 \\$n of static method Fisharebest\\\\Webtrees\\\\I18N\\:\\:number\\(\\) expects float, mixed given\\.$#"
5970			count: 1
5971			path: resources/views/modules/top10_pageviews/list.phtml
5972
5973		-
5974			message: "#^Access to an undefined property object\\:\\:\\$body\\.$#"
5975			count: 1
5976			path: resources/views/modules/user-messages/user-messages.phtml
5977
5978		-
5979			message: "#^Access to an undefined property object\\:\\:\\$created\\.$#"
5980			count: 1
5981			path: resources/views/modules/user-messages/user-messages.phtml
5982
5983		-
5984			message: "#^Access to an undefined property object\\:\\:\\$message_id\\.$#"
5985			count: 6
5986			path: resources/views/modules/user-messages/user-messages.phtml
5987
5988		-
5989			message: "#^Access to an undefined property object\\:\\:\\$sender\\.$#"
5990			count: 3
5991			path: resources/views/modules/user-messages/user-messages.phtml
5992
5993		-
5994			message: "#^Access to an undefined property object\\:\\:\\$subject\\.$#"
5995			count: 5
5996			path: resources/views/modules/user-messages/user-messages.phtml
5997
5998		-
5999			message: "#^Access to an undefined property object\\:\\:\\$body\\.$#"
6000			count: 1
6001			path: resources/views/modules/user_blog/list.phtml
6002
6003		-
6004			message: "#^Access to an undefined property object\\:\\:\\$news_id\\.$#"
6005			count: 2
6006			path: resources/views/modules/user_blog/list.phtml
6007
6008		-
6009			message: "#^Access to an undefined property object\\:\\:\\$subject\\.$#"
6010			count: 2
6011			path: resources/views/modules/user_blog/list.phtml
6012
6013		-
6014			message: "#^Access to an undefined property object\\:\\:\\$updated\\.$#"
6015			count: 1
6016			path: resources/views/modules/user_blog/list.phtml
6017
6018		-
6019			message: "#^Access to an undefined property object\\:\\:\\$fact\\.$#"
6020			count: 2
6021			path: resources/views/modules/yahrzeit/list.phtml
6022
6023		-
6024			message: "#^Access to an undefined property object\\:\\:\\$individual\\.$#"
6025			count: 5
6026			path: resources/views/modules/yahrzeit/list.phtml
6027
6028		-
6029			message: "#^Access to an undefined property object\\:\\:\\$yahrzeit_date\\.$#"
6030			count: 1
6031			path: resources/views/modules/yahrzeit/list.phtml
6032
6033		-
6034			message: "#^Access to an undefined property object\\:\\:\\$fact\\.$#"
6035			count: 2
6036			path: resources/views/modules/yahrzeit/table.phtml
6037
6038		-
6039			message: "#^Access to an undefined property object\\:\\:\\$fact_date\\.$#"
6040			count: 1
6041			path: resources/views/modules/yahrzeit/table.phtml
6042
6043		-
6044			message: "#^Access to an undefined property object\\:\\:\\$individual\\.$#"
6045			count: 7
6046			path: resources/views/modules/yahrzeit/table.phtml
6047
6048		-
6049			message: "#^Access to an undefined property object\\:\\:\\$yahrzeit_date\\.$#"
6050			count: 3
6051			path: resources/views/modules/yahrzeit/table.phtml
6052
6053		-
6054			message: "#^Access to an undefined property object\\:\\:\\$change_id\\.$#"
6055			count: 2
6056			path: resources/views/pending-changes-page.phtml
6057
6058		-
6059			message: "#^Access to an undefined property object\\:\\:\\$change_time\\.$#"
6060			count: 1
6061			path: resources/views/pending-changes-page.phtml
6062
6063		-
6064			message: "#^Access to an undefined property object\\:\\:\\$real_name\\.$#"
6065			count: 1
6066			path: resources/views/pending-changes-page.phtml
6067
6068		-
6069			message: "#^Access to an undefined property object\\:\\:\\$record\\.$#"
6070			count: 5
6071			path: resources/views/pending-changes-page.phtml
6072
6073		-
6074			message: "#^Access to an undefined property object\\:\\:\\$user_name\\.$#"
6075			count: 2
6076			path: resources/views/pending-changes-page.phtml
6077
6078		-
6079			message: "#^Access to an undefined property object\\:\\:\\$xref\\.$#"
6080			count: 2
6081			path: resources/views/pending-changes-page.phtml
6082
6083		-
6084			message: "#^PHPDoc tag @var for variable \\$records has no value type specified in iterable type array\\.$#"
6085			count: 1
6086			path: resources/views/statistics/families/top10-list-age.phtml
6087
6088		-
6089			message: "#^PHPDoc tag @var for variable \\$records has no value type specified in iterable type array\\.$#"
6090			count: 1
6091			path: resources/views/statistics/families/top10-list-grand.phtml
6092
6093		-
6094			message: "#^PHPDoc tag @var for variable \\$records has no value type specified in iterable type array\\.$#"
6095			count: 1
6096			path: resources/views/statistics/families/top10-list-spouses.phtml
6097
6098		-
6099			message: "#^PHPDoc tag @var for variable \\$records has no value type specified in iterable type array\\.$#"
6100			count: 1
6101			path: resources/views/statistics/families/top10-list.phtml
6102
6103		-
6104			message: "#^PHPDoc tag @var for variable \\$records has no value type specified in iterable type array\\.$#"
6105			count: 1
6106			path: resources/views/statistics/families/top10-nolist-grand.phtml
6107
6108		-
6109			message: "#^PHPDoc tag @var for variable \\$records has no value type specified in iterable type array\\.$#"
6110			count: 1
6111			path: resources/views/statistics/families/top10-nolist-spouses.phtml
6112
6113		-
6114			message: "#^PHPDoc tag @var for variable \\$data has no value type specified in iterable type array\\.$#"
6115			count: 1
6116			path: resources/views/statistics/other/charts/column.phtml
6117
6118		-
6119			message: "#^PHPDoc tag @var for variable \\$data has no value type specified in iterable type array\\.$#"
6120			count: 1
6121			path: resources/views/statistics/other/charts/combo.phtml
6122
6123		-
6124			message: "#^PHPDoc tag @var for variable \\$data has no value type specified in iterable type array\\.$#"
6125			count: 1
6126			path: resources/views/statistics/other/charts/custom.phtml
6127
6128		-
6129			message: "#^PHPDoc tag @var for variable \\$data has no value type specified in iterable type array\\.$#"
6130			count: 1
6131			path: resources/views/statistics/other/charts/pie.phtml
6132
6133		-
6134			message: "#^Cannot call method createServerRequest\\(\\) on mixed\\.$#"
6135			count: 1
6136			path: tests/TestCase.php
6137
6138		-
6139			message: "#^Cannot call method createStreamFromFile\\(\\) on mixed\\.$#"
6140			count: 2
6141			path: tests/TestCase.php
6142
6143		-
6144			message: "#^Cannot call method createUploadedFile\\(\\) on mixed\\.$#"
6145			count: 1
6146			path: tests/TestCase.php
6147
6148		-
6149			message: "#^Method Fisharebest\\\\Webtrees\\\\TestCase\\:\\:withConsecutive\\(\\) return type with generic class PHPUnit\\\\Framework\\\\Constraint\\\\Callback does not specify its types\\: CallbackInput$#"
6150			count: 1
6151			path: tests/TestCase.php
6152
6153		-
6154			message: "#^Parameter \\#2 \\$object of method Fisharebest\\\\Webtrees\\\\Contracts\\\\ContainerInterface\\:\\:set\\(\\) expects object, Fisharebest\\\\Webtrees\\\\Tree\\|string given\\.$#"
6155			count: 1
6156			path: tests/TestCase.php
6157
6158		-
6159			message: "#^Parameter \\#2 \\$offset of function substr expects int, int\\<0, max\\>\\|false given\\.$#"
6160			count: 1
6161			path: tests/TestCase.php
6162
6163		-
6164			message: "#^Cannot access offset 0 on array\\<int, string\\>\\|false\\.$#"
6165			count: 1
6166			path: tests/app/Encodings/AnselTest.php
6167
6168		-
6169			message: "#^Cannot access offset 1 on array\\<int, string\\>\\|false\\.$#"
6170			count: 1
6171			path: tests/app/Encodings/AnselTest.php
6172
6173		-
6174			message: "#^Cannot call method createUri\\(\\) on mixed\\.$#"
6175			count: 1
6176			path: tests/app/Http/Middleware/CheckCsrfTest.php
6177
6178		-
6179			message: "#^Parameter \\#3 \\$params of static method Fisharebest\\\\Webtrees\\\\TestCase\\:\\:createRequest\\(\\) expects array\\<string\\>, array\\<string, int\\|string\\> given\\.$#"
6180			count: 1
6181			path: tests/app/Http/RequestHandlers/FixLevel0MediaActionTest.php
6182
6183		-
6184			message: "#^Parameter \\#2 \\$query of static method Fisharebest\\\\Webtrees\\\\TestCase\\:\\:createRequest\\(\\) expects array\\<string\\>, array\\<string, int\\> given\\.$#"
6185			count: 1
6186			path: tests/app/Http/RequestHandlers/FixLevel0MediaDataTest.php
6187
6188		-
6189			message: "#^Parameter \\#2 \\$query of static method Fisharebest\\\\Webtrees\\\\TestCase\\:\\:createRequest\\(\\) expects array\\<string\\>, array\\<string, array\\<string, string\\>\\|string\\> given\\.$#"
6190			count: 3
6191			path: tests/app/Http/RequestHandlers/ManageMediaDataTest.php
6192
6193		-
6194			message: "#^Parameter \\#2 \\$query of static method Fisharebest\\\\Webtrees\\\\TestCase\\:\\:createRequest\\(\\) expects array\\<string\\>, array\\<string, array\\<int, string\\>\\|string\\> given\\.$#"
6195			count: 3
6196			path: tests/app/Http/RequestHandlers/RedirectTimeLinePhpTest.php
6197
6198		-
6199			message: "#^Parameter \\#3 \\$params of static method Fisharebest\\\\Webtrees\\\\TestCase\\:\\:createRequest\\(\\) expects array\\<string\\>, array\\<string, int\\|string\\> given\\.$#"
6200			count: 1
6201			path: tests/app/Http/RequestHandlers/UserEditActionTest.php
6202
6203		-
6204			message: "#^Cannot call method tag\\(\\) on Fisharebest\\\\Webtrees\\\\Fact\\|null\\.$#"
6205			count: 2
6206			path: tests/app/Services/GedcomEditServiceTest.php
6207
6208		-
6209			message: "#^Parameter \\#1 \\$interface of method Fisharebest\\\\Webtrees\\\\Services\\\\ModuleService\\:\\:findByInterface\\(\\) expects class\\-string\\<Fisharebest\\\\Webtrees\\\\Module\\\\ModuleInterface\\|Psr\\\\Http\\\\Server\\\\MiddlewareInterface\\>, string given\\.$#"
6210			count: 1
6211			path: tests/app/Services/ModuleServiceTest.php
6212
6213		-
6214			message: "#^Unable to resolve the template type T in call to method Fisharebest\\\\Webtrees\\\\Services\\\\ModuleService\\:\\:findByInterface\\(\\)$#"
6215			count: 1
6216			path: tests/app/Services/ModuleServiceTest.php
6217
6218		-
6219			message: "#^Call to an undefined method object\\:\\:iniGet\\(\\)\\.$#"
6220			count: 1
6221			path: tests/app/Services/TimeoutServiceTest.php
6222
6223		-
6224			message: "#^Cannot call method method\\(\\) on object\\|null\\.$#"
6225			count: 3
6226			path: tests/app/Services/TimeoutServiceTest.php
6227
6228		-
6229			message: "#^Parameter \\#1 \\$option of function ini_get expects string, mixed given\\.$#"
6230			count: 1
6231			path: tests/app/Services/TimeoutServiceTest.php
6232
6233		-
6234			message: "#^Cannot call method id\\(\\) on Fisharebest\\\\Webtrees\\\\User\\|null\\.$#"
6235			count: 5
6236			path: tests/app/Services/UserServiceTest.php
6237
6238		-
6239			message: "#^Parameter \\#1 \\$timestamp of class Fisharebest\\\\Webtrees\\\\Timestamp constructor expects int, int\\|false given\\.$#"
6240			count: 19
6241			path: tests/app/TimestampTest.php
6242
6243		-
6244			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|false given\\.$#"
6245			count: 2
6246			path: tests/app/TreeTest.php
6247
6248		-
6249			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
6250			count: 4
6251			path: tests/app/TreeTest.php
6252
6253		-
6254			message: "#^Cannot call method deleteRecord\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
6255			count: 1
6256			path: tests/feature/IndividualListTest.php
6257