xref: /webtrees/phpstan-baseline.neon (revision 6efab79620ccfb11b5cd8a0eb9131a3cf86e0b56)
1parameters:
2	ignoreErrors:
3		-
4			message: "#^Cannot call method find\\(\\) on mixed\\.$#"
5			count: 1
6			path: app/Auth.php
7
8		-
9			message: "#^Method Fisharebest\\\\Webtrees\\\\Auth\\:\\:id\\(\\) should return int\\|null but returns mixed\\.$#"
10			count: 1
11			path: app/Auth.php
12
13		-
14			message: "#^Method Fisharebest\\\\Webtrees\\\\Census\\\\AbstractCensusColumn\\:\\:spouseFamily\\(\\) should return Fisharebest\\\\Webtrees\\\\Family\\|null but returns mixed\\.$#"
15			count: 1
16			path: app/Census/AbstractCensusColumn.php
17
18		-
19			message: "#^Cannot cast mixed to string\\.$#"
20			count: 1
21			path: app/Census/CensusColumnBornForeignParts.php
22
23		-
24			message: "#^Cannot call method getCloseRelationshipName\\(\\) on mixed\\.$#"
25			count: 1
26			path: app/Census/CensusColumnRelationToHead.php
27
28		-
29			message: "#^Parameter \\#1 \\$line of method Fisharebest\\\\Webtrees\\\\CommonMark\\\\CensusTableParser\\:\\:parseRow\\(\\) expects string, string\\|null given\\.$#"
30			count: 1
31			path: app/CommonMark/CensusTableParser.php
32
33		-
34			message: "#^Cannot call method calendarUrl\\(\\) on Fisharebest\\\\Webtrees\\\\Date\\\\AbstractCalendarDate\\|null\\.$#"
35			count: 1
36			path: app/Date.php
37
38		-
39			message: "#^Cannot call method getPreference\\(\\) on mixed\\.$#"
40			count: 1
41			path: app/Date.php
42
43		-
44			message: "#^Cannot call method has\\(\\) on mixed\\.$#"
45			count: 1
46			path: app/Date.php
47
48		-
49			message: "#^Parameter \\#2 \\$tree of method Fisharebest\\\\Webtrees\\\\Date\\\\AbstractCalendarDate\\:\\:calendarUrl\\(\\) expects Fisharebest\\\\Webtrees\\\\Tree, mixed given\\.$#"
50			count: 4
51			path: app/Date.php
52
53		-
54			message: "#^Method Fisharebest\\\\Webtrees\\\\Date\\\\AbstractCalendarDate\\:\\:formatGedcomMonth\\(\\) should return string but returns int\\|string\\|false\\.$#"
55			count: 1
56			path: app/Date/AbstractCalendarDate.php
57
58		-
59			message: "#^Method Fisharebest\\\\Webtrees\\\\Elements\\\\AbstractElement\\:\\:canonicalText\\(\\) should return string but returns string\\|null\\.$#"
60			count: 1
61			path: app/Elements/AbstractElement.php
62
63		-
64			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
65			count: 1
66			path: app/Elements/AbstractElement.php
67
68		-
69			message: "#^Cannot call method make\\(\\) on mixed\\.$#"
70			count: 1
71			path: app/Elements/AbstractXrefElement.php
72
73		-
74			message: "#^Method Fisharebest\\\\Webtrees\\\\Elements\\\\AgeAtEvent\\:\\:value\\(\\) should return string but returns string\\|null\\.$#"
75			count: 1
76			path: app/Elements/AgeAtEvent.php
77
78		-
79			message: "#^Cannot call method findByInterface\\(\\) on mixed\\.$#"
80			count: 1
81			path: app/Elements/Census.php
82
83		-
84			message: "#^Cannot call method getAttribute\\(\\) on mixed\\.$#"
85			count: 1
86			path: app/Elements/Census.php
87
88		-
89			message: "#^Cannot call method dateFormatToOrder\\(\\) on mixed\\.$#"
90			count: 1
91			path: app/Elements/DateValue.php
92
93		-
94			message: "#^Method Fisharebest\\\\Webtrees\\\\Elements\\\\DateValue\\:\\:escape\\(\\) should return string but returns string\\|null\\.$#"
95			count: 1
96			path: app/Elements/DateValue.php
97
98		-
99			message: "#^Method Fisharebest\\\\Webtrees\\\\Elements\\\\LanguageId\\:\\:canonical\\(\\) should return string but returns string\\|null\\.$#"
100			count: 1
101			path: app/Elements/LanguageId.php
102
103		-
104			message: "#^Parameter \\#1 \\$num of function dechex expects int, float\\|int given\\.$#"
105			count: 1
106			path: app/Elements/PafUid.php
107
108		-
109			message: "#^Method Fisharebest\\\\Webtrees\\\\Fact\\:\\:getNotes\\(\\) should return array\\<Fisharebest\\\\Webtrees\\\\Note\\|string\\> but returns array\\<int, array\\|Fisharebest\\\\Webtrees\\\\Note\\|string\\|null\\>\\.$#"
110			count: 1
111			path: app/Fact.php
112
113		-
114			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\FamilyFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
115			count: 1
116			path: app/Factories/FamilyFactory.php
117
118		-
119			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\FamilyFactory\\:\\:make\\(\\) should return Fisharebest\\\\Webtrees\\\\Family\\|null but returns mixed\\.$#"
120			count: 1
121			path: app/Factories/FamilyFactory.php
122
123		-
124			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\Factories\\\\AbstractGedcomRecordFactory\\:\\:extractXref\\(\\) expects string, mixed given\\.$#"
125			count: 1
126			path: app/Factories/FamilyFactory.php
127
128		-
129			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
130			count: 1
131			path: app/Factories/FamilyFactory.php
132
133		-
134			message: "#^Parameter \\#3 \\$pending of method Fisharebest\\\\Webtrees\\\\Factories\\\\FamilyFactory\\:\\:new\\(\\) expects string\\|null, mixed given\\.$#"
135			count: 1
136			path: app/Factories/FamilyFactory.php
137
138		-
139			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\GedcomRecordFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
140			count: 1
141			path: app/Factories/GedcomRecordFactory.php
142
143		-
144			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\GedcomRecordFactory\\:\\:make\\(\\) should return Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null but returns mixed\\.$#"
145			count: 1
146			path: app/Factories/GedcomRecordFactory.php
147
148		-
149			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\Factories\\\\AbstractGedcomRecordFactory\\:\\:extractXref\\(\\) expects string, mixed given\\.$#"
150			count: 1
151			path: app/Factories/GedcomRecordFactory.php
152
153		-
154			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\Factories\\\\GedcomRecordFactory\\:\\:extractType\\(\\) expects string, mixed given\\.$#"
155			count: 1
156			path: app/Factories/GedcomRecordFactory.php
157
158		-
159			message: "#^Parameter \\#4 \\$pending of method Fisharebest\\\\Webtrees\\\\Factories\\\\GedcomRecordFactory\\:\\:newGedcomRecord\\(\\) expects string\\|null, mixed given\\.$#"
160			count: 1
161			path: app/Factories/GedcomRecordFactory.php
162
163		-
164			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\HeaderFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
165			count: 1
166			path: app/Factories/HeaderFactory.php
167
168		-
169			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\HeaderFactory\\:\\:make\\(\\) should return Fisharebest\\\\Webtrees\\\\Header\\|null but returns mixed\\.$#"
170			count: 1
171			path: app/Factories/HeaderFactory.php
172
173		-
174			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\Factories\\\\AbstractGedcomRecordFactory\\:\\:extractXref\\(\\) expects string, mixed given\\.$#"
175			count: 1
176			path: app/Factories/HeaderFactory.php
177
178		-
179			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
180			count: 1
181			path: app/Factories/HeaderFactory.php
182
183		-
184			message: "#^Parameter \\#3 \\$pending of method Fisharebest\\\\Webtrees\\\\Factories\\\\HeaderFactory\\:\\:new\\(\\) expects string\\|null, mixed given\\.$#"
185			count: 1
186			path: app/Factories/HeaderFactory.php
187
188		-
189			message: "#^Parameter \\#1 \\$data of method Fisharebest\\\\Webtrees\\\\Factories\\\\ImageFactory\\:\\:imageResponse\\(\\) expects string, mixed given\\.$#"
190			count: 1
191			path: app/Factories/ImageFactory.php
192
193		-
194			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\IndividualFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
195			count: 1
196			path: app/Factories/IndividualFactory.php
197
198		-
199			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\IndividualFactory\\:\\:make\\(\\) should return Fisharebest\\\\Webtrees\\\\Individual\\|null but returns mixed\\.$#"
200			count: 1
201			path: app/Factories/IndividualFactory.php
202
203		-
204			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\Factories\\\\AbstractGedcomRecordFactory\\:\\:extractXref\\(\\) expects string, mixed given\\.$#"
205			count: 1
206			path: app/Factories/IndividualFactory.php
207
208		-
209			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
210			count: 1
211			path: app/Factories/IndividualFactory.php
212
213		-
214			message: "#^Parameter \\#3 \\$pending of method Fisharebest\\\\Webtrees\\\\Factories\\\\IndividualFactory\\:\\:new\\(\\) expects string\\|null, mixed given\\.$#"
215			count: 1
216			path: app/Factories/IndividualFactory.php
217
218		-
219			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\LocationFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
220			count: 1
221			path: app/Factories/LocationFactory.php
222
223		-
224			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\LocationFactory\\:\\:make\\(\\) should return Fisharebest\\\\Webtrees\\\\Location\\|null but returns mixed\\.$#"
225			count: 1
226			path: app/Factories/LocationFactory.php
227
228		-
229			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\Factories\\\\AbstractGedcomRecordFactory\\:\\:extractXref\\(\\) expects string, mixed given\\.$#"
230			count: 1
231			path: app/Factories/LocationFactory.php
232
233		-
234			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
235			count: 1
236			path: app/Factories/LocationFactory.php
237
238		-
239			message: "#^Parameter \\#3 \\$pending of method Fisharebest\\\\Webtrees\\\\Factories\\\\LocationFactory\\:\\:new\\(\\) expects string\\|null, mixed given\\.$#"
240			count: 1
241			path: app/Factories/LocationFactory.php
242
243		-
244			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\MediaFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
245			count: 1
246			path: app/Factories/MediaFactory.php
247
248		-
249			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\MediaFactory\\:\\:make\\(\\) should return Fisharebest\\\\Webtrees\\\\Media\\|null but returns mixed\\.$#"
250			count: 1
251			path: app/Factories/MediaFactory.php
252
253		-
254			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\Factories\\\\AbstractGedcomRecordFactory\\:\\:extractXref\\(\\) expects string, mixed given\\.$#"
255			count: 1
256			path: app/Factories/MediaFactory.php
257
258		-
259			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
260			count: 1
261			path: app/Factories/MediaFactory.php
262
263		-
264			message: "#^Parameter \\#3 \\$pending of method Fisharebest\\\\Webtrees\\\\Factories\\\\MediaFactory\\:\\:new\\(\\) expects string\\|null, mixed given\\.$#"
265			count: 1
266			path: app/Factories/MediaFactory.php
267
268		-
269			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\NoteFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
270			count: 1
271			path: app/Factories/NoteFactory.php
272
273		-
274			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\NoteFactory\\:\\:make\\(\\) should return Fisharebest\\\\Webtrees\\\\Note\\|null but returns mixed\\.$#"
275			count: 1
276			path: app/Factories/NoteFactory.php
277
278		-
279			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\Factories\\\\AbstractGedcomRecordFactory\\:\\:extractXref\\(\\) expects string, mixed given\\.$#"
280			count: 1
281			path: app/Factories/NoteFactory.php
282
283		-
284			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
285			count: 1
286			path: app/Factories/NoteFactory.php
287
288		-
289			message: "#^Parameter \\#3 \\$pending of class Fisharebest\\\\Webtrees\\\\Note constructor expects string\\|null, mixed given\\.$#"
290			count: 1
291			path: app/Factories/NoteFactory.php
292
293		-
294			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\RepositoryFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
295			count: 1
296			path: app/Factories/RepositoryFactory.php
297
298		-
299			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\RepositoryFactory\\:\\:make\\(\\) should return Fisharebest\\\\Webtrees\\\\Repository\\|null but returns mixed\\.$#"
300			count: 1
301			path: app/Factories/RepositoryFactory.php
302
303		-
304			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\Factories\\\\AbstractGedcomRecordFactory\\:\\:extractXref\\(\\) expects string, mixed given\\.$#"
305			count: 1
306			path: app/Factories/RepositoryFactory.php
307
308		-
309			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
310			count: 1
311			path: app/Factories/RepositoryFactory.php
312
313		-
314			message: "#^Parameter \\#3 \\$pending of method Fisharebest\\\\Webtrees\\\\Factories\\\\RepositoryFactory\\:\\:new\\(\\) expects string\\|null, mixed given\\.$#"
315			count: 1
316			path: app/Factories/RepositoryFactory.php
317
318		-
319			message: "#^Parameter \\#1 \\$str of function trim expects string, string\\|null given\\.$#"
320			count: 1
321			path: app/Factories/SlugFactory.php
322
323		-
324			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\SourceFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
325			count: 1
326			path: app/Factories/SourceFactory.php
327
328		-
329			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\SourceFactory\\:\\:make\\(\\) should return Fisharebest\\\\Webtrees\\\\Source\\|null but returns mixed\\.$#"
330			count: 1
331			path: app/Factories/SourceFactory.php
332
333		-
334			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\Factories\\\\AbstractGedcomRecordFactory\\:\\:extractXref\\(\\) expects string, mixed given\\.$#"
335			count: 1
336			path: app/Factories/SourceFactory.php
337
338		-
339			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
340			count: 1
341			path: app/Factories/SourceFactory.php
342
343		-
344			message: "#^Parameter \\#3 \\$pending of method Fisharebest\\\\Webtrees\\\\Factories\\\\SourceFactory\\:\\:new\\(\\) expects string\\|null, mixed given\\.$#"
345			count: 1
346			path: app/Factories/SourceFactory.php
347
348		-
349			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\SubmissionFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
350			count: 1
351			path: app/Factories/SubmissionFactory.php
352
353		-
354			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\SubmissionFactory\\:\\:make\\(\\) should return Fisharebest\\\\Webtrees\\\\Submission\\|null but returns mixed\\.$#"
355			count: 1
356			path: app/Factories/SubmissionFactory.php
357
358		-
359			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\Factories\\\\AbstractGedcomRecordFactory\\:\\:extractXref\\(\\) expects string, mixed given\\.$#"
360			count: 1
361			path: app/Factories/SubmissionFactory.php
362
363		-
364			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
365			count: 1
366			path: app/Factories/SubmissionFactory.php
367
368		-
369			message: "#^Parameter \\#3 \\$pending of method Fisharebest\\\\Webtrees\\\\Factories\\\\SubmissionFactory\\:\\:new\\(\\) expects string\\|null, mixed given\\.$#"
370			count: 1
371			path: app/Factories/SubmissionFactory.php
372
373		-
374			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\SubmitterFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
375			count: 1
376			path: app/Factories/SubmitterFactory.php
377
378		-
379			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\SubmitterFactory\\:\\:make\\(\\) should return Fisharebest\\\\Webtrees\\\\Submitter\\|null but returns mixed\\.$#"
380			count: 1
381			path: app/Factories/SubmitterFactory.php
382
383		-
384			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\Factories\\\\AbstractGedcomRecordFactory\\:\\:extractXref\\(\\) expects string, mixed given\\.$#"
385			count: 1
386			path: app/Factories/SubmitterFactory.php
387
388		-
389			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
390			count: 1
391			path: app/Factories/SubmitterFactory.php
392
393		-
394			message: "#^Parameter \\#3 \\$pending of method Fisharebest\\\\Webtrees\\\\Factories\\\\SubmitterFactory\\:\\:new\\(\\) expects string\\|null, mixed given\\.$#"
395			count: 1
396			path: app/Factories/SubmitterFactory.php
397
398		-
399			message: "#^Method Fisharebest\\\\Webtrees\\\\Family\\:\\:getMarriage\\(\\) should return Fisharebest\\\\Webtrees\\\\Fact\\|null but returns mixed\\.$#"
400			count: 1
401			path: app/Family.php
402
403		-
404			message: "#^Cannot access an offset on mixed\\.$#"
405			count: 1
406			path: app/FlashMessages.php
407
408		-
409			message: "#^Method Fisharebest\\\\Webtrees\\\\FlashMessages\\:\\:getMessages\\(\\) should return array\\<object\\> but returns mixed\\.$#"
410			count: 1
411			path: app/FlashMessages.php
412
413		-
414			message: "#^Method Fisharebest\\\\Webtrees\\\\Functions\\\\FunctionsImport\\:\\:createMediaObject\\(\\) should return string but returns mixed\\.$#"
415			count: 1
416			path: app/Functions/FunctionsImport.php
417
418		-
419			message: "#^Parameter \\#2 \\$subject of function preg_match_all expects string, string\\|null given\\.$#"
420			count: 1
421			path: app/Functions/FunctionsImport.php
422
423		-
424			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
425			count: 9
426			path: app/Functions/FunctionsImport.php
427
428		-
429			message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, string\\|null given\\.$#"
430			count: 2
431			path: app/Functions/FunctionsImport.php
432
433		-
434			message: "#^Cannot access offset 'OBJE' on array\\<string, string\\>\\|false\\.$#"
435			count: 2
436			path: app/Functions/FunctionsPrint.php
437
438		-
439			message: "#^Cannot call method findByInterface\\(\\) on mixed\\.$#"
440			count: 1
441			path: app/Functions/FunctionsPrint.php
442
443		-
444			message: "#^Cannot call method spouses\\(\\) on mixed\\.$#"
445			count: 1
446			path: app/Functions/FunctionsPrint.php
447
448		-
449			message: "#^Parameter \\#1 \\$array_arg of function uasort expects array\\<string\\>, array\\<string, string\\>\\|false given\\.$#"
450			count: 1
451			path: app/Functions/FunctionsPrint.php
452
453		-
454			message: "#^Parameter \\#2 \\$start of function substr expects int, int\\<0, max\\>\\|false given\\.$#"
455			count: 1
456			path: app/Functions/FunctionsPrint.php
457
458		-
459			message: "#^Argument of an invalid type array\\<string\\>\\|string supplied for foreach, only iterables are supported\\.$#"
460			count: 1
461			path: app/Functions/FunctionsPrintFacts.php
462
463		-
464			message: "#^Cannot call method findByComponent\\(\\) on mixed\\.$#"
465			count: 1
466			path: app/Functions/FunctionsPrintFacts.php
467
468		-
469			message: "#^Cannot call method getCloseRelationshipName\\(\\) on mixed\\.$#"
470			count: 1
471			path: app/Functions/FunctionsPrintFacts.php
472
473		-
474			message: "#^Parameter \\#1 \\$value of method Fisharebest\\\\Webtrees\\\\Contracts\\\\ElementInterface\\:\\:labelValue\\(\\) expects string, array\\<string\\>\\|string given\\.$#"
475			count: 5
476			path: app/Functions/FunctionsPrintFacts.php
477
478		-
479			message: "#^Parameter \\#2 \\$start of function substr expects int, int\\<0, max\\>\\|false given\\.$#"
480			count: 1
481			path: app/Functions/FunctionsPrintFacts.php
482
483		-
484			message: "#^Parameter \\#3 \\$offset of function strpos expects int, int\\<0, max\\>\\|false given\\.$#"
485			count: 1
486			path: app/Functions/FunctionsPrintFacts.php
487
488		-
489			message:
490				"""
491					#^Binary operation "\\." between array\\|non\\-empty\\-string and '
492					' results in an error\\.$#
493				"""
494			count: 2
495			path: app/Functions/FunctionsRtl.php
496
497		-
498			message: "#^Method Fisharebest\\\\Webtrees\\\\Functions\\\\FunctionsRtl\\:\\:spanLtrRtl\\(\\) should return string but returns array\\|string\\.$#"
499			count: 1
500			path: app/Functions/FunctionsRtl.php
501
502		-
503			message: "#^Method Fisharebest\\\\Webtrees\\\\Functions\\\\FunctionsRtl\\:\\:starredName\\(\\) should return string but returns string\\|null\\.$#"
504			count: 1
505			path: app/Functions/FunctionsRtl.php
506
507		-
508			message: "#^Parameter \\#1 \\$string of function substr expects string, array\\|string given\\.$#"
509			count: 4
510			path: app/Functions/FunctionsRtl.php
511
512		-
513			message: "#^Parameter \\#2 \\$start of function substr expects int, int\\<0, max\\>\\|false given\\.$#"
514			count: 1
515			path: app/Functions/FunctionsRtl.php
516
517		-
518			message: "#^Parameter \\#3 \\$length of function substr expects int, int\\<0, max\\>\\|false given\\.$#"
519			count: 1
520			path: app/Functions/FunctionsRtl.php
521
522		-
523			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
524			count: 1
525			path: app/Functions/FunctionsRtl.php
526
527		-
528			message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, string\\|null given\\.$#"
529			count: 1
530			path: app/Functions/FunctionsRtl.php
531
532		-
533			message: "#^Array \\(array\\<array\\<string\\>\\>\\) does not accept array\\<string, string\\|null\\>\\.$#"
534			count: 1
535			path: app/GedcomRecord.php
536
537		-
538			message: "#^Cannot call method acceptRecord\\(\\) on mixed\\.$#"
539			count: 3
540			path: app/GedcomRecord.php
541
542		-
543			message: "#^Cannot call method attribute\\(\\) on mixed\\.$#"
544			count: 1
545			path: app/GedcomRecord.php
546
547		-
548			message: "#^Method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:canShow\\(\\) should return bool but returns mixed\\.$#"
549			count: 1
550			path: app/GedcomRecord.php
551
552		-
553			message: "#^Method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:lastChangeTimestamp\\(\\) should return Fisharebest\\\\Webtrees\\\\Carbon but returns Fisharebest\\\\Webtrees\\\\Carbon\\|false\\.$#"
554			count: 3
555			path: app/GedcomRecord.php
556
557		-
558			message: "#^Parameter \\#1 \\$stack of function array_shift expects array, array\\<int, string\\>\\|false given\\.$#"
559			count: 2
560			path: app/GedcomRecord.php
561
562		-
563			message: "#^Parameter \\#1 \\$str of function trim expects string, string\\|null given\\.$#"
564			count: 2
565			path: app/GedcomRecord.php
566
567		-
568			message: "#^Parameter \\#2 \\$gedcom of method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:updateFact\\(\\) expects string, string\\|null given\\.$#"
569			count: 1
570			path: app/GedcomRecord.php
571
572		-
573			message: "#^Parameter \\#2 \\$haystack of function array_search expects array, array\\<int, string\\>\\|false given\\.$#"
574			count: 2
575			path: app/GedcomRecord.php
576
577		-
578			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
579			count: 1
580			path: app/GedcomRecord.php
581
582		-
583			message: "#^Method Fisharebest\\\\Webtrees\\\\GuestUser\\:\\:getPreference\\(\\) should return string but returns mixed\\.$#"
584			count: 1
585			path: app/GuestUser.php
586
587		-
588			message: "#^Cannot call method getAttribute\\(\\) on mixed\\.$#"
589			count: 3
590			path: app/Helpers/functions.php
591
592		-
593			message: "#^Cannot call method getGenerator\\(\\) on mixed\\.$#"
594			count: 1
595			path: app/Helpers/functions.php
596
597		-
598			message: "#^Cannot call method getMap\\(\\) on mixed\\.$#"
599			count: 1
600			path: app/Helpers/functions.php
601
602		-
603			message: "#^Function route\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
604			count: 1
605			path: app/Helpers/functions.php
606
607		-
608			message: "#^Parameter \\#1 \\$content of method Psr\\\\Http\\\\Message\\\\StreamFactoryInterface\\:\\:createStream\\(\\) expects string, mixed given\\.$#"
609			count: 1
610			path: app/Helpers/functions.php
611
612		-
613			message: "#^Parameter \\#1 \\$string of function strlen expects string, string\\|false given\\.$#"
614			count: 1
615			path: app/Helpers/functions.php
616
617		-
618			message: "#^Strict comparison using \\=\\=\\= between '\\-dev' and '' will always evaluate to false\\.$#"
619			count: 1
620			path: app/Helpers/functions.php
621
622		-
623			message: "#^Method Fisharebest\\\\Webtrees\\\\Html\\:\\:url\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
624			count: 1
625			path: app/Html.php
626
627		-
628			message: "#^Parameter \\#1 \\$user of static method Fisharebest\\\\Webtrees\\\\Auth\\:\\:isAdmin\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface\\|null, mixed given\\.$#"
629			count: 1
630			path: app/Http/Middleware/AuthAdministrator.php
631
632		-
633			message: "#^Parameter \\#2 \\$user of static method Fisharebest\\\\Webtrees\\\\Auth\\:\\:isEditor\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface\\|null, mixed given\\.$#"
634			count: 1
635			path: app/Http/Middleware/AuthEditor.php
636
637		-
638			message: "#^Parameter \\#2 \\$user of static method Fisharebest\\\\Webtrees\\\\Auth\\:\\:isManager\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface\\|null, mixed given\\.$#"
639			count: 1
640			path: app/Http/Middleware/AuthManager.php
641
642		-
643			message: "#^Parameter \\#2 \\$user of static method Fisharebest\\\\Webtrees\\\\Auth\\:\\:isMember\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface\\|null, mixed given\\.$#"
644			count: 1
645			path: app/Http/Middleware/AuthMember.php
646
647		-
648			message: "#^Parameter \\#2 \\$user of static method Fisharebest\\\\Webtrees\\\\Auth\\:\\:isModerator\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface\\|null, mixed given\\.$#"
649			count: 1
650			path: app/Http/Middleware/AuthModerator.php
651
652		-
653			message: "#^Method Fisharebest\\\\Webtrees\\\\Http\\\\Middleware\\\\BadBotBlocker\\:\\:fetchIpRangesForAsn\\(\\) should return array\\<IPLib\\\\Range\\\\RangeInterface\\> but returns mixed\\.$#"
654			count: 1
655			path: app/Http/Middleware/BadBotBlocker.php
656
657		-
658			message: "#^Parameter \\#1 \\$ip of method Fisharebest\\\\Webtrees\\\\Http\\\\Middleware\\\\BadBotBlocker\\:\\:checkRobotDNS\\(\\) expects string, mixed given\\.$#"
659			count: 2
660			path: app/Http/Middleware/BadBotBlocker.php
661
662		-
663			message: "#^Parameter \\#2 \\$subject of function preg_match_all expects string, mixed given\\.$#"
664			count: 1
665			path: app/Http/Middleware/BadBotBlocker.php
666
667		-
668			message: "#^Parameter \\#1 \\$host of method Psr\\\\Http\\\\Message\\\\UriInterface\\:\\:withHost\\(\\) expects string, string\\|false given\\.$#"
669			count: 1
670			path: app/Http/Middleware/BaseUrl.php
671
672		-
673			message: "#^Parameter \\#1 \\$path of method Psr\\\\Http\\\\Message\\\\UriInterface\\:\\:withPath\\(\\) expects string, string\\|false given\\.$#"
674			count: 1
675			path: app/Http/Middleware/BaseUrl.php
676
677		-
678			message: "#^Parameter \\#1 \\$port of method Psr\\\\Http\\\\Message\\\\UriInterface\\:\\:withPort\\(\\) expects int\\|null, int\\|false\\|null given\\.$#"
679			count: 1
680			path: app/Http/Middleware/BaseUrl.php
681
682		-
683			message: "#^Parameter \\#1 \\$scheme of method Psr\\\\Http\\\\Message\\\\UriInterface\\:\\:withScheme\\(\\) expects string, string\\|false given\\.$#"
684			count: 1
685			path: app/Http/Middleware/BaseUrl.php
686
687		-
688			message: "#^Parameter \\#1 \\$url of function parse_url expects string, mixed given\\.$#"
689			count: 3
690			path: app/Http/Middleware/BaseUrl.php
691
692		-
693			message: "#^Cannot access property \\$name on mixed\\.$#"
694			count: 1
695			path: app/Http/Middleware/CheckCsrf.php
696
697		-
698			message: "#^Parameter \\#2 \\$str of function explode expects string, mixed given\\.$#"
699			count: 1
700			path: app/Http/Middleware/ClientIp.php
701
702		-
703			message: "#^Cannot call method has\\(\\) on mixed\\.$#"
704			count: 2
705			path: app/Http/Middleware/HandleExceptions.php
706
707		-
708			message: "#^Cannot call method instance\\(\\) on mixed\\.$#"
709			count: 1
710			path: app/Http/Middleware/HandleExceptions.php
711
712		-
713			message: "#^Cannot call method withAttribute\\(\\) on mixed\\.$#"
714			count: 1
715			path: app/Http/Middleware/HandleExceptions.php
716
717		-
718			message: "#^Parameter \\#1 \\$message of static method Fisharebest\\\\Webtrees\\\\Log\\:\\:addErrorLog\\(\\) expects string, string\\|null given\\.$#"
719			count: 1
720			path: app/Http/Middleware/HandleExceptions.php
721
722		-
723			message: "#^Parameter \\#1 \\$request of method Fisharebest\\\\Webtrees\\\\Http\\\\Middleware\\\\HandleExceptions\\:\\:httpExceptionResponse\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
724			count: 1
725			path: app/Http/Middleware/HandleExceptions.php
726
727		-
728			message: "#^Parameter \\#1 \\$request of method Fisharebest\\\\Webtrees\\\\Http\\\\Middleware\\\\HandleExceptions\\:\\:thirdPartyExceptionResponse\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
729			count: 1
730			path: app/Http/Middleware/HandleExceptions.php
731
732		-
733			message: "#^Parameter \\#1 \\$request of method Fisharebest\\\\Webtrees\\\\Http\\\\Middleware\\\\HandleExceptions\\:\\:unhandledExceptionResponse\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
734			count: 2
735			path: app/Http/Middleware/HandleExceptions.php
736
737		-
738			message: "#^Parameter \\#3 \\$status of method Fisharebest\\\\Webtrees\\\\Http\\\\Middleware\\\\HandleExceptions\\:\\:viewResponse\\(\\) expects int, mixed given\\.$#"
739			count: 1
740			path: app/Http/Middleware/HandleExceptions.php
741
742		-
743			message: "#^Cannot call method instance\\(\\) on mixed\\.$#"
744			count: 1
745			path: app/Http/Middleware/LoadRoutes.php
746
747		-
748			message: "#^Parameter \\#1 \\$basepath of class Aura\\\\Router\\\\RouterContainer constructor expects string\\|null, string\\|false\\|null given\\.$#"
749			count: 1
750			path: app/Http/Middleware/LoadRoutes.php
751
752		-
753			message: "#^Parameter \\#1 \\$url of function parse_url expects string, mixed given\\.$#"
754			count: 1
755			path: app/Http/Middleware/LoadRoutes.php
756
757		-
758			message: "#^Cannot call method instance\\(\\) on mixed\\.$#"
759			count: 1
760			path: app/Http/Middleware/NoRouteFound.php
761
762		-
763			message: "#^Argument of an invalid type array\\|false supplied for foreach, only iterables are supported\\.$#"
764			count: 1
765			path: app/Http/Middleware/ReadConfigIni.php
766
767		-
768			message: "#^Cannot call method instance\\(\\) on mixed\\.$#"
769			count: 2
770			path: app/Http/Middleware/Router.php
771
772		-
773			message: "#^Cannot cast mixed to string\\.$#"
774			count: 3
775			path: app/Http/Middleware/UseDatabase.php
776
777		-
778			message: "#^Parameter \\#1 \\$base_url of static method Fisharebest\\\\Webtrees\\\\DebugBar\\:\\:enable\\(\\) expects string, mixed given\\.$#"
779			count: 1
780			path: app/Http/Middleware/UseDebugbar.php
781
782		-
783			message: "#^Generator expects value type Fisharebest\\\\Webtrees\\\\Module\\\\ModuleLanguageInterface\\|null, mixed given\\.$#"
784			count: 2
785			path: app/Http/Middleware/UseLanguage.php
786
787		-
788			message: "#^Cannot call method instance\\(\\) on mixed\\.$#"
789			count: 1
790			path: app/Http/Middleware/UseTheme.php
791
792		-
793			message: "#^Generator expects value type Fisharebest\\\\Webtrees\\\\Module\\\\ModuleThemeInterface\\|null, mixed given\\.$#"
794			count: 3
795			path: app/Http/Middleware/UseTheme.php
796
797		-
798			message: "#^Method Fisharebest\\\\Webtrees\\\\Http\\\\Middleware\\\\UseTransaction\\:\\:process\\(\\) should return Psr\\\\Http\\\\Message\\\\ResponseInterface but returns Psr\\\\Http\\\\Message\\\\ResponseInterface\\|null\\.$#"
799			count: 1
800			path: app/Http/Middleware/UseTransaction.php
801
802		-
803			message: "#^Parameter \\#1 \\$base_url of method Fisharebest\\\\Webtrees\\\\Validator\\:\\:isLocalUrl\\(\\) expects string, mixed given\\.$#"
804			count: 1
805			path: app/Http/RequestHandlers/AddChildToFamilyAction.php
806
807		-
808			message: "#^Parameter \\#1 \\$base_url of method Fisharebest\\\\Webtrees\\\\Validator\\:\\:isLocalUrl\\(\\) expects string, mixed given\\.$#"
809			count: 1
810			path: app/Http/RequestHandlers/AddChildToIndividualAction.php
811
812		-
813			message: "#^Cannot cast mixed to string\\.$#"
814			count: 2
815			path: app/Http/RequestHandlers/AddNewFact.php
816
817		-
818			message: "#^Parameter \\#1 \\$base_url of method Fisharebest\\\\Webtrees\\\\Validator\\:\\:isLocalUrl\\(\\) expects string, mixed given\\.$#"
819			count: 1
820			path: app/Http/RequestHandlers/AddParentToIndividualAction.php
821
822		-
823			message: "#^Parameter \\#1 \\$base_url of method Fisharebest\\\\Webtrees\\\\Validator\\:\\:isLocalUrl\\(\\) expects string, mixed given\\.$#"
824			count: 1
825			path: app/Http/RequestHandlers/AddSpouseToFamilyAction.php
826
827		-
828			message: "#^Parameter \\#1 \\$base_url of method Fisharebest\\\\Webtrees\\\\Validator\\:\\:isLocalUrl\\(\\) expects string, mixed given\\.$#"
829			count: 1
830			path: app/Http/RequestHandlers/AddSpouseToIndividualAction.php
831
832		-
833			message: "#^Offset 'F'\\|'M'\\|'U' on array\\{F\\: string, M\\: string, U\\: string\\} on left side of \\?\\? always exists and is not nullable\\.$#"
834			count: 1
835			path: app/Http/RequestHandlers/AddSpouseToIndividualPage.php
836
837		-
838			message: "#^Parameter \\#1 \\$base_url of method Fisharebest\\\\Webtrees\\\\Validator\\:\\:isLocalUrl\\(\\) expects string, mixed given\\.$#"
839			count: 1
840			path: app/Http/RequestHandlers/AddUnlinkedAction.php
841
842		-
843			message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\Module\\\\ModuleInterface\\:\\:searchPlaceNames\\(\\)\\.$#"
844			count: 1
845			path: app/Http/RequestHandlers/AutoCompletePlace.php
846
847		-
848			message: "#^Parameter \\#1 \\$sender of method Fisharebest\\\\Webtrees\\\\Services\\\\MessageService\\:\\:deliverMessage\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface, mixed given\\.$#"
849			count: 1
850			path: app/Http/RequestHandlers/BroadcastAction.php
851
852		-
853			message: "#^Parameter \\#6 \\$ip of method Fisharebest\\\\Webtrees\\\\Services\\\\MessageService\\:\\:deliverMessage\\(\\) expects string, mixed given\\.$#"
854			count: 1
855			path: app/Http/RequestHandlers/BroadcastAction.php
856
857		-
858			message: "#^Access to an undefined property Fisharebest\\\\Webtrees\\\\Fact\\:\\:\\$anniv\\.$#"
859			count: 1
860			path: app/Http/RequestHandlers/CalendarEvents.php
861
862		-
863			message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#"
864			count: 1
865			path: app/Http/RequestHandlers/CalendarEvents.php
866
867		-
868			message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#"
869			count: 1
870			path: app/Http/RequestHandlers/CalendarEvents.php
871
872		-
873			message: "#^Parameter \\#1 \\$base_url of method Fisharebest\\\\Webtrees\\\\Validator\\:\\:isLocalUrl\\(\\) expects string, mixed given\\.$#"
874			count: 1
875			path: app/Http/RequestHandlers/ContactAction.php
876
877		-
878			message: "#^Parameter \\#1 \\$str of function preg_quote expects string, mixed given\\.$#"
879			count: 1
880			path: app/Http/RequestHandlers/ContactAction.php
881
882		-
883			message: "#^Parameter \\#1 \\$url of function redirect expects string, mixed given\\.$#"
884			count: 1
885			path: app/Http/RequestHandlers/ContactAction.php
886
887		-
888			message: "#^Parameter \\#2 \\$parameters of function route expects array\\<array\\|bool\\|int\\|string\\|null\\>, array\\<string, mixed\\> given\\.$#"
889			count: 2
890			path: app/Http/RequestHandlers/ContactAction.php
891
892		-
893			message: "#^Parameter \\#5 \\$url of method Fisharebest\\\\Webtrees\\\\Services\\\\MessageService\\:\\:deliverMessage\\(\\) expects string, mixed given\\.$#"
894			count: 1
895			path: app/Http/RequestHandlers/ContactAction.php
896
897		-
898			message: "#^Parameter \\#6 \\$ip of method Fisharebest\\\\Webtrees\\\\Services\\\\MessageService\\:\\:deliverMessage\\(\\) expects string, mixed given\\.$#"
899			count: 1
900			path: app/Http/RequestHandlers/ContactAction.php
901
902		-
903			message: "#^Cannot call method realName\\(\\) on Fisharebest\\\\Webtrees\\\\User\\|null\\.$#"
904			count: 1
905			path: app/Http/RequestHandlers/ContactPage.php
906
907		-
908			message: "#^Parameter \\#1 \\$module_name of method Fisharebest\\\\Webtrees\\\\Services\\\\ModuleService\\:\\:findByName\\(\\) expects string, mixed given\\.$#"
909			count: 1
910			path: app/Http/RequestHandlers/DataFixData.php
911
912		-
913			message: "#^Parameter \\#1 \\$module_name of method Fisharebest\\\\Webtrees\\\\Services\\\\ModuleService\\:\\:findByName\\(\\) expects string, mixed given\\.$#"
914			count: 1
915			path: app/Http/RequestHandlers/DataFixPage.php
916
917		-
918			message: "#^Parameter \\#2 \\$parameters of function route expects array\\<array\\|bool\\|int\\|string\\|null\\>, array\\<string, mixed\\> given\\.$#"
919			count: 1
920			path: app/Http/RequestHandlers/DataFixPage.php
921
922		-
923			message: "#^Parameter \\#1 \\$module_name of method Fisharebest\\\\Webtrees\\\\Services\\\\ModuleService\\:\\:findByName\\(\\) expects string, mixed given\\.$#"
924			count: 1
925			path: app/Http/RequestHandlers/DataFixPreview.php
926
927		-
928			message: "#^Cannot access offset 'data_fix' on array\\|object\\|null\\.$#"
929			count: 1
930			path: app/Http/RequestHandlers/DataFixSelect.php
931
932		-
933			message: "#^Parameter \\#1 \\$module_name of method Fisharebest\\\\Webtrees\\\\Services\\\\ModuleService\\:\\:findByName\\(\\) expects string, mixed given\\.$#"
934			count: 1
935			path: app/Http/RequestHandlers/DataFixUpdate.php
936
937		-
938			message: "#^Cannot access property \\$xref on mixed\\.$#"
939			count: 2
940			path: app/Http/RequestHandlers/DataFixUpdateAll.php
941
942		-
943			message: "#^Parameter \\#1 \\$module_name of method Fisharebest\\\\Webtrees\\\\Services\\\\ModuleService\\:\\:findByName\\(\\) expects string, mixed given\\.$#"
944			count: 1
945			path: app/Http/RequestHandlers/DataFixUpdateAll.php
946
947		-
948			message: "#^Method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\DeleteRecord\\:\\:removeLinks\\(\\) should return string but returns string\\|null\\.$#"
949			count: 1
950			path: app/Http/RequestHandlers/DeleteRecord.php
951
952		-
953			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
954			count: 4
955			path: app/Http/RequestHandlers/DeleteRecord.php
956
957		-
958			message: "#^Cannot cast mixed to int\\.$#"
959			count: 1
960			path: app/Http/RequestHandlers/DeleteUser.php
961
962		-
963			message: "#^Parameter \\#1 \\$base_url of method Fisharebest\\\\Webtrees\\\\Validator\\:\\:isLocalUrl\\(\\) expects string, mixed given\\.$#"
964			count: 1
965			path: app/Http/RequestHandlers/EditFactAction.php
966
967		-
968			message: "#^Cannot call method label\\(\\) on mixed\\.$#"
969			count: 1
970			path: app/Http/RequestHandlers/EditFactPage.php
971
972		-
973			message: "#^Parameter \\#1 \\$fact of method Fisharebest\\\\Webtrees\\\\Services\\\\GedcomEditService\\:\\:insertMissingFactSubtags\\(\\) expects Fisharebest\\\\Webtrees\\\\Fact, mixed given\\.$#"
974			count: 2
975			path: app/Http/RequestHandlers/EditFactPage.php
976
977		-
978			message: "#^Cannot call method filename\\(\\) on mixed\\.$#"
979			count: 4
980			path: app/Http/RequestHandlers/EditMediaFileAction.php
981
982		-
983			message: "#^Cannot call method isExternal\\(\\) on mixed\\.$#"
984			count: 2
985			path: app/Http/RequestHandlers/EditMediaFileAction.php
986
987		-
988			message: "#^If condition is always true\\.$#"
989			count: 1
990			path: app/Http/RequestHandlers/EditMediaFileAction.php
991
992		-
993			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:updateRecord\\(\\) expects string, string\\|null given\\.$#"
994			count: 1
995			path: app/Http/RequestHandlers/EditNoteAction.php
996
997		-
998			message: "#^Parameter \\#1 \\$xref of method Fisharebest\\\\Webtrees\\\\Contracts\\\\NoteFactoryInterface\\:\\:make\\(\\) expects string, mixed given\\.$#"
999			count: 1
1000			path: app/Http/RequestHandlers/EditNoteAction.php
1001
1002		-
1003			message: "#^Parameter \\#1 \\$xref of method Fisharebest\\\\Webtrees\\\\Contracts\\\\NoteFactoryInterface\\:\\:make\\(\\) expects string, mixed given\\.$#"
1004			count: 1
1005			path: app/Http/RequestHandlers/EditNotePage.php
1006
1007		-
1008			message: "#^Parameter \\#1 \\$base_url of method Fisharebest\\\\Webtrees\\\\Validator\\:\\:isLocalUrl\\(\\) expects string, mixed given\\.$#"
1009			count: 1
1010			path: app/Http/RequestHandlers/EditRawFactAction.php
1011
1012		-
1013			message: "#^Parameter \\#1 \\$str of function trim expects string, string\\|null given\\.$#"
1014			count: 1
1015			path: app/Http/RequestHandlers/EditRawRecordAction.php
1016
1017		-
1018			message: "#^Parameter \\#1 \\$base_url of method Fisharebest\\\\Webtrees\\\\Validator\\:\\:isLocalUrl\\(\\) expects string, mixed given\\.$#"
1019			count: 1
1020			path: app/Http/RequestHandlers/EmptyClipboard.php
1021
1022		-
1023			message: "#^Parameter \\#1 \\$fp of function stream_get_meta_data expects resource, resource\\|false given\\.$#"
1024			count: 1
1025			path: app/Http/RequestHandlers/ExportGedcomClient.php
1026
1027		-
1028			message: "#^Cannot call method displayImage\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#"
1029			count: 1
1030			path: app/Http/RequestHandlers/FixLevel0MediaData.php
1031
1032		-
1033			message: "#^Cannot call method facts\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
1034			count: 2
1035			path: app/Http/RequestHandlers/FixLevel0MediaData.php
1036
1037		-
1038			message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
1039			count: 1
1040			path: app/Http/RequestHandlers/FixLevel0MediaData.php
1041
1042		-
1043			message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#"
1044			count: 1
1045			path: app/Http/RequestHandlers/FixLevel0MediaData.php
1046
1047		-
1048			message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
1049			count: 1
1050			path: app/Http/RequestHandlers/FixLevel0MediaData.php
1051
1052		-
1053			message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#"
1054			count: 1
1055			path: app/Http/RequestHandlers/FixLevel0MediaData.php
1056
1057		-
1058			message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
1059			count: 1
1060			path: app/Http/RequestHandlers/GedcomLoad.php
1061
1062		-
1063			message: "#^Cannot access property \\$chunk_data on object\\|null\\.$#"
1064			count: 3
1065			path: app/Http/RequestHandlers/GedcomLoad.php
1066
1067		-
1068			message: "#^Cannot access property \\$gedcom_chunk_id on object\\|null\\.$#"
1069			count: 1
1070			path: app/Http/RequestHandlers/GedcomLoad.php
1071
1072		-
1073			message: "#^Variable \\$progress on left side of \\?\\? always exists and is not nullable\\.$#"
1074			count: 1
1075			path: app/Http/RequestHandlers/GedcomLoad.php
1076
1077		-
1078			message: "#^Parameter \\#1 \\$user of static method Fisharebest\\\\Webtrees\\\\Auth\\:\\:isAdmin\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface\\|null, mixed given\\.$#"
1079			count: 1
1080			path: app/Http/RequestHandlers/HomePage.php
1081
1082		-
1083			message: "#^Parameter \\#2 \\$user of static method Fisharebest\\\\Webtrees\\\\Auth\\:\\:isManager\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface\\|null, mixed given\\.$#"
1084			count: 1
1085			path: app/Http/RequestHandlers/HomePage.php
1086
1087		-
1088			message: "#^Parameter \\#1 \\$path of function basename expects string, string\\|null given\\.$#"
1089			count: 1
1090			path: app/Http/RequestHandlers/ImportGedcomAction.php
1091
1092		-
1093			message: "#^Cannot call method createFact\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#"
1094			count: 1
1095			path: app/Http/RequestHandlers/ImportThumbnailsAction.php
1096
1097		-
1098			message: "#^Cannot call method facts\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#"
1099			count: 1
1100			path: app/Http/RequestHandlers/ImportThumbnailsAction.php
1101
1102		-
1103			message: "#^Cannot call method firstImageFile\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#"
1104			count: 1
1105			path: app/Http/RequestHandlers/ImportThumbnailsAction.php
1106
1107		-
1108			message: "#^Cannot call method tree\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#"
1109			count: 1
1110			path: app/Http/RequestHandlers/ImportThumbnailsAction.php
1111
1112		-
1113			message: "#^Cannot call method updateRecord\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#"
1114			count: 1
1115			path: app/Http/RequestHandlers/ImportThumbnailsAction.php
1116
1117		-
1118			message: "#^Cannot call method xref\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#"
1119			count: 1
1120			path: app/Http/RequestHandlers/ImportThumbnailsAction.php
1121
1122		-
1123			message: "#^Parameter \\#1 \\$record of method Fisharebest\\\\Webtrees\\\\Services\\\\PendingChangesService\\:\\:acceptRecord\\(\\) expects Fisharebest\\\\Webtrees\\\\GedcomRecord, Fisharebest\\\\Webtrees\\\\Media\\|null given\\.$#"
1124			count: 1
1125			path: app/Http/RequestHandlers/ImportThumbnailsAction.php
1126
1127		-
1128			message: "#^Parameter \\#2 \\$tree of method Fisharebest\\\\Webtrees\\\\Contracts\\\\MediaFactoryInterface\\:\\:make\\(\\) expects Fisharebest\\\\Webtrees\\\\Tree, mixed given\\.$#"
1129			count: 1
1130			path: app/Http/RequestHandlers/ImportThumbnailsAction.php
1131
1132		-
1133			message: "#^Cannot access offset 0 on mixed\\.$#"
1134			count: 1
1135			path: app/Http/RequestHandlers/ImportThumbnailsData.php
1136
1137		-
1138			message: "#^Cannot access offset 0 on non\\-empty\\-array\\<int, string\\>\\|false\\.$#"
1139			count: 2
1140			path: app/Http/RequestHandlers/ImportThumbnailsData.php
1141
1142		-
1143			message: "#^Cannot access offset 1 on mixed\\.$#"
1144			count: 1
1145			path: app/Http/RequestHandlers/ImportThumbnailsData.php
1146
1147		-
1148			message: "#^Cannot access offset 2 on mixed\\.$#"
1149			count: 1
1150			path: app/Http/RequestHandlers/ImportThumbnailsData.php
1151
1152		-
1153			message: "#^Method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\ImportThumbnailsData\\:\\:scaledImagePixels\\(\\) should return array\\<array\\<int\\>\\> but returns mixed\\.$#"
1154			count: 1
1155			path: app/Http/RequestHandlers/ImportThumbnailsData.php
1156
1157		-
1158			message: "#^Parameter \\#1 \\$base_url of method Fisharebest\\\\Webtrees\\\\Validator\\:\\:isLocalUrl\\(\\) expects string, mixed given\\.$#"
1159			count: 1
1160			path: app/Http/RequestHandlers/LoginAction.php
1161
1162		-
1163			message: "#^Cannot access offset '0' on array\\|false\\.$#"
1164			count: 1
1165			path: app/Http/RequestHandlers/ManageMediaData.php
1166
1167		-
1168			message: "#^Cannot access offset '1' on array\\|false\\.$#"
1169			count: 1
1170			path: app/Http/RequestHandlers/ManageMediaData.php
1171
1172		-
1173			message: "#^Cannot cast mixed to int\\.$#"
1174			count: 1
1175			path: app/Http/RequestHandlers/MapDataAdd.php
1176
1177		-
1178			message: "#^Cannot cast mixed to int\\.$#"
1179			count: 1
1180			path: app/Http/RequestHandlers/MapDataDelete.php
1181
1182		-
1183			message: "#^Cannot cast mixed to int\\.$#"
1184			count: 1
1185			path: app/Http/RequestHandlers/MapDataEdit.php
1186
1187		-
1188			message: "#^Cannot cast mixed to int\\.$#"
1189			count: 1
1190			path: app/Http/RequestHandlers/MapDataExportCSV.php
1191
1192		-
1193			message: "#^Cannot cast mixed to int\\.$#"
1194			count: 1
1195			path: app/Http/RequestHandlers/MapDataExportGeoJson.php
1196
1197		-
1198			message: "#^Cannot access property \\$features on mixed\\.$#"
1199			count: 1
1200			path: app/Http/RequestHandlers/MapDataImportAction.php
1201
1202		-
1203			message: "#^Offset 0 does not exist on array\\|null\\.$#"
1204			count: 2
1205			path: app/Http/RequestHandlers/MapDataImportAction.php
1206
1207		-
1208			message: "#^Offset int\\<\\-3, max\\> does not exist on array\\|null\\.$#"
1209			count: 1
1210			path: app/Http/RequestHandlers/MapDataImportAction.php
1211
1212		-
1213			message: "#^Offset int\\<\\-4, max\\> does not exist on array\\|null\\.$#"
1214			count: 1
1215			path: app/Http/RequestHandlers/MapDataImportAction.php
1216
1217		-
1218			message: "#^Parameter \\#1 \\$haystack of function str_contains expects string\\|null, string\\|false given\\.$#"
1219			count: 1
1220			path: app/Http/RequestHandlers/MapDataImportAction.php
1221
1222		-
1223			message: "#^Parameter \\#1 \\$input of function array_slice expects array, array\\|null given\\.$#"
1224			count: 1
1225			path: app/Http/RequestHandlers/MapDataImportAction.php
1226
1227		-
1228			message: "#^Parameter \\#1 \\$json of function json_decode expects string, string\\|false given\\.$#"
1229			count: 1
1230			path: app/Http/RequestHandlers/MapDataImportAction.php
1231
1232		-
1233			message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, array\\|null given\\.$#"
1234			count: 1
1235			path: app/Http/RequestHandlers/MapDataImportAction.php
1236
1237		-
1238			message: "#^Cannot cast mixed to int\\.$#"
1239			count: 1
1240			path: app/Http/RequestHandlers/MapDataList.php
1241
1242		-
1243			message: "#^Cannot call method id\\(\\) on mixed\\.$#"
1244			count: 1
1245			path: app/Http/RequestHandlers/Masquerade.php
1246
1247		-
1248			message: "#^Cannot cast mixed to int\\.$#"
1249			count: 1
1250			path: app/Http/RequestHandlers/Masquerade.php
1251
1252		-
1253			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:updateRecord\\(\\) expects string, string\\|null given\\.$#"
1254			count: 1
1255			path: app/Http/RequestHandlers/MergeFactsAction.php
1256
1257		-
1258			message: "#^Cannot call method name\\(\\) on mixed\\.$#"
1259			count: 2
1260			path: app/Http/RequestHandlers/MergeTreesAction.php
1261
1262		-
1263			message: "#^Cannot call method id\\(\\) on mixed\\.$#"
1264			count: 2
1265			path: app/Http/RequestHandlers/MergeTreesPage.php
1266
1267		-
1268			message: "#^Parameter \\#1 \\$tree1 of method Fisharebest\\\\Webtrees\\\\Services\\\\AdminService\\:\\:countCommonXrefs\\(\\) expects Fisharebest\\\\Webtrees\\\\Tree, mixed given\\.$#"
1269			count: 1
1270			path: app/Http/RequestHandlers/MergeTreesPage.php
1271
1272		-
1273			message: "#^Parameter \\#2 \\$tree2 of method Fisharebest\\\\Webtrees\\\\Services\\\\AdminService\\:\\:countCommonXrefs\\(\\) expects Fisharebest\\\\Webtrees\\\\Tree, mixed given\\.$#"
1274			count: 1
1275			path: app/Http/RequestHandlers/MergeTreesPage.php
1276
1277		-
1278			message: "#^Parameter \\#1 \\$base_url of method Fisharebest\\\\Webtrees\\\\Validator\\:\\:isLocalUrl\\(\\) expects string, mixed given\\.$#"
1279			count: 1
1280			path: app/Http/RequestHandlers/MessageAction.php
1281
1282		-
1283			message: "#^Parameter \\#1 \\$sender of method Fisharebest\\\\Webtrees\\\\Services\\\\MessageService\\:\\:deliverMessage\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface, mixed given\\.$#"
1284			count: 1
1285			path: app/Http/RequestHandlers/MessageAction.php
1286
1287		-
1288			message: "#^Parameter \\#1 \\$url of function redirect expects string, mixed given\\.$#"
1289			count: 1
1290			path: app/Http/RequestHandlers/MessageAction.php
1291
1292		-
1293			message: "#^Parameter \\#2 \\$parameters of function route expects array\\<array\\|bool\\|int\\|string\\|null\\>, array\\<string, mixed\\> given\\.$#"
1294			count: 2
1295			path: app/Http/RequestHandlers/MessageAction.php
1296
1297		-
1298			message: "#^Parameter \\#5 \\$url of method Fisharebest\\\\Webtrees\\\\Services\\\\MessageService\\:\\:deliverMessage\\(\\) expects string, mixed given\\.$#"
1299			count: 1
1300			path: app/Http/RequestHandlers/MessageAction.php
1301
1302		-
1303			message: "#^Parameter \\#6 \\$ip of method Fisharebest\\\\Webtrees\\\\Services\\\\MessageService\\:\\:deliverMessage\\(\\) expects string, mixed given\\.$#"
1304			count: 1
1305			path: app/Http/RequestHandlers/MessageAction.php
1306
1307		-
1308			message: "#^Method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\ModuleAction\\:\\:handle\\(\\) should return Psr\\\\Http\\\\Message\\\\ResponseInterface but returns mixed\\.$#"
1309			count: 1
1310			path: app/Http/RequestHandlers/ModuleAction.php
1311
1312		-
1313			message: "#^Parameter \\#1 \\$function of function call_user_func expects callable\\(\\)\\: mixed, array\\{Fisharebest\\\\Webtrees\\\\Module\\\\ModuleInterface, non\\-empty\\-string\\} given\\.$#"
1314			count: 1
1315			path: app/Http/RequestHandlers/ModuleAction.php
1316
1317		-
1318			message: "#^Parameter \\#1 \\$haystack of function str_contains expects string\\|null, mixed given\\.$#"
1319			count: 1
1320			path: app/Http/RequestHandlers/ModuleAction.php
1321
1322		-
1323			message: "#^Parameter \\#1 \\$module_name of method Fisharebest\\\\Webtrees\\\\Services\\\\ModuleService\\:\\:findByName\\(\\) expects string, mixed given\\.$#"
1324			count: 1
1325			path: app/Http/RequestHandlers/ModuleAction.php
1326
1327		-
1328			message: "#^Parameter \\#1 \\$token of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:findByToken\\(\\) expects string, mixed given\\.$#"
1329			count: 1
1330			path: app/Http/RequestHandlers/PasswordResetAction.php
1331
1332		-
1333			message: "#^Parameter \\#1 \\$token of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:findByToken\\(\\) expects string, mixed given\\.$#"
1334			count: 1
1335			path: app/Http/RequestHandlers/PasswordResetPage.php
1336
1337		-
1338			message: "#^Parameter \\#2 \\$change_id of method Fisharebest\\\\Webtrees\\\\Services\\\\PendingChangesService\\:\\:acceptChange\\(\\) expects string, mixed given\\.$#"
1339			count: 1
1340			path: app/Http/RequestHandlers/PendingChangesAcceptChange.php
1341
1342		-
1343			message: "#^Parameter \\#1 \\$xref of method Fisharebest\\\\Webtrees\\\\Contracts\\\\GedcomRecordFactoryInterface\\:\\:make\\(\\) expects string, mixed given\\.$#"
1344			count: 1
1345			path: app/Http/RequestHandlers/PendingChangesAcceptRecord.php
1346
1347		-
1348			message: "#^Cannot call method local\\(\\) on Fisharebest\\\\Webtrees\\\\Carbon\\|null\\.$#"
1349			count: 1
1350			path: app/Http/RequestHandlers/PendingChangesLogData.php
1351
1352		-
1353			message: "#^Parameter \\#2 \\$change_id of method Fisharebest\\\\Webtrees\\\\Services\\\\PendingChangesService\\:\\:rejectChange\\(\\) expects string, mixed given\\.$#"
1354			count: 1
1355			path: app/Http/RequestHandlers/PendingChangesRejectChange.php
1356
1357		-
1358			message: "#^Parameter \\#1 \\$xref of method Fisharebest\\\\Webtrees\\\\Contracts\\\\GedcomRecordFactoryInterface\\:\\:make\\(\\) expects string, mixed given\\.$#"
1359			count: 1
1360			path: app/Http/RequestHandlers/PendingChangesRejectRecord.php
1361
1362		-
1363			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|false given\\.$#"
1364			count: 1
1365			path: app/Http/RequestHandlers/PhpInformation.php
1366
1367		-
1368			message: "#^Parameter \\#1 \\$str of function preg_quote expects string, mixed given\\.$#"
1369			count: 1
1370			path: app/Http/RequestHandlers/RegisterAction.php
1371
1372		-
1373			message: "#^Parameter \\#2 \\.\\.\\.\\$args of static method Fisharebest\\\\Webtrees\\\\I18N\\:\\:translate\\(\\) expects string, mixed given\\.$#"
1374			count: 2
1375			path: app/Http/RequestHandlers/RegisterAction.php
1376
1377		-
1378			message: "#^Parameter \\#1 \\$module_name of method Fisharebest\\\\Webtrees\\\\Services\\\\ModuleService\\:\\:findByName\\(\\) expects string, mixed given\\.$#"
1379			count: 1
1380			path: app/Http/RequestHandlers/ReportGenerate.php
1381
1382		-
1383			message: "#^Parameter \\#1 \\$str of function addcslashes expects string, mixed given\\.$#"
1384			count: 2
1385			path: app/Http/RequestHandlers/ReportGenerate.php
1386
1387		-
1388			message: "#^Parameter \\#1 \\$module_name of method Fisharebest\\\\Webtrees\\\\Services\\\\ModuleService\\:\\:findByName\\(\\) expects string, mixed given\\.$#"
1389			count: 1
1390			path: app/Http/RequestHandlers/ReportSetupAction.php
1391
1392		-
1393			message: "#^Parameter \\#1 \\$module_name of method Fisharebest\\\\Webtrees\\\\Services\\\\ModuleService\\:\\:findByName\\(\\) expects string, mixed given\\.$#"
1394			count: 1
1395			path: app/Http/RequestHandlers/ReportSetupPage.php
1396
1397		-
1398			message: "#^Parameter \\#1 \\$url of function parse_url expects string, mixed given\\.$#"
1399			count: 1
1400			path: app/Http/RequestHandlers/RobotsTxt.php
1401
1402		-
1403			message: "#^Cannot call method url\\(\\) on mixed\\.$#"
1404			count: 5
1405			path: app/Http/RequestHandlers/SearchGeneralPage.php
1406
1407		-
1408			message: "#^Parameter \\#2 \\$subject of function preg_match_all expects string, string\\|null given\\.$#"
1409			count: 1
1410			path: app/Http/RequestHandlers/SearchGeneralPage.php
1411
1412		-
1413			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:updateRecord\\(\\) expects string, string\\|null given\\.$#"
1414			count: 3
1415			path: app/Http/RequestHandlers/SearchReplaceAction.php
1416
1417		-
1418			message: "#^Cannot call method instance\\(\\) on mixed\\.$#"
1419			count: 1
1420			path: app/Http/RequestHandlers/SetupWizard.php
1421
1422		-
1423			message: "#^Cannot call method isNotEmpty\\(\\) on mixed\\.$#"
1424			count: 2
1425			path: app/Http/RequestHandlers/SetupWizard.php
1426
1427		-
1428			message: "#^Cannot call method push\\(\\) on mixed\\.$#"
1429			count: 3
1430			path: app/Http/RequestHandlers/SetupWizard.php
1431
1432		-
1433			message: "#^Cannot call method withAttribute\\(\\) on mixed\\.$#"
1434			count: 1
1435			path: app/Http/RequestHandlers/SetupWizard.php
1436
1437		-
1438			message: "#^Parameter \\#1 \\$code of static method Fisharebest\\\\Webtrees\\\\I18N\\:\\:init\\(\\) expects string, mixed given\\.$#"
1439			count: 1
1440			path: app/Http/RequestHandlers/SetupWizard.php
1441
1442		-
1443			message: "#^Parameter \\#1 \\$driver of method Fisharebest\\\\Webtrees\\\\Services\\\\ServerCheckService\\:\\:serverErrors\\(\\) expects string, mixed given\\.$#"
1444			count: 1
1445			path: app/Http/RequestHandlers/SetupWizard.php
1446
1447		-
1448			message: "#^Parameter \\#1 \\$driver of method Fisharebest\\\\Webtrees\\\\Services\\\\ServerCheckService\\:\\:serverWarnings\\(\\) expects string, mixed given\\.$#"
1449			count: 1
1450			path: app/Http/RequestHandlers/SetupWizard.php
1451
1452		-
1453			message: "#^Parameter \\#1 \\$identifier of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:findByIdentifier\\(\\) expects string, mixed given\\.$#"
1454			count: 2
1455			path: app/Http/RequestHandlers/SetupWizard.php
1456
1457		-
1458			message: "#^Parameter \\#1 \\$string of function substr expects string, string\\|false given\\.$#"
1459			count: 1
1460			path: app/Http/RequestHandlers/SetupWizard.php
1461
1462		-
1463			message: "#^Parameter \\#1 \\$url of function redirect expects string, mixed given\\.$#"
1464			count: 1
1465			path: app/Http/RequestHandlers/SetupWizard.php
1466
1467		-
1468			message: "#^Parameter \\#1 \\$user_name of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:create\\(\\) expects string, mixed given\\.$#"
1469			count: 1
1470			path: app/Http/RequestHandlers/SetupWizard.php
1471
1472		-
1473			message: "#^Parameter \\#1 \\$value of function e expects Illuminate\\\\Contracts\\\\Support\\\\DeferringDisplayableValue\\|Illuminate\\\\Contracts\\\\Support\\\\Htmlable\\|string\\|null, string\\|false given\\.$#"
1474			count: 1
1475			path: app/Http/RequestHandlers/SetupWizard.php
1476
1477		-
1478			message: "#^Parameter \\#1 \\$wtname of method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\SetupWizard\\:\\:checkAdminUser\\(\\) expects string, mixed given\\.$#"
1479			count: 1
1480			path: app/Http/RequestHandlers/SetupWizard.php
1481
1482		-
1483			message: "#^Parameter \\#2 \\$real_name of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:create\\(\\) expects string, mixed given\\.$#"
1484			count: 1
1485			path: app/Http/RequestHandlers/SetupWizard.php
1486
1487		-
1488			message: "#^Parameter \\#2 \\$setting_value of method Fisharebest\\\\Webtrees\\\\User\\:\\:setPreference\\(\\) expects string, mixed given\\.$#"
1489			count: 1
1490			path: app/Http/RequestHandlers/SetupWizard.php
1491
1492		-
1493			message: "#^Parameter \\#2 \\$wtuser of method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\SetupWizard\\:\\:checkAdminUser\\(\\) expects string, mixed given\\.$#"
1494			count: 1
1495			path: app/Http/RequestHandlers/SetupWizard.php
1496
1497		-
1498			message: "#^Parameter \\#3 \\$email of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:create\\(\\) expects string, mixed given\\.$#"
1499			count: 1
1500			path: app/Http/RequestHandlers/SetupWizard.php
1501
1502		-
1503			message: "#^Parameter \\#3 \\$wtpass of method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\SetupWizard\\:\\:checkAdminUser\\(\\) expects string, mixed given\\.$#"
1504			count: 1
1505			path: app/Http/RequestHandlers/SetupWizard.php
1506
1507		-
1508			message: "#^Parameter \\#4 \\$password of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:create\\(\\) expects string, mixed given\\.$#"
1509			count: 1
1510			path: app/Http/RequestHandlers/SetupWizard.php
1511
1512		-
1513			message: "#^Parameter \\#4 \\$wtemail of method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\SetupWizard\\:\\:checkAdminUser\\(\\) expects string, mixed given\\.$#"
1514			count: 1
1515			path: app/Http/RequestHandlers/SetupWizard.php
1516
1517		-
1518			message: "#^Cannot call method local\\(\\) on Fisharebest\\\\Webtrees\\\\Carbon\\|null\\.$#"
1519			count: 1
1520			path: app/Http/RequestHandlers/SiteLogsData.php
1521
1522		-
1523			message: "#^Cannot cast mixed to int\\.$#"
1524			count: 1
1525			path: app/Http/RequestHandlers/SitePreferencesPage.php
1526
1527		-
1528			message: "#^Cannot call method createStreamFromResource\\(\\) on mixed\\.$#"
1529			count: 1
1530			path: app/Http/RequestHandlers/SynchronizeTrees.php
1531
1532		-
1533			message: "#^Cannot call method getPreference\\(\\) on mixed\\.$#"
1534			count: 1
1535			path: app/Http/RequestHandlers/SynchronizeTrees.php
1536
1537		-
1538			message: "#^Cannot call method name\\(\\) on mixed\\.$#"
1539			count: 1
1540			path: app/Http/RequestHandlers/SynchronizeTrees.php
1541
1542		-
1543			message: "#^Cannot call method setPreference\\(\\) on mixed\\.$#"
1544			count: 1
1545			path: app/Http/RequestHandlers/SynchronizeTrees.php
1546
1547		-
1548			message: "#^Parameter \\#1 \\$tree of method Fisharebest\\\\Webtrees\\\\Services\\\\TreeService\\:\\:importGedcomFile\\(\\) expects Fisharebest\\\\Webtrees\\\\Tree, mixed given\\.$#"
1549			count: 1
1550			path: app/Http/RequestHandlers/SynchronizeTrees.php
1551
1552		-
1553			message: "#^Cannot cast mixed to int\\.$#"
1554			count: 1
1555			path: app/Http/RequestHandlers/TreePageBlock.php
1556
1557		-
1558			message: "#^Cannot call method getAttribute\\(\\) on mixed\\.$#"
1559			count: 1
1560			path: app/Http/RequestHandlers/TreePreferencesPage.php
1561
1562		-
1563			message: "#^Cannot call method id\\(\\) on mixed\\.$#"
1564			count: 1
1565			path: app/Http/RequestHandlers/UserEditAction.php
1566
1567		-
1568			message: "#^Parameter \\#2 \\.\\.\\.\\$args of static method Fisharebest\\\\Webtrees\\\\I18N\\:\\:translate\\(\\) expects string, mixed given\\.$#"
1569			count: 1
1570			path: app/Http/RequestHandlers/UserEditAction.php
1571
1572		-
1573			message: "#^Cannot call method getPreference\\(\\) on mixed\\.$#"
1574			count: 1
1575			path: app/Http/RequestHandlers/UserListPage.php
1576
1577		-
1578			message: "#^Cannot call method id\\(\\) on mixed\\.$#"
1579			count: 1
1580			path: app/Http/RequestHandlers/UserPageBlock.php
1581
1582		-
1583			message: "#^Cannot cast mixed to int\\.$#"
1584			count: 1
1585			path: app/Http/RequestHandlers/UserPageBlock.php
1586
1587		-
1588			message: "#^Parameter \\#2 \\$user of method Fisharebest\\\\Webtrees\\\\Services\\\\HomePageService\\:\\:userBlock\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface, mixed given\\.$#"
1589			count: 1
1590			path: app/Http/RequestHandlers/UserPageBlockEdit.php
1591
1592		-
1593			message: "#^Parameter \\#2 \\$user of method Fisharebest\\\\Webtrees\\\\Services\\\\HomePageService\\:\\:userBlock\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface, mixed given\\.$#"
1594			count: 1
1595			path: app/Http/RequestHandlers/UserPageBlockUpdate.php
1596
1597		-
1598			message: "#^Parameter \\#2 \\$user of method Fisharebest\\\\Webtrees\\\\Services\\\\HomePageService\\:\\:availableUserBlocks\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface, mixed given\\.$#"
1599			count: 1
1600			path: app/Http/RequestHandlers/UserPageEdit.php
1601
1602		-
1603			message: "#^Parameter \\#2 \\$user of method Fisharebest\\\\Webtrees\\\\Services\\\\HomePageService\\:\\:userBlocks\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface, mixed given\\.$#"
1604			count: 2
1605			path: app/Http/RequestHandlers/UserPageEdit.php
1606
1607		-
1608			message: "#^Parameter \\#1 \\$user_name of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:findByUserName\\(\\) expects string, mixed given\\.$#"
1609			count: 1
1610			path: app/Http/RequestHandlers/VerifyEmail.php
1611
1612		-
1613			message: "#^Parameter \\#2 \\.\\.\\.\\$args of static method Fisharebest\\\\Webtrees\\\\I18N\\:\\:translate\\(\\) expects string, mixed given\\.$#"
1614			count: 1
1615			path: app/Http/RequestHandlers/VerifyEmail.php
1616
1617		-
1618			message: "#^Method Fisharebest\\\\Webtrees\\\\Http\\\\Routes\\\\ApiRoutes\\:\\:load\\(\\) has parameter \\$router with no value type specified in iterable type Aura\\\\Router\\\\Map\\.$#"
1619			count: 1
1620			path: app/Http/Routes/ApiRoutes.php
1621
1622		-
1623			message: "#^Method Fisharebest\\\\Webtrees\\\\Http\\\\Routes\\\\WebRoutes\\:\\:load\\(\\) has parameter \\$router with no value type specified in iterable type Aura\\\\Router\\\\Map\\.$#"
1624			count: 1
1625			path: app/Http/Routes/WebRoutes.php
1626
1627		-
1628			message: "#^Cannot call method findByInterface\\(\\) on mixed\\.$#"
1629			count: 3
1630			path: app/I18N.php
1631
1632		-
1633			message: "#^Method Fisharebest\\\\Webtrees\\\\I18N\\:\\:language\\(\\) should return Fisharebest\\\\Webtrees\\\\Module\\\\ModuleLanguageInterface but returns Fisharebest\\\\Webtrees\\\\Module\\\\ModuleLanguageInterface\\|null\\.$#"
1634			count: 1
1635			path: app/I18N.php
1636
1637		-
1638			message: "#^Array \\(array\\<array\\<string\\>\\>\\) does not accept array\\<string, mixed\\>\\.$#"
1639			count: 1
1640			path: app/Individual.php
1641
1642		-
1643			message: "#^Binary operation \"\\*\" between string and 365 results in an error\\.$#"
1644			count: 1
1645			path: app/Individual.php
1646
1647		-
1648			message: "#^Binary operation \"\\.\" between non\\-empty\\-string and array\\|string results in an error\\.$#"
1649			count: 1
1650			path: app/Individual.php
1651
1652		-
1653			message: "#^Cannot call method spouseFamilies\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
1654			count: 1
1655			path: app/Individual.php
1656
1657		-
1658			message: "#^Parameter \\#1 \\$haystack of function strpos expects string, string\\|null given\\.$#"
1659			count: 1
1660			path: app/Individual.php
1661
1662		-
1663			message: "#^Parameter \\#1 \\$numerator of function intdiv expects int, float\\|int given\\.$#"
1664			count: 1
1665			path: app/Individual.php
1666
1667		-
1668			message: "#^Parameter \\#1 \\$string of function substr expects string, string\\|null given\\.$#"
1669			count: 2
1670			path: app/Individual.php
1671
1672		-
1673			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|null given\\.$#"
1674			count: 1
1675			path: app/Individual.php
1676
1677		-
1678			message: "#^Parameter \\#2 \\$subject of function preg_match_all expects string, string\\|null given\\.$#"
1679			count: 1
1680			path: app/Individual.php
1681
1682		-
1683			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
1684			count: 5
1685			path: app/Individual.php
1686
1687		-
1688			message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, string\\|null given\\.$#"
1689			count: 2
1690			path: app/Individual.php
1691
1692		-
1693			message: "#^Cannot call method getAttribute\\(\\) on mixed\\.$#"
1694			count: 1
1695			path: app/Log.php
1696
1697		-
1698			message: "#^Cannot call method has\\(\\) on mixed\\.$#"
1699			count: 1
1700			path: app/Log.php
1701
1702		-
1703			message: "#^Method Fisharebest\\\\Webtrees\\\\Media\\:\\:firstImageFile\\(\\) should return Fisharebest\\\\Webtrees\\\\MediaFile\\|null but returns mixed\\.$#"
1704			count: 1
1705			path: app/Media.php
1706
1707		-
1708			message: "#^Method Fisharebest\\\\Webtrees\\\\Media\\:\\:formatListDetails\\(\\) should return string but returns string\\|false\\.$#"
1709			count: 1
1710			path: app/Media.php
1711
1712		-
1713			message: "#^Cannot access offset string on mixed\\.$#"
1714			count: 1
1715			path: app/Module/AbstractModule.php
1716
1717		-
1718			message: "#^Cannot call method first\\(\\) on mixed\\.$#"
1719			count: 1
1720			path: app/Module/AbstractModule.php
1721
1722		-
1723			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\AbstractModule\\:\\:getBlockSetting\\(\\) should return string but returns mixed\\.$#"
1724			count: 1
1725			path: app/Module/AbstractModule.php
1726
1727		-
1728			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\AbstractModule\\:\\:getPreference\\(\\) should return string but returns mixed\\.$#"
1729			count: 1
1730			path: app/Module/AbstractModule.php
1731
1732		-
1733			message: "#^Cannot cast mixed to int\\.$#"
1734			count: 1
1735			path: app/Module/AncestorsChartModule.php
1736
1737		-
1738			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\AncestorsChartModule\\:\\:chartUrl\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
1739			count: 1
1740			path: app/Module/AncestorsChartModule.php
1741
1742		-
1743			message: "#^Parameter \\#2 \\$parameters of method Fisharebest\\\\Webtrees\\\\Module\\\\AncestorsChartModule\\:\\:chartUrl\\(\\) expects array\\<array\\|bool\\|int\\|string\\|null\\>, array\\<string, mixed\\> given\\.$#"
1744			count: 1
1745			path: app/Module/AncestorsChartModule.php
1746
1747		-
1748			message: "#^Parameter \\#4 \\$user of static method Fisharebest\\\\Webtrees\\\\Auth\\:\\:checkComponentAccess\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface, mixed given\\.$#"
1749			count: 1
1750			path: app/Module/AncestorsChartModule.php
1751
1752		-
1753			message: "#^Cannot call method getServerParams\\(\\) on mixed\\.$#"
1754			count: 1
1755			path: app/Module/BingWebmasterToolsModule.php
1756
1757		-
1758			message: "#^Cannot call method getAttribute\\(\\) on mixed\\.$#"
1759			count: 1
1760			path: app/Module/BranchesListModule.php
1761
1762		-
1763			message: "#^Cannot cast mixed to string\\.$#"
1764			count: 1
1765			path: app/Module/BranchesListModule.php
1766
1767		-
1768			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\BranchesListModule\\:\\:listUrl\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
1769			count: 1
1770			path: app/Module/BranchesListModule.php
1771
1772		-
1773			message: "#^Parameter \\#1 \\$tree of method Fisharebest\\\\Webtrees\\\\Module\\\\BranchesListModule\\:\\:listUrl\\(\\) expects Fisharebest\\\\Webtrees\\\\Tree, mixed given\\.$#"
1774			count: 1
1775			path: app/Module/BranchesListModule.php
1776
1777		-
1778			message: "#^Call to an undefined method object\\:\\:censusLanguage\\(\\)\\.$#"
1779			count: 1
1780			path: app/Module/CensusAssistantModule.php
1781
1782		-
1783			message: "#^Cannot call method updateFact\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
1784			count: 1
1785			path: app/Module/CensusAssistantModule.php
1786
1787		-
1788			message: "#^Parameter \\#1 \\$census of method Fisharebest\\\\Webtrees\\\\Module\\\\CensusAssistantModule\\:\\:censusTableEmptyRow\\(\\) expects Fisharebest\\\\Webtrees\\\\Census\\\\CensusInterface, object given\\.$#"
1789			count: 1
1790			path: app/Module/CensusAssistantModule.php
1791
1792		-
1793			message: "#^Parameter \\#1 \\$census of method Fisharebest\\\\Webtrees\\\\Module\\\\CensusAssistantModule\\:\\:censusTableHeader\\(\\) expects Fisharebest\\\\Webtrees\\\\Census\\\\CensusInterface, object given\\.$#"
1794			count: 1
1795			path: app/Module/CensusAssistantModule.php
1796
1797		-
1798			message: "#^Parameter \\#1 \\$census of method Fisharebest\\\\Webtrees\\\\Module\\\\CensusAssistantModule\\:\\:censusTableRow\\(\\) expects Fisharebest\\\\Webtrees\\\\Census\\\\CensusInterface, object given\\.$#"
1799			count: 1
1800			path: app/Module/CensusAssistantModule.php
1801
1802		-
1803			message: "#^Parameter \\#1 \\$census of method Fisharebest\\\\Webtrees\\\\Module\\\\CensusAssistantModule\\:\\:createNoteText\\(\\) expects Fisharebest\\\\Webtrees\\\\Census\\\\CensusInterface, object given\\.$#"
1804			count: 1
1805			path: app/Module/CensusAssistantModule.php
1806
1807		-
1808			message: "#^Cannot call method getAttribute\\(\\) on mixed\\.$#"
1809			count: 1
1810			path: app/Module/ChartsMenuModule.php
1811
1812		-
1813			message: "#^Cannot access offset mixed on mixed\\.$#"
1814			count: 1
1815			path: app/Module/ClippingsCartModule.php
1816
1817		-
1818			message: "#^Cannot access offset string on mixed\\.$#"
1819			count: 30
1820			path: app/Module/ClippingsCartModule.php
1821
1822		-
1823			message: "#^Parameter \\#1 \\$fp of function stream_get_meta_data expects resource, resource\\|false given\\.$#"
1824			count: 1
1825			path: app/Module/ClippingsCartModule.php
1826
1827		-
1828			message: "#^Parameter \\#1 \\$input of function array_keys expects array, mixed given\\.$#"
1829			count: 2
1830			path: app/Module/ClippingsCartModule.php
1831
1832		-
1833			message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, mixed given\\.$#"
1834			count: 1
1835			path: app/Module/ClippingsCartModule.php
1836
1837		-
1838			message: "#^Parameter \\#2 \\$user of static method Fisharebest\\\\Webtrees\\\\Auth\\:\\:isManager\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface\\|null, mixed given\\.$#"
1839			count: 1
1840			path: app/Module/ClippingsCartModule.php
1841
1842		-
1843			message: "#^Parameter \\#2 \\$user of static method Fisharebest\\\\Webtrees\\\\Auth\\:\\:isMember\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface\\|null, mixed given\\.$#"
1844			count: 1
1845			path: app/Module/ClippingsCartModule.php
1846
1847		-
1848			message: "#^Parameter \\#6 \\$records of method Fisharebest\\\\Webtrees\\\\Services\\\\GedcomExportService\\:\\:export\\(\\) expects \\(Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\)\\|null, Illuminate\\\\Support\\\\Collection given\\.$#"
1849			count: 1
1850			path: app/Module/ClippingsCartModule.php
1851
1852		-
1853			message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
1854			count: 2
1855			path: app/Module/CloudsTheme.php
1856
1857		-
1858			message: "#^Cannot access offset int\\|false\\|null on array\\<int, string\\>\\|false\\.$#"
1859			count: 1
1860			path: app/Module/CloudsTheme.php
1861
1862		-
1863			message: "#^Cannot access offset mixed on non\\-empty\\-array\\<int, string\\>\\|false\\.$#"
1864			count: 1
1865			path: app/Module/CloudsTheme.php
1866
1867		-
1868			message: "#^Cannot call method findByComponent\\(\\) on mixed\\.$#"
1869			count: 2
1870			path: app/Module/CloudsTheme.php
1871
1872		-
1873			message: "#^Cannot call method findByInterface\\(\\) on mixed\\.$#"
1874			count: 1
1875			path: app/Module/CloudsTheme.php
1876
1877		-
1878			message: "#^Cannot call method getAttribute\\(\\) on mixed\\.$#"
1879			count: 2
1880			path: app/Module/CloudsTheme.php
1881
1882		-
1883			message: "#^Cannot call method getQueryParams\\(\\) on mixed\\.$#"
1884			count: 1
1885			path: app/Module/CloudsTheme.php
1886
1887		-
1888			message: "#^Cannot call method getUri\\(\\) on mixed\\.$#"
1889			count: 2
1890			path: app/Module/CloudsTheme.php
1891
1892		-
1893			message: "#^Cannot call method name\\(\\) on mixed\\.$#"
1894			count: 1
1895			path: app/Module/CloudsTheme.php
1896
1897		-
1898			message: "#^Parameter \\#2 \\$haystack of function array_search expects array, array\\<int, string\\>\\|false given\\.$#"
1899			count: 1
1900			path: app/Module/CloudsTheme.php
1901
1902		-
1903			message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\<int, string\\>\\|false given\\.$#"
1904			count: 2
1905			path: app/Module/CloudsTheme.php
1906
1907		-
1908			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\ColorsTheme\\:\\:palette\\(\\) should return string but returns mixed\\.$#"
1909			count: 1
1910			path: app/Module/ColorsTheme.php
1911
1912		-
1913			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\CompactTreeChartModule\\:\\:chartUrl\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
1914			count: 1
1915			path: app/Module/CompactTreeChartModule.php
1916
1917		-
1918			message: "#^Parameter \\#4 \\$user of static method Fisharebest\\\\Webtrees\\\\Auth\\:\\:checkComponentAccess\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface, mixed given\\.$#"
1919			count: 1
1920			path: app/Module/CompactTreeChartModule.php
1921
1922		-
1923			message: "#^Cannot call method getPreference\\(\\) on mixed\\.$#"
1924			count: 2
1925			path: app/Module/ContactsFooterModule.php
1926
1927		-
1928			message: "#^Cannot cast mixed to int\\.$#"
1929			count: 1
1930			path: app/Module/DescendancyChartModule.php
1931
1932		-
1933			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\DescendancyChartModule\\:\\:chartUrl\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
1934			count: 1
1935			path: app/Module/DescendancyChartModule.php
1936
1937		-
1938			message: "#^Parameter \\#2 \\$parameters of method Fisharebest\\\\Webtrees\\\\Module\\\\DescendancyChartModule\\:\\:chartUrl\\(\\) expects array\\<array\\|bool\\|int\\|string\\|null\\>, array\\<string, mixed\\> given\\.$#"
1939			count: 1
1940			path: app/Module/DescendancyChartModule.php
1941
1942		-
1943			message: "#^Parameter \\#4 \\$user of static method Fisharebest\\\\Webtrees\\\\Auth\\:\\:checkComponentAccess\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface, mixed given\\.$#"
1944			count: 1
1945			path: app/Module/DescendancyChartModule.php
1946
1947		-
1948			message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
1949			count: 2
1950			path: app/Module/FabTheme.php
1951
1952		-
1953			message: "#^Cannot access offset int\\|false\\|null on array\\<int, string\\>\\|false\\.$#"
1954			count: 1
1955			path: app/Module/FabTheme.php
1956
1957		-
1958			message: "#^Cannot access offset mixed on non\\-empty\\-array\\<int, string\\>\\|false\\.$#"
1959			count: 1
1960			path: app/Module/FabTheme.php
1961
1962		-
1963			message: "#^Cannot call method findByComponent\\(\\) on mixed\\.$#"
1964			count: 3
1965			path: app/Module/FabTheme.php
1966
1967		-
1968			message: "#^Cannot call method findByInterface\\(\\) on mixed\\.$#"
1969			count: 1
1970			path: app/Module/FabTheme.php
1971
1972		-
1973			message: "#^Cannot call method getAttribute\\(\\) on mixed\\.$#"
1974			count: 2
1975			path: app/Module/FabTheme.php
1976
1977		-
1978			message: "#^Cannot call method getQueryParams\\(\\) on mixed\\.$#"
1979			count: 1
1980			path: app/Module/FabTheme.php
1981
1982		-
1983			message: "#^Cannot call method getUri\\(\\) on mixed\\.$#"
1984			count: 2
1985			path: app/Module/FabTheme.php
1986
1987		-
1988			message: "#^Cannot call method name\\(\\) on mixed\\.$#"
1989			count: 1
1990			path: app/Module/FabTheme.php
1991
1992		-
1993			message: "#^Parameter \\#2 \\$haystack of function array_search expects array, array\\<int, string\\>\\|false given\\.$#"
1994			count: 1
1995			path: app/Module/FabTheme.php
1996
1997		-
1998			message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\<int, string\\>\\|false given\\.$#"
1999			count: 2
2000			path: app/Module/FabTheme.php
2001
2002		-
2003			message: "#^Cannot cast mixed to int\\.$#"
2004			count: 2
2005			path: app/Module/FamilyBookChartModule.php
2006
2007		-
2008			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FamilyBookChartModule\\:\\:chartUrl\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
2009			count: 1
2010			path: app/Module/FamilyBookChartModule.php
2011
2012		-
2013			message: "#^Parameter \\#4 \\$user of static method Fisharebest\\\\Webtrees\\\\Auth\\:\\:checkComponentAccess\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface, mixed given\\.$#"
2014			count: 1
2015			path: app/Module/FamilyBookChartModule.php
2016
2017		-
2018			message: "#^Parameter \\#2 \\$user of static method Fisharebest\\\\Webtrees\\\\Auth\\:\\:isManager\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface\\|null, mixed given\\.$#"
2019			count: 2
2020			path: app/Module/FamilyTreeFavoritesModule.php
2021
2022		-
2023			message: "#^Cannot access property \\$body on object\\|null\\.$#"
2024			count: 1
2025			path: app/Module/FamilyTreeNewsModule.php
2026
2027		-
2028			message: "#^Cannot access property \\$subject on object\\|null\\.$#"
2029			count: 1
2030			path: app/Module/FamilyTreeNewsModule.php
2031
2032		-
2033			message: "#^Cannot call method findByComponent\\(\\) on mixed\\.$#"
2034			count: 1
2035			path: app/Module/FamilyTreeStatisticsModule.php
2036
2037		-
2038			message: "#^Cannot access offset 0 on array\\|false\\.$#"
2039			count: 1
2040			path: app/Module/FanChartModule.php
2041
2042		-
2043			message: "#^Cannot access offset 4 on array\\|false\\.$#"
2044			count: 1
2045			path: app/Module/FanChartModule.php
2046
2047		-
2048			message: "#^Cannot call method alternateName\\(\\) on mixed\\.$#"
2049			count: 1
2050			path: app/Module/FanChartModule.php
2051
2052		-
2053			message: "#^Cannot call method fullName\\(\\) on mixed\\.$#"
2054			count: 4
2055			path: app/Module/FanChartModule.php
2056
2057		-
2058			message: "#^Cannot call method lifespan\\(\\) on mixed\\.$#"
2059			count: 1
2060			path: app/Module/FanChartModule.php
2061
2062		-
2063			message: "#^Cannot call method sex\\(\\) on mixed\\.$#"
2064			count: 1
2065			path: app/Module/FanChartModule.php
2066
2067		-
2068			message: "#^Cannot call method url\\(\\) on mixed\\.$#"
2069			count: 1
2070			path: app/Module/FanChartModule.php
2071
2072		-
2073			message: "#^Cannot call method xref\\(\\) on mixed\\.$#"
2074			count: 2
2075			path: app/Module/FanChartModule.php
2076
2077		-
2078			message: "#^Cannot cast mixed to int\\.$#"
2079			count: 2
2080			path: app/Module/FanChartModule.php
2081
2082		-
2083			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FanChartModule\\:\\:imageColor\\(\\) should return int but returns int\\|false\\.$#"
2084			count: 1
2085			path: app/Module/FanChartModule.php
2086
2087		-
2088			message: "#^Parameter \\#1 \\$im of function imagecolorallocate expects resource, resource\\|false given\\.$#"
2089			count: 1
2090			path: app/Module/FanChartModule.php
2091
2092		-
2093			message: "#^Parameter \\#1 \\$im of function imagecolortransparent expects resource, resource\\|false given\\.$#"
2094			count: 1
2095			path: app/Module/FanChartModule.php
2096
2097		-
2098			message: "#^Parameter \\#1 \\$im of function imagedestroy expects resource, resource\\|false given\\.$#"
2099			count: 1
2100			path: app/Module/FanChartModule.php
2101
2102		-
2103			message: "#^Parameter \\#1 \\$im of function imagefilledarc expects resource, resource\\|false given\\.$#"
2104			count: 2
2105			path: app/Module/FanChartModule.php
2106
2107		-
2108			message: "#^Parameter \\#1 \\$im of function imagefilledrectangle expects resource, resource\\|false given\\.$#"
2109			count: 1
2110			path: app/Module/FanChartModule.php
2111
2112		-
2113			message: "#^Parameter \\#1 \\$im of function imagepng expects resource, resource\\|false given\\.$#"
2114			count: 1
2115			path: app/Module/FanChartModule.php
2116
2117		-
2118			message: "#^Parameter \\#1 \\$im of function imagettftext expects resource, resource\\|false given\\.$#"
2119			count: 1
2120			path: app/Module/FanChartModule.php
2121
2122		-
2123			message: "#^Parameter \\#1 \\$image of method Fisharebest\\\\Webtrees\\\\Module\\\\FanChartModule\\:\\:imageColor\\(\\) expects resource, resource\\|false given\\.$#"
2124			count: 4
2125			path: app/Module/FanChartModule.php
2126
2127		-
2128			message: "#^Parameter \\#1 \\$individual of method Fisharebest\\\\Webtrees\\\\Module\\\\FanChartModule\\:\\:chartTitle\\(\\) expects Fisharebest\\\\Webtrees\\\\Individual, mixed given\\.$#"
2129			count: 1
2130			path: app/Module/FanChartModule.php
2131
2132		-
2133			message: "#^Parameter \\#1 \\$individual of method Fisharebest\\\\Webtrees\\\\Module\\\\ModuleThemeInterface\\:\\:individualBoxMenu\\(\\) expects Fisharebest\\\\Webtrees\\\\Individual, mixed given\\.$#"
2134			count: 1
2135			path: app/Module/FanChartModule.php
2136
2137		-
2138			message: "#^Parameter \\#2 \\$col of function imagecolortransparent expects int, int\\|false given\\.$#"
2139			count: 1
2140			path: app/Module/FanChartModule.php
2141
2142		-
2143			message: "#^Parameter \\#2 \\$parameters of method Fisharebest\\\\Webtrees\\\\Module\\\\FanChartModule\\:\\:chartUrl\\(\\) expects array\\<string, int\\|string\\>, array\\<string, mixed\\> given\\.$#"
2144			count: 1
2145			path: app/Module/FanChartModule.php
2146
2147		-
2148			message: "#^Parameter \\#2 \\$style of method Fisharebest\\\\Webtrees\\\\Module\\\\FanChartModule\\:\\:chart\\(\\) expects string, mixed given\\.$#"
2149			count: 1
2150			path: app/Module/FanChartModule.php
2151
2152		-
2153			message: "#^Parameter \\#4 \\$user of static method Fisharebest\\\\Webtrees\\\\Auth\\:\\:checkComponentAccess\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface, mixed given\\.$#"
2154			count: 1
2155			path: app/Module/FanChartModule.php
2156
2157		-
2158			message: "#^Parameter \\#6 \\$col of function imagefilledrectangle expects int, int\\|false given\\.$#"
2159			count: 1
2160			path: app/Module/FanChartModule.php
2161
2162		-
2163			message: "#^Unsafe access to private constant Fisharebest\\\\Webtrees\\\\Module\\\\FanChartModule\\:\\:FONT through static\\:\\:\\.$#"
2164			count: 1
2165			path: app/Module/FanChartModule.php
2166
2167		-
2168			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixCemeteryTag\\:\\:individualsToFix\\(\\) should return \\(Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\)\\|null but returns Illuminate\\\\Support\\\\Collection\\.$#"
2169			count: 1
2170			path: app/Module/FixCemeteryTag.php
2171
2172		-
2173			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixDuplicateLinks\\:\\:individualsToFix\\(\\) should return \\(Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\)\\|null but returns Illuminate\\\\Support\\\\Collection\\.$#"
2174			count: 1
2175			path: app/Module/FixDuplicateLinks.php
2176
2177		-
2178			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixDuplicateLinks\\:\\:updateGedcom\\(\\) should return string but returns string\\|null\\.$#"
2179			count: 1
2180			path: app/Module/FixDuplicateLinks.php
2181
2182		-
2183			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
2184			count: 2
2185			path: app/Module/FixDuplicateLinks.php
2186
2187		-
2188			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixMissingDeaths\\:\\:individualsToFix\\(\\) should return \\(Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\)\\|null but returns Illuminate\\\\Support\\\\Collection\\.$#"
2189			count: 1
2190			path: app/Module/FixMissingDeaths.php
2191
2192		-
2193			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixNameSlashesAndSpaces\\:\\:individualsToFix\\(\\) should return \\(Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\)\\|null but returns Illuminate\\\\Support\\\\Collection\\.$#"
2194			count: 1
2195			path: app/Module/FixNameSlashesAndSpaces.php
2196
2197		-
2198			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixNameSlashesAndSpaces\\:\\:updateGedcom\\(\\) should return string but returns string\\|null\\.$#"
2199			count: 1
2200			path: app/Module/FixNameSlashesAndSpaces.php
2201
2202		-
2203			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
2204			count: 1
2205			path: app/Module/FixNameSlashesAndSpaces.php
2206
2207		-
2208			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixPlaceNames\\:\\:familiesToFix\\(\\) should return \\(Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\)\\|null but returns Illuminate\\\\Support\\\\Collection\\.$#"
2209			count: 1
2210			path: app/Module/FixPlaceNames.php
2211
2212		-
2213			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixPlaceNames\\:\\:individualsToFix\\(\\) should return \\(Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\)\\|null but returns Illuminate\\\\Support\\\\Collection\\.$#"
2214			count: 1
2215			path: app/Module/FixPlaceNames.php
2216
2217		-
2218			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixPlaceNames\\:\\:updateGedcom\\(\\) should return string but returns string\\|null\\.$#"
2219			count: 1
2220			path: app/Module/FixPlaceNames.php
2221
2222		-
2223			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixSearchAndReplace\\:\\:familiesToFix\\(\\) should return \\(Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\)\\|null but returns Illuminate\\\\Support\\\\Collection\\.$#"
2224			count: 1
2225			path: app/Module/FixSearchAndReplace.php
2226
2227		-
2228			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixSearchAndReplace\\:\\:individualsToFix\\(\\) should return \\(Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\)\\|null but returns Illuminate\\\\Support\\\\Collection\\.$#"
2229			count: 1
2230			path: app/Module/FixSearchAndReplace.php
2231
2232		-
2233			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixSearchAndReplace\\:\\:locationsToFix\\(\\) should return \\(Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\)\\|null but returns Illuminate\\\\Support\\\\Collection\\.$#"
2234			count: 1
2235			path: app/Module/FixSearchAndReplace.php
2236
2237		-
2238			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixSearchAndReplace\\:\\:mediaToFix\\(\\) should return \\(Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\)\\|null but returns Illuminate\\\\Support\\\\Collection\\.$#"
2239			count: 1
2240			path: app/Module/FixSearchAndReplace.php
2241
2242		-
2243			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixSearchAndReplace\\:\\:notesToFix\\(\\) should return \\(Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\)\\|null but returns Illuminate\\\\Support\\\\Collection\\.$#"
2244			count: 1
2245			path: app/Module/FixSearchAndReplace.php
2246
2247		-
2248			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixSearchAndReplace\\:\\:repositoriesToFix\\(\\) should return \\(Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\)\\|null but returns Illuminate\\\\Support\\\\Collection\\.$#"
2249			count: 1
2250			path: app/Module/FixSearchAndReplace.php
2251
2252		-
2253			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixSearchAndReplace\\:\\:sourcesToFix\\(\\) should return \\(Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\)\\|null but returns Illuminate\\\\Support\\\\Collection\\.$#"
2254			count: 1
2255			path: app/Module/FixSearchAndReplace.php
2256
2257		-
2258			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixSearchAndReplace\\:\\:submittersToFix\\(\\) should return \\(Illuminate\\\\Support\\\\Collection&iterable\\<string\\>\\)\\|null but returns Illuminate\\\\Support\\\\Collection\\.$#"
2259			count: 1
2260			path: app/Module/FixSearchAndReplace.php
2261
2262		-
2263			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixSearchAndReplace\\:\\:updateGedcom\\(\\) should return string but returns string\\|null\\.$#"
2264			count: 1
2265			path: app/Module/FixSearchAndReplace.php
2266
2267		-
2268			message: "#^Cannot cast mixed to int\\.$#"
2269			count: 1
2270			path: app/Module/FrequentlyAskedQuestionsModule.php
2271
2272		-
2273			message: "#^Cannot access property \\$geonames on mixed\\.$#"
2274			count: 1
2275			path: app/Module/GeonamesAutocomplete.php
2276
2277		-
2278			message: "#^Expression on left side of \\?\\? is not nullable\\.$#"
2279			count: 1
2280			path: app/Module/GeonamesAutocomplete.php
2281
2282		-
2283			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\GeonamesAutocomplete\\:\\:searchPlaceNames\\(\\) should return array\\<string\\> but returns mixed\\.$#"
2284			count: 1
2285			path: app/Module/GeonamesAutocomplete.php
2286
2287		-
2288			message: "#^Cannot call method getAttribute\\(\\) on mixed\\.$#"
2289			count: 2
2290			path: app/Module/GoogleAnalyticsModule.php
2291
2292		-
2293			message: "#^Cannot call method getServerParams\\(\\) on mixed\\.$#"
2294			count: 1
2295			path: app/Module/GoogleAnalyticsModule.php
2296
2297		-
2298			message: "#^Cannot call method getServerParams\\(\\) on mixed\\.$#"
2299			count: 1
2300			path: app/Module/GoogleWebmasterToolsModule.php
2301
2302		-
2303			message: "#^Cannot call method id\\(\\) on mixed\\.$#"
2304			count: 1
2305			path: app/Module/HitCountFooterModule.php
2306
2307		-
2308			message: "#^Cannot cast mixed to int\\.$#"
2309			count: 2
2310			path: app/Module/HitCountFooterModule.php
2311
2312		-
2313			message: "#^Parameter \\#3 \\$parameter of method Fisharebest\\\\Webtrees\\\\Module\\\\HitCountFooterModule\\:\\:countHit\\(\\) expects string, mixed given\\.$#"
2314			count: 1
2315			path: app/Module/HitCountFooterModule.php
2316
2317		-
2318			message: "#^Cannot cast mixed to int\\.$#"
2319			count: 1
2320			path: app/Module/HourglassChartModule.php
2321
2322		-
2323			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\HourglassChartModule\\:\\:chartUrl\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
2324			count: 1
2325			path: app/Module/HourglassChartModule.php
2326
2327		-
2328			message: "#^Parameter \\#4 \\$user of static method Fisharebest\\\\Webtrees\\\\Auth\\:\\:checkComponentAccess\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface, mixed given\\.$#"
2329			count: 1
2330			path: app/Module/HourglassChartModule.php
2331
2332		-
2333			message: "#^Cannot call method embedTags\\(\\) on mixed\\.$#"
2334			count: 2
2335			path: app/Module/HtmlBlockModule.php
2336
2337		-
2338			message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:sex\\(\\)\\.$#"
2339			count: 17
2340			path: app/Module/IndividualFactsTabModule.php
2341
2342		-
2343			message: "#^Instanceof between Fisharebest\\\\Webtrees\\\\Individual and Fisharebest\\\\Webtrees\\\\Family will always evaluate to false\\.$#"
2344			count: 1
2345			path: app/Module/IndividualFactsTabModule.php
2346
2347		-
2348			message: "#^Parameter \\#1 \\$gedcom of class Fisharebest\\\\Webtrees\\\\Fact constructor expects string, string\\|null given\\.$#"
2349			count: 1
2350			path: app/Module/IndividualFactsTabModule.php
2351
2352		-
2353			message: "#^Parameter \\#2 \\$user of static method Fisharebest\\\\Webtrees\\\\Auth\\:\\:accessLevel\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface\\|null, mixed given\\.$#"
2354			count: 1
2355			path: app/Module/IndividualFactsTabModule.php
2356
2357		-
2358			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
2359			count: 1
2360			path: app/Module/IndividualFactsTabModule.php
2361
2362		-
2363			message: "#^Cannot call method getAttribute\\(\\) on mixed\\.$#"
2364			count: 1
2365			path: app/Module/IndividualListModule.php
2366
2367		-
2368			message: "#^Cannot cast mixed to int\\.$#"
2369			count: 2
2370			path: app/Module/IndividualListModule.php
2371
2372		-
2373			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\IndividualListModule\\:\\:listUrl\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
2374			count: 1
2375			path: app/Module/IndividualListModule.php
2376
2377		-
2378			message: "#^Parameter \\#1 \\$tree of method Fisharebest\\\\Webtrees\\\\Module\\\\IndividualListModule\\:\\:listUrl\\(\\) expects Fisharebest\\\\Webtrees\\\\Tree, mixed given\\.$#"
2379			count: 1
2380			path: app/Module/IndividualListModule.php
2381
2382		-
2383			message: "#^Parameter \\#1 \\$str of function strip_tags expects string, string\\|false given\\.$#"
2384			count: 1
2385			path: app/Module/IndividualMetadataModule.php
2386
2387		-
2388			message: "#^Cannot call method fullName\\(\\) on mixed\\.$#"
2389			count: 1
2390			path: app/Module/InteractiveTree/TreeView.php
2391
2392		-
2393			message: "#^Cannot call method xref\\(\\) on mixed\\.$#"
2394			count: 1
2395			path: app/Module/InteractiveTree/TreeView.php
2396
2397		-
2398			message: "#^Offset 1 on array\\{Fisharebest\\\\Webtrees\\\\Individual, Fisharebest\\\\Webtrees\\\\Family\\} in empty\\(\\) always exists and is not falsy\\.$#"
2399			count: 1
2400			path: app/Module/InteractiveTree/TreeView.php
2401
2402		-
2403			message: "#^Parameter \\#4 \\$pfamily of method Fisharebest\\\\Webtrees\\\\Module\\\\InteractiveTree\\\\TreeView\\:\\:drawPerson\\(\\) expects Fisharebest\\\\Webtrees\\\\Family\\|null, mixed given\\.$#"
2404			count: 1
2405			path: app/Module/InteractiveTree/TreeView.php
2406
2407		-
2408			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\InteractiveTreeModule\\:\\:chartUrl\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
2409			count: 1
2410			path: app/Module/InteractiveTreeModule.php
2411
2412		-
2413			message: "#^Parameter \\#2 \\$user of static method Fisharebest\\\\Webtrees\\\\Auth\\:\\:accessLevel\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface\\|null, mixed given\\.$#"
2414			count: 1
2415			path: app/Module/InteractiveTreeModule.php
2416
2417		-
2418			message: "#^Parameter \\#4 \\$user of static method Fisharebest\\\\Webtrees\\\\Auth\\:\\:checkComponentAccess\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface, mixed given\\.$#"
2419			count: 1
2420			path: app/Module/InteractiveTreeModule.php
2421
2422		-
2423			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\LifespansChartModule\\:\\:chartUrl\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
2424			count: 1
2425			path: app/Module/LifespansChartModule.php
2426
2427		-
2428			message: "#^Parameter \\#4 \\$user of static method Fisharebest\\\\Webtrees\\\\Auth\\:\\:checkComponentAccess\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface, mixed given\\.$#"
2429			count: 1
2430			path: app/Module/LifespansChartModule.php
2431
2432		-
2433			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\LocationListModule\\:\\:listUrl\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
2434			count: 1
2435			path: app/Module/LocationListModule.php
2436
2437		-
2438			message: "#^Parameter \\#1 \\$tree of method Fisharebest\\\\Webtrees\\\\Module\\\\LocationListModule\\:\\:listUrl\\(\\) expects Fisharebest\\\\Webtrees\\\\Tree, mixed given\\.$#"
2439			count: 1
2440			path: app/Module/LocationListModule.php
2441
2442		-
2443			message: "#^Expression on left side of \\?\\? is not nullable\\.$#"
2444			count: 1
2445			path: app/Module/MapGeoLocationGeonames.php
2446
2447		-
2448			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\MapGeoLocationGeonames\\:\\:extractLocationsFromResponse\\(\\) should return array\\<string\\> but returns mixed\\.$#"
2449			count: 1
2450			path: app/Module/MapGeoLocationGeonames.php
2451
2452		-
2453			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\MapGeoLocationGeonames\\:\\:searchPlaceNames\\(\\) should return array\\<string\\> but returns mixed\\.$#"
2454			count: 1
2455			path: app/Module/MapGeoLocationGeonames.php
2456
2457		-
2458			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\MapGeoLocationNominatim\\:\\:extractLocationsFromResponse\\(\\) should return array\\<string\\> but returns mixed\\.$#"
2459			count: 1
2460			path: app/Module/MapGeoLocationNominatim.php
2461
2462		-
2463			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\MapGeoLocationNominatim\\:\\:searchPlaceNames\\(\\) should return array\\<string\\> but returns mixed\\.$#"
2464			count: 1
2465			path: app/Module/MapGeoLocationNominatim.php
2466
2467		-
2468			message: "#^Expression on left side of \\?\\? is not nullable\\.$#"
2469			count: 1
2470			path: app/Module/MapGeoLocationOpenRouteService.php
2471
2472		-
2473			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\MapGeoLocationOpenRouteService\\:\\:extractLocationsFromResponse\\(\\) should return array\\<string\\> but returns mixed\\.$#"
2474			count: 1
2475			path: app/Module/MapGeoLocationOpenRouteService.php
2476
2477		-
2478			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\MapGeoLocationOpenRouteService\\:\\:searchPlaceNames\\(\\) should return array\\<string\\> but returns mixed\\.$#"
2479			count: 1
2480			path: app/Module/MapGeoLocationOpenRouteService.php
2481
2482		-
2483			message: "#^Cannot call method getServerParams\\(\\) on mixed\\.$#"
2484			count: 1
2485			path: app/Module/MatomoAnalyticsModule.php
2486
2487		-
2488			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\MediaListModule\\:\\:listUrl\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
2489			count: 1
2490			path: app/Module/MediaListModule.php
2491
2492		-
2493			message: "#^Parameter \\#1 \\$tree of method Fisharebest\\\\Webtrees\\\\Module\\\\MediaListModule\\:\\:listUrl\\(\\) expects Fisharebest\\\\Webtrees\\\\Tree, mixed given\\.$#"
2494			count: 1
2495			path: app/Module/MediaListModule.php
2496
2497		-
2498			message: "#^Parameter \\#2 \\$user of static method Fisharebest\\\\Webtrees\\\\Auth\\:\\:accessLevel\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface\\|null, mixed given\\.$#"
2499			count: 1
2500			path: app/Module/MediaTabModule.php
2501
2502		-
2503			message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
2504			count: 2
2505			path: app/Module/MinimalTheme.php
2506
2507		-
2508			message: "#^Cannot access offset int\\|false\\|null on array\\<int, string\\>\\|false\\.$#"
2509			count: 1
2510			path: app/Module/MinimalTheme.php
2511
2512		-
2513			message: "#^Cannot access offset mixed on non\\-empty\\-array\\<int, string\\>\\|false\\.$#"
2514			count: 1
2515			path: app/Module/MinimalTheme.php
2516
2517		-
2518			message: "#^Cannot call method findByComponent\\(\\) on mixed\\.$#"
2519			count: 3
2520			path: app/Module/MinimalTheme.php
2521
2522		-
2523			message: "#^Cannot call method findByInterface\\(\\) on mixed\\.$#"
2524			count: 1
2525			path: app/Module/MinimalTheme.php
2526
2527		-
2528			message: "#^Cannot call method getAttribute\\(\\) on mixed\\.$#"
2529			count: 2
2530			path: app/Module/MinimalTheme.php
2531
2532		-
2533			message: "#^Cannot call method getQueryParams\\(\\) on mixed\\.$#"
2534			count: 1
2535			path: app/Module/MinimalTheme.php
2536
2537		-
2538			message: "#^Cannot call method getUri\\(\\) on mixed\\.$#"
2539			count: 2
2540			path: app/Module/MinimalTheme.php
2541
2542		-
2543			message: "#^Cannot call method name\\(\\) on mixed\\.$#"
2544			count: 1
2545			path: app/Module/MinimalTheme.php
2546
2547		-
2548			message: "#^Parameter \\#2 \\$haystack of function array_search expects array, array\\<int, string\\>\\|false given\\.$#"
2549			count: 1
2550			path: app/Module/MinimalTheme.php
2551
2552		-
2553			message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\<int, string\\>\\|false given\\.$#"
2554			count: 2
2555			path: app/Module/MinimalTheme.php
2556
2557		-
2558			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\ModuleChartInterface\\:\\:chartUrl\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
2559			count: 1
2560			path: app/Module/ModuleChartInterface.php
2561
2562		-
2563			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\ModuleListInterface\\:\\:listUrl\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
2564			count: 1
2565			path: app/Module/ModuleListInterface.php
2566
2567		-
2568			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\NoteListModule\\:\\:listUrl\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
2569			count: 1
2570			path: app/Module/NoteListModule.php
2571
2572		-
2573			message: "#^Parameter \\#1 \\$tree of method Fisharebest\\\\Webtrees\\\\Module\\\\NoteListModule\\:\\:listUrl\\(\\) expects Fisharebest\\\\Webtrees\\\\Tree, mixed given\\.$#"
2574			count: 1
2575			path: app/Module/NoteListModule.php
2576
2577		-
2578			message: "#^Parameter \\#2 \\$user of static method Fisharebest\\\\Webtrees\\\\Auth\\:\\:accessLevel\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface\\|null, mixed given\\.$#"
2579			count: 1
2580			path: app/Module/NotesTabModule.php
2581
2582		-
2583			message: "#^Property Fisharebest\\\\Webtrees\\\\Module\\\\NotesTabModule\\:\\:\\$facts type has no value type specified in iterable type Illuminate\\\\Support\\\\Collection\\.$#"
2584			count: 1
2585			path: app/Module/NotesTabModule.php
2586
2587		-
2588			message: "#^Cannot access property \\$features on mixed\\.$#"
2589			count: 1
2590			path: app/Module/OpenRouteServiceAutocomplete.php
2591
2592		-
2593			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\OpenRouteServiceAutocomplete\\:\\:searchPlaceNames\\(\\) should return array\\<string\\> but returns mixed\\.$#"
2594			count: 1
2595			path: app/Module/OpenRouteServiceAutocomplete.php
2596
2597		-
2598			message: "#^Cannot call method name\\(\\) on mixed\\.$#"
2599			count: 1
2600			path: app/Module/PedigreeChartModule.php
2601
2602		-
2603			message: "#^Cannot cast mixed to int\\.$#"
2604			count: 1
2605			path: app/Module/PedigreeChartModule.php
2606
2607		-
2608			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\PedigreeChartModule\\:\\:chartUrl\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
2609			count: 1
2610			path: app/Module/PedigreeChartModule.php
2611
2612		-
2613			message: "#^Parameter \\#1 \\$individual of method Fisharebest\\\\Webtrees\\\\Module\\\\PedigreeChartModule\\:\\:nextLink\\(\\) expects Fisharebest\\\\Webtrees\\\\Individual, mixed given\\.$#"
2614			count: 2
2615			path: app/Module/PedigreeChartModule.php
2616
2617		-
2618			message: "#^Parameter \\#2 \\$parameters of method Fisharebest\\\\Webtrees\\\\Module\\\\PedigreeChartModule\\:\\:chartUrl\\(\\) expects array\\<array\\|bool\\|int\\|string\\|null\\>, array\\<string, mixed\\> given\\.$#"
2619			count: 1
2620			path: app/Module/PedigreeChartModule.php
2621
2622		-
2623			message: "#^Parameter \\#2 \\$style of method Fisharebest\\\\Webtrees\\\\Module\\\\PedigreeChartModule\\:\\:nextLink\\(\\) expects string, mixed given\\.$#"
2624			count: 2
2625			path: app/Module/PedigreeChartModule.php
2626
2627		-
2628			message: "#^Parameter \\#2 \\$style of method Fisharebest\\\\Webtrees\\\\Module\\\\PedigreeChartModule\\:\\:previousLink\\(\\) expects string, mixed given\\.$#"
2629			count: 1
2630			path: app/Module/PedigreeChartModule.php
2631
2632		-
2633			message: "#^Parameter \\#4 \\$user of static method Fisharebest\\\\Webtrees\\\\Auth\\:\\:checkComponentAccess\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface, mixed given\\.$#"
2634			count: 1
2635			path: app/Module/PedigreeChartModule.php
2636
2637		-
2638			message: "#^Cannot call method legacyNameAlgorithm\\(\\) on mixed\\.$#"
2639			count: 1
2640			path: app/Module/PedigreeMapModule.php
2641
2642		-
2643			message: "#^Cannot cast mixed to int\\.$#"
2644			count: 2
2645			path: app/Module/PedigreeMapModule.php
2646
2647		-
2648			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\PedigreeMapModule\\:\\:chartUrl\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
2649			count: 1
2650			path: app/Module/PedigreeMapModule.php
2651
2652		-
2653			message: "#^Parameter \\#1 \\$individual of method Fisharebest\\\\Webtrees\\\\Services\\\\ChartService\\:\\:sosaStradonitzAncestors\\(\\) expects Fisharebest\\\\Webtrees\\\\Individual, Fisharebest\\\\Webtrees\\\\Individual\\|null given\\.$#"
2654			count: 1
2655			path: app/Module/PedigreeMapModule.php
2656
2657		-
2658			message: "#^Parameter \\#1 \\$xref of method Fisharebest\\\\Webtrees\\\\Contracts\\\\IndividualFactoryInterface\\:\\:make\\(\\) expects string, mixed given\\.$#"
2659			count: 1
2660			path: app/Module/PedigreeMapModule.php
2661
2662		-
2663			message: "#^Parameter \\#4 \\$user of static method Fisharebest\\\\Webtrees\\\\Auth\\:\\:checkComponentAccess\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface, mixed given\\.$#"
2664			count: 1
2665			path: app/Module/PedigreeMapModule.php
2666
2667		-
2668			message: "#^Cannot call method statsPlaces\\(\\) on mixed\\.$#"
2669			count: 1
2670			path: app/Module/PlaceHierarchyListModule.php
2671
2672		-
2673			message: "#^Parameter \\#1 \\$tree of method Fisharebest\\\\Webtrees\\\\Module\\\\PlaceHierarchyListModule\\:\\:listUrl\\(\\) expects Fisharebest\\\\Webtrees\\\\Tree, mixed given\\.$#"
2674			count: 1
2675			path: app/Module/PlaceHierarchyListModule.php
2676
2677		-
2678			message: "#^Parameter \\#2 \\$parameters of function route expects array\\<array\\|bool\\|int\\|string\\|null\\>, array given\\.$#"
2679			count: 1
2680			path: app/Module/PlaceHierarchyListModule.php
2681
2682		-
2683			message: "#^Parameter \\#2 \\$user of static method Fisharebest\\\\Webtrees\\\\Auth\\:\\:accessLevel\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface\\|null, mixed given\\.$#"
2684			count: 1
2685			path: app/Module/PlacesModule.php
2686
2687		-
2688			message: "#^Parameter \\#1 \\$tree of method Fisharebest\\\\Webtrees\\\\Module\\\\PrivacyPolicy\\:\\:analyticsModules\\(\\) expects Fisharebest\\\\Webtrees\\\\Tree, mixed given\\.$#"
2689			count: 1
2690			path: app/Module/PrivacyPolicy.php
2691
2692		-
2693			message: "#^Cannot call method local\\(\\) on Fisharebest\\\\Webtrees\\\\Carbon\\|false\\.$#"
2694			count: 1
2695			path: app/Module/RecentChangesModule.php
2696
2697		-
2698			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\RecentChangesModule\\:\\:getBlock\\(\\) has parameter \\$config with no value type specified in iterable type array\\.$#"
2699			count: 1
2700			path: app/Module/RecentChangesModule.php
2701
2702		-
2703			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\GedcomRecord but returns Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#"
2704			count: 1
2705			path: app/Module/RelationshipsChartModule.php
2706
2707		-
2708			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\GedcomRecord but returns Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
2709			count: 1
2710			path: app/Module/RelationshipsChartModule.php
2711
2712		-
2713			message: "#^Cannot call method findByInterface\\(\\) on mixed\\.$#"
2714			count: 1
2715			path: app/Module/RelationshipsChartModule.php
2716
2717		-
2718			message: "#^Cannot call method gedcom\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#"
2719			count: 2
2720			path: app/Module/RelationshipsChartModule.php
2721
2722		-
2723			message: "#^Cannot call method legacyNameAlgorithm\\(\\) on mixed\\.$#"
2724			count: 5
2725			path: app/Module/RelationshipsChartModule.php
2726
2727		-
2728			message: "#^Cannot call method sex\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
2729			count: 4
2730			path: app/Module/RelationshipsChartModule.php
2731
2732		-
2733			message: "#^Cannot call method xref\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
2734			count: 2
2735			path: app/Module/RelationshipsChartModule.php
2736
2737		-
2738			message: "#^Cannot cast mixed to int\\.$#"
2739			count: 2
2740			path: app/Module/RelationshipsChartModule.php
2741
2742		-
2743			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\RelationshipsChartModule\\:\\:chartUrl\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
2744			count: 1
2745			path: app/Module/RelationshipsChartModule.php
2746
2747		-
2748			message: "#^Parameter \\#1 \\$xref of method Fisharebest\\\\Webtrees\\\\Contracts\\\\IndividualFactoryInterface\\:\\:make\\(\\) expects string, mixed given\\.$#"
2749			count: 1
2750			path: app/Module/RelationshipsChartModule.php
2751
2752		-
2753			message: "#^Parameter \\#4 \\$user of static method Fisharebest\\\\Webtrees\\\\Auth\\:\\:checkComponentAccess\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface, mixed given\\.$#"
2754			count: 1
2755			path: app/Module/RelationshipsChartModule.php
2756
2757		-
2758			message: "#^Parameter \\#2 \\$user of static method Fisharebest\\\\Webtrees\\\\Auth\\:\\:accessLevel\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface\\|null, mixed given\\.$#"
2759			count: 1
2760			path: app/Module/RelativesTabModule.php
2761
2762		-
2763			message: "#^Cannot call method getAttribute\\(\\) on mixed\\.$#"
2764			count: 1
2765			path: app/Module/ReportsMenuModule.php
2766
2767		-
2768			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\RepositoryListModule\\:\\:listUrl\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
2769			count: 1
2770			path: app/Module/RepositoryListModule.php
2771
2772		-
2773			message: "#^Parameter \\#1 \\$tree of method Fisharebest\\\\Webtrees\\\\Module\\\\RepositoryListModule\\:\\:listUrl\\(\\) expects Fisharebest\\\\Webtrees\\\\Tree, mixed given\\.$#"
2774			count: 1
2775			path: app/Module/RepositoryListModule.php
2776
2777		-
2778			message: "#^Cannot call method canShow\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#"
2779			count: 1
2780			path: app/Module/ReviewChangesModule.php
2781
2782		-
2783			message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#"
2784			count: 1
2785			path: app/Module/ReviewChangesModule.php
2786
2787		-
2788			message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#"
2789			count: 1
2790			path: app/Module/ReviewChangesModule.php
2791
2792		-
2793			message: "#^Call to an undefined method Sabre\\\\VObject\\\\Node\\:\\:add\\(\\)\\.$#"
2794			count: 3
2795			path: app/Module/ShareAnniversaryModule.php
2796
2797		-
2798			message: "#^Parameter \\#1 \\$xref of method Fisharebest\\\\Webtrees\\\\Contracts\\\\GedcomRecordFactoryInterface\\:\\:make\\(\\) expects string, mixed given\\.$#"
2799			count: 1
2800			path: app/Module/ShareAnniversaryModule.php
2801
2802		-
2803			message: "#^Cannot cast mixed to int\\.$#"
2804			count: 1
2805			path: app/Module/SiteMapModule.php
2806
2807		-
2808			message: "#^Parameter \\#2 \\$type of method Fisharebest\\\\Webtrees\\\\Module\\\\SiteMapModule\\:\\:sitemapRecords\\(\\) expects string, mixed given\\.$#"
2809			count: 1
2810			path: app/Module/SiteMapModule.php
2811
2812		-
2813			message: "#^Cannot access property \\$m_gedcom on mixed\\.$#"
2814			count: 1
2815			path: app/Module/SlideShowModule.php
2816
2817		-
2818			message: "#^Cannot access property \\$m_id on mixed\\.$#"
2819			count: 1
2820			path: app/Module/SlideShowModule.php
2821
2822		-
2823			message: "#^Cannot call method getQueryParams\\(\\) on mixed\\.$#"
2824			count: 1
2825			path: app/Module/SlideShowModule.php
2826
2827		-
2828			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\SourceListModule\\:\\:listUrl\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
2829			count: 1
2830			path: app/Module/SourceListModule.php
2831
2832		-
2833			message: "#^Parameter \\#1 \\$tree of method Fisharebest\\\\Webtrees\\\\Module\\\\SourceListModule\\:\\:listUrl\\(\\) expects Fisharebest\\\\Webtrees\\\\Tree, mixed given\\.$#"
2834			count: 1
2835			path: app/Module/SourceListModule.php
2836
2837		-
2838			message: "#^Parameter \\#2 \\$user of static method Fisharebest\\\\Webtrees\\\\Auth\\:\\:accessLevel\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface\\|null, mixed given\\.$#"
2839			count: 1
2840			path: app/Module/SourcesTabModule.php
2841
2842		-
2843			message: "#^Property Fisharebest\\\\Webtrees\\\\Module\\\\SourcesTabModule\\:\\:\\$facts type has no value type specified in iterable type Illuminate\\\\Support\\\\Collection\\.$#"
2844			count: 1
2845			path: app/Module/SourcesTabModule.php
2846
2847		-
2848			message: "#^Cannot call method getServerParams\\(\\) on mixed\\.$#"
2849			count: 1
2850			path: app/Module/StatcounterModule.php
2851
2852		-
2853			message: "#^Argument of an invalid type array\\|string supplied for foreach, only iterables are supported\\.$#"
2854			count: 3
2855			path: app/Module/StatisticsChartModule.php
2856
2857		-
2858			message: "#^Binary operation \"\\+\" between int and int\\|string results in an error\\.$#"
2859			count: 1
2860			path: app/Module/StatisticsChartModule.php
2861
2862		-
2863			message: "#^Binary operation \"\\-\" between string and 1 results in an error\\.$#"
2864			count: 2
2865			path: app/Module/StatisticsChartModule.php
2866
2867		-
2868			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\StatisticsChartModule\\:\\:chartUrl\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
2869			count: 1
2870			path: app/Module/StatisticsChartModule.php
2871
2872		-
2873			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\StatisticsChartModule\\:\\:fillYData\\(\\) has parameter \\$x_axis with no value type specified in iterable type array\\.$#"
2874			count: 1
2875			path: app/Module/StatisticsChartModule.php
2876
2877		-
2878			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\StatisticsChartModule\\:\\:fillYData\\(\\) has parameter \\$z_axis with no value type specified in iterable type array\\.$#"
2879			count: 1
2880			path: app/Module/StatisticsChartModule.php
2881
2882		-
2883			message: "#^Parameter \\#4 \\$user of static method Fisharebest\\\\Webtrees\\\\Auth\\:\\:checkComponentAccess\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface, mixed given\\.$#"
2884			count: 1
2885			path: app/Module/StatisticsChartModule.php
2886
2887		-
2888			message: "#^Variable \\$x_axis_title on left side of \\?\\? always exists and is not nullable\\.$#"
2889			count: 1
2890			path: app/Module/StatisticsChartModule.php
2891
2892		-
2893			message: "#^Variable \\$y_axis_title on left side of \\?\\? always exists and is not nullable\\.$#"
2894			count: 1
2895			path: app/Module/StatisticsChartModule.php
2896
2897		-
2898			message: "#^Cannot cast mixed to string\\.$#"
2899			count: 1
2900			path: app/Module/StoriesModule.php
2901
2902		-
2903			message: "#^Parameter \\#2 \\$user of static method Fisharebest\\\\Webtrees\\\\Auth\\:\\:accessLevel\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface\\|null, mixed given\\.$#"
2904			count: 1
2905			path: app/Module/StoriesModule.php
2906
2907		-
2908			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\SubmitterListModule\\:\\:listUrl\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
2909			count: 1
2910			path: app/Module/SubmitterListModule.php
2911
2912		-
2913			message: "#^Parameter \\#1 \\$tree of method Fisharebest\\\\Webtrees\\\\Module\\\\SubmitterListModule\\:\\:listUrl\\(\\) expects Fisharebest\\\\Webtrees\\\\Tree, mixed given\\.$#"
2914			count: 1
2915			path: app/Module/SubmitterListModule.php
2916
2917		-
2918			message: "#^Cannot call method menuThemes\\(\\) on mixed\\.$#"
2919			count: 1
2920			path: app/Module/ThemeSelectModule.php
2921
2922		-
2923			message: "#^Cannot cast mixed to int\\.$#"
2924			count: 1
2925			path: app/Module/TimelineChartModule.php
2926
2927		-
2928			message: "#^Parameter \\#4 \\$user of static method Fisharebest\\\\Webtrees\\\\Auth\\:\\:checkComponentAccess\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface, mixed given\\.$#"
2929			count: 2
2930			path: app/Module/TimelineChartModule.php
2931
2932		-
2933			message: "#^Cannot call method commonGivenFemaleListTotals\\(\\) on mixed\\.$#"
2934			count: 1
2935			path: app/Module/TopGivenNamesModule.php
2936
2937		-
2938			message: "#^Cannot call method commonGivenFemaleTable\\(\\) on mixed\\.$#"
2939			count: 1
2940			path: app/Module/TopGivenNamesModule.php
2941
2942		-
2943			message: "#^Cannot call method commonGivenMaleListTotals\\(\\) on mixed\\.$#"
2944			count: 1
2945			path: app/Module/TopGivenNamesModule.php
2946
2947		-
2948			message: "#^Cannot call method commonGivenMaleTable\\(\\) on mixed\\.$#"
2949			count: 1
2950			path: app/Module/TopGivenNamesModule.php
2951
2952		-
2953			message: "#^Cannot call method id\\(\\) on mixed\\.$#"
2954			count: 1
2955			path: app/Module/UserFavoritesModule.php
2956
2957		-
2958			message: "#^Parameter \\#2 \\$user of method Fisharebest\\\\Webtrees\\\\Module\\\\UserFavoritesModule\\:\\:addRecordFavorite\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface, mixed given\\.$#"
2959			count: 1
2960			path: app/Module/UserFavoritesModule.php
2961
2962		-
2963			message: "#^Parameter \\#2 \\$user of method Fisharebest\\\\Webtrees\\\\Module\\\\UserFavoritesModule\\:\\:addUrlFavorite\\(\\) expects Fisharebest\\\\Webtrees\\\\Contracts\\\\UserInterface, mixed given\\.$#"
2964			count: 1
2965			path: app/Module/UserFavoritesModule.php
2966
2967		-
2968			message: "#^Cannot access property \\$body on object\\|null\\.$#"
2969			count: 1
2970			path: app/Module/UserJournalModule.php
2971
2972		-
2973			message: "#^Cannot access property \\$subject on object\\|null\\.$#"
2974			count: 1
2975			path: app/Module/UserJournalModule.php
2976
2977		-
2978			message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
2979			count: 2
2980			path: app/Module/WebtreesTheme.php
2981
2982		-
2983			message: "#^Cannot access offset int\\|false\\|null on array\\<int, string\\>\\|false\\.$#"
2984			count: 1
2985			path: app/Module/WebtreesTheme.php
2986
2987		-
2988			message: "#^Cannot access offset mixed on non\\-empty\\-array\\<int, string\\>\\|false\\.$#"
2989			count: 1
2990			path: app/Module/WebtreesTheme.php
2991
2992		-
2993			message: "#^Cannot call method findByComponent\\(\\) on mixed\\.$#"
2994			count: 3
2995			path: app/Module/WebtreesTheme.php
2996
2997		-
2998			message: "#^Cannot call method findByInterface\\(\\) on mixed\\.$#"
2999			count: 1
3000			path: app/Module/WebtreesTheme.php
3001
3002		-
3003			message: "#^Cannot call method getAttribute\\(\\) on mixed\\.$#"
3004			count: 2
3005			path: app/Module/WebtreesTheme.php
3006
3007		-
3008			message: "#^Cannot call method getQueryParams\\(\\) on mixed\\.$#"
3009			count: 1
3010			path: app/Module/WebtreesTheme.php
3011
3012		-
3013			message: "#^Cannot call method getUri\\(\\) on mixed\\.$#"
3014			count: 2
3015			path: app/Module/WebtreesTheme.php
3016
3017		-
3018			message: "#^Cannot call method name\\(\\) on mixed\\.$#"
3019			count: 1
3020			path: app/Module/WebtreesTheme.php
3021
3022		-
3023			message: "#^Parameter \\#2 \\$haystack of function array_search expects array, array\\<int, string\\>\\|false given\\.$#"
3024			count: 1
3025			path: app/Module/WebtreesTheme.php
3026
3027		-
3028			message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\<int, string\\>\\|false given\\.$#"
3029			count: 2
3030			path: app/Module/WebtreesTheme.php
3031
3032		-
3033			message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
3034			count: 2
3035			path: app/Module/XeneaTheme.php
3036
3037		-
3038			message: "#^Cannot access offset int\\|false\\|null on array\\<int, string\\>\\|false\\.$#"
3039			count: 1
3040			path: app/Module/XeneaTheme.php
3041
3042		-
3043			message: "#^Cannot access offset mixed on non\\-empty\\-array\\<int, string\\>\\|false\\.$#"
3044			count: 1
3045			path: app/Module/XeneaTheme.php
3046
3047		-
3048			message: "#^Cannot call method findByComponent\\(\\) on mixed\\.$#"
3049			count: 3
3050			path: app/Module/XeneaTheme.php
3051
3052		-
3053			message: "#^Cannot call method findByInterface\\(\\) on mixed\\.$#"
3054			count: 1
3055			path: app/Module/XeneaTheme.php
3056
3057		-
3058			message: "#^Cannot call method getAttribute\\(\\) on mixed\\.$#"
3059			count: 2
3060			path: app/Module/XeneaTheme.php
3061
3062		-
3063			message: "#^Cannot call method getQueryParams\\(\\) on mixed\\.$#"
3064			count: 1
3065			path: app/Module/XeneaTheme.php
3066
3067		-
3068			message: "#^Cannot call method getUri\\(\\) on mixed\\.$#"
3069			count: 2
3070			path: app/Module/XeneaTheme.php
3071
3072		-
3073			message: "#^Cannot call method name\\(\\) on mixed\\.$#"
3074			count: 1
3075			path: app/Module/XeneaTheme.php
3076
3077		-
3078			message: "#^Parameter \\#2 \\$haystack of function array_search expects array, array\\<int, string\\>\\|false given\\.$#"
3079			count: 1
3080			path: app/Module/XeneaTheme.php
3081
3082		-
3083			message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\<int, string\\>\\|false given\\.$#"
3084			count: 2
3085			path: app/Module/XeneaTheme.php
3086
3087		-
3088			message: "#^Cannot call method findByComponent\\(\\) on mixed\\.$#"
3089			count: 1
3090			path: app/Place.php
3091
3092		-
3093			message: "#^Cannot cast mixed to int\\.$#"
3094			count: 1
3095			path: app/Place.php
3096
3097		-
3098			message: "#^Method Fisharebest\\\\Webtrees\\\\Place\\:\\:id\\(\\) should return int but returns mixed\\.$#"
3099			count: 1
3100			path: app/Place.php
3101
3102		-
3103			message: "#^Parameter \\#1 \\$str of function mb_substr expects string, mixed given\\.$#"
3104			count: 2
3105			path: app/Place.php
3106
3107		-
3108			message: "#^Parameter \\#1 \\$text of static method Fisharebest\\\\Webtrees\\\\Soundex\\:\\:daitchMokotoff\\(\\) expects string, mixed given\\.$#"
3109			count: 1
3110			path: app/Place.php
3111
3112		-
3113			message: "#^Parameter \\#1 \\$text of static method Fisharebest\\\\Webtrees\\\\Soundex\\:\\:russell\\(\\) expects string, mixed given\\.$#"
3114			count: 1
3115			path: app/Place.php
3116
3117		-
3118			message: "#^Parameter \\#1 \\$value of function e expects Illuminate\\\\Contracts\\\\Support\\\\DeferringDisplayableValue\\|Illuminate\\\\Contracts\\\\Support\\\\Htmlable\\|string\\|null, mixed given\\.$#"
3119			count: 1
3120			path: app/Place.php
3121
3122		-
3123			message: "#^Cannot access property \\$latitude on object\\|null\\.$#"
3124			count: 3
3125			path: app/PlaceLocation.php
3126
3127		-
3128			message: "#^Cannot access property \\$longitude on object\\|null\\.$#"
3129			count: 3
3130			path: app/PlaceLocation.php
3131
3132		-
3133			message: "#^Cannot cast mixed to int\\.$#"
3134			count: 1
3135			path: app/PlaceLocation.php
3136
3137		-
3138			message: "#^Cannot cast mixed to string\\.$#"
3139			count: 1
3140			path: app/PlaceLocation.php
3141
3142		-
3143			message: "#^Method Fisharebest\\\\Webtrees\\\\PlaceLocation\\:\\:boundingRectangle\\(\\) should return array\\<array\\<float\\>\\> but returns array\\<int, array\\<int, mixed\\>\\>\\.$#"
3144			count: 1
3145			path: app/PlaceLocation.php
3146
3147		-
3148			message: "#^Method Fisharebest\\\\Webtrees\\\\PlaceLocation\\:\\:details\\(\\) should return object but returns mixed\\.$#"
3149			count: 1
3150			path: app/PlaceLocation.php
3151
3152		-
3153			message: "#^Method Fisharebest\\\\Webtrees\\\\PlaceLocation\\:\\:id\\(\\) should return int\\|null but returns mixed\\.$#"
3154			count: 1
3155			path: app/PlaceLocation.php
3156
3157		-
3158			message: "#^Parameter \\#1 \\$str of function mb_substr expects string, mixed given\\.$#"
3159			count: 1
3160			path: app/PlaceLocation.php
3161
3162		-
3163			message: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\:\\:getStyle\\(\\) return type has no value type specified in iterable type array\\.$#"
3164			count: 1
3165			path: app/Report/AbstractRenderer.php
3166
3167		-
3168			message: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\:\\:getStyle\\(\\) should return array but returns array\\<string, string\\>\\|false\\.$#"
3169			count: 1
3170			path: app/Report/AbstractRenderer.php
3171
3172		-
3173			message: "#^Array \\(array\\<array\\<string, string\\>\\>\\) does not accept string\\.$#"
3174			count: 1
3175			path: app/Report/PdfRenderer.php
3176
3177		-
3178			message: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\PdfRenderer\\:\\:getStyle\\(\\) return type has no value type specified in iterable type array\\.$#"
3179			count: 1
3180			path: app/Report/PdfRenderer.php
3181
3182		-
3183			message: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\PdfRenderer\\:\\:getStyle\\(\\) should return array but returns array\\<string, string\\>\\|string\\.$#"
3184			count: 1
3185			path: app/Report/PdfRenderer.php
3186
3187		-
3188			message: "#^Parameter \\#1 \\$fm of method TCPDF\\:\\:setFooterMargin\\(\\) expects int, float given\\.$#"
3189			count: 1
3190			path: app/Report/PdfRenderer.php
3191
3192		-
3193			message: "#^Parameter \\#1 \\$font of method TCPDF\\:\\:setHeaderFont\\(\\) expects array\\<int, string\\>, array\\<int, float\\|string\\> given\\.$#"
3194			count: 1
3195			path: app/Report/PdfRenderer.php
3196
3197		-
3198			message: "#^Parameter \\#1 \\$hm of method TCPDF\\:\\:setHeaderMargin\\(\\) expects int, float given\\.$#"
3199			count: 1
3200			path: app/Report/PdfRenderer.php
3201
3202		-
3203			message: "#^Parameter \\#2 \\$lw of method TCPDF\\:\\:setHeaderData\\(\\) expects string, int given\\.$#"
3204			count: 1
3205			path: app/Report/PdfRenderer.php
3206
3207		-
3208			message: "#^Parameter \\#1 \\$x of method Fisharebest\\\\Webtrees\\\\Report\\\\HtmlRenderer\\:\\:setX\\(\\) expects float, mixed given\\.$#"
3209			count: 1
3210			path: app/Report/ReportHtmlCell.php
3211
3212		-
3213			message: "#^Parameter \\#1 \\$y of method Fisharebest\\\\Webtrees\\\\Report\\\\HtmlRenderer\\:\\:setY\\(\\) expects float, mixed given\\.$#"
3214			count: 1
3215			path: app/Report/ReportHtmlCell.php
3216
3217		-
3218			message: "#^Parameter \\#2 \\$y of method Fisharebest\\\\Webtrees\\\\Report\\\\HtmlRenderer\\:\\:setXy\\(\\) expects float, mixed given\\.$#"
3219			count: 1
3220			path: app/Report/ReportHtmlCell.php
3221
3222		-
3223			message: "#^Parameter \\#3 \\(mixed\\) of echo cannot be converted to string\\.$#"
3224			count: 1
3225			path: app/Report/ReportHtmlCell.php
3226
3227		-
3228			message: "#^Parameter \\#4 \\(mixed\\) of echo cannot be converted to string\\.$#"
3229			count: 1
3230			path: app/Report/ReportHtmlCell.php
3231
3232		-
3233			message: "#^Variable \\$lastelement in empty\\(\\) always exists and is not falsy\\.$#"
3234			count: 1
3235			path: app/Report/ReportHtmlTextbox.php
3236
3237		-
3238			message: "#^Parameter \\#1 \\$function of function call_user_func expects callable\\(\\)\\: mixed, array\\{\\$this\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserBase\\), non\\-empty\\-string\\} given\\.$#"
3239			count: 2
3240			path: app/Report/ReportParserBase.php
3241
3242		-
3243			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserBase\\:\\:\\$xml_parser \\(XMLParser\\) does not accept resource\\.$#"
3244			count: 1
3245			path: app/Report/ReportParserBase.php
3246
3247		-
3248			message: "#^Array \\(array\\<string\\>\\) does not accept array\\<int, string\\>\\.$#"
3249			count: 1
3250			path: app/Report/ReportParserGenerate.php
3251
3252		-
3253			message: "#^Call to function assert\\(\\) with false and LogicException will always evaluate to false\\.$#"
3254			count: 1
3255			path: app/Report/ReportParserGenerate.php
3256
3257		-
3258			message: "#^Cannot access offset 0 on array\\|false\\.$#"
3259			count: 3
3260			path: app/Report/ReportParserGenerate.php
3261
3262		-
3263			message: "#^Cannot access offset 1 on array\\|false\\.$#"
3264			count: 3
3265			path: app/Report/ReportParserGenerate.php
3266
3267		-
3268			message: "#^Cannot access offset float\\|int on array\\<int, string\\>\\|false\\.$#"
3269			count: 14
3270			path: app/Report/ReportParserGenerate.php
3271
3272		-
3273			message: "#^Cannot call method addElement\\(\\) on Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\|null\\.$#"
3274			count: 1
3275			path: app/Report/ReportParserGenerate.php
3276
3277		-
3278			message: "#^Cannot call method childFamilies\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
3279			count: 1
3280			path: app/Report/ReportParserGenerate.php
3281
3282		-
3283			message: "#^Cannot call method facts\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#"
3284			count: 2
3285			path: app/Report/ReportParserGenerate.php
3286
3287		-
3288			message: "#^Cannot call method findHighlightedMediaFile\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
3289			count: 1
3290			path: app/Report/ReportParserGenerate.php
3291
3292		-
3293			message: "#^Cannot call method firstImageFile\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#"
3294			count: 1
3295			path: app/Report/ReportParserGenerate.php
3296
3297		-
3298			message: "#^Cannot call method privatizeGedcom\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#"
3299			count: 1
3300			path: app/Report/ReportParserGenerate.php
3301
3302		-
3303			message: "#^Cannot cast mixed to string\\.$#"
3304			count: 1
3305			path: app/Report/ReportParserGenerate.php
3306
3307		-
3308			message: "#^Cannot use array destructuring on array\\<int, array\\<string\\>\\|int\\>\\|null\\.$#"
3309			count: 4
3310			path: app/Report/ReportParserGenerate.php
3311
3312		-
3313			message: "#^Cannot use array destructuring on string\\|null\\.$#"
3314			count: 1
3315			path: app/Report/ReportParserGenerate.php
3316
3317		-
3318			message: "#^If condition is always true\\.$#"
3319			count: 1
3320			path: app/Report/ReportParserGenerate.php
3321
3322		-
3323			message: "#^Instanceof between Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer and Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseElement will always evaluate to false\\.$#"
3324			count: 1
3325			path: app/Report/ReportParserGenerate.php
3326
3327		-
3328			message: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:substituteVars\\(\\) should return string but returns string\\|null\\.$#"
3329			count: 1
3330			path: app/Report/ReportParserGenerate.php
3331
3332		-
3333			message: "#^Parameter \\#1 \\$array_arg of function end expects array\\|object, array\\<int, string\\>\\|false given\\.$#"
3334			count: 1
3335			path: app/Report/ReportParserGenerate.php
3336
3337		-
3338			message: "#^Parameter \\#1 \\$function of function call_user_func expects callable\\(\\)\\: mixed, array\\{\\$this\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\), non\\-empty\\-string\\} given\\.$#"
3339			count: 2
3340			path: app/Report/ReportParserGenerate.php
3341
3342		-
3343			message: "#^Parameter \\#1 \\$im of function imagesx expects resource, resource\\|false given\\.$#"
3344			count: 2
3345			path: app/Report/ReportParserGenerate.php
3346
3347		-
3348			message: "#^Parameter \\#1 \\$im of function imagesy expects resource, resource\\|false given\\.$#"
3349			count: 2
3350			path: app/Report/ReportParserGenerate.php
3351
3352		-
3353			message: "#^Parameter \\#1 \\$level of static method Fisharebest\\\\Webtrees\\\\Functions\\\\Functions\\:\\:getSubRecord\\(\\) expects int, float\\|int given\\.$#"
3354			count: 4
3355			path: app/Report/ReportParserGenerate.php
3356
3357		-
3358			message: "#^Parameter \\#1 \\$nlevel of static method Fisharebest\\\\Webtrees\\\\Functions\\\\Functions\\:\\:getCont\\(\\) expects int, float\\|int given\\.$#"
3359			count: 1
3360			path: app/Report/ReportParserGenerate.php
3361
3362		-
3363			message: "#^Parameter \\#1 \\$parser of function xml_get_current_line_number expects resource, XMLParser given\\.$#"
3364			count: 6
3365			path: app/Report/ReportParserGenerate.php
3366
3367		-
3368			message: "#^Parameter \\#1 \\$str of function addslashes expects string, string\\|null given\\.$#"
3369			count: 1
3370			path: app/Report/ReportParserGenerate.php
3371
3372		-
3373			message: "#^Parameter \\#1 \\$style of method Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\:\\:addStyle\\(\\) expects array\\<string\\>, array\\<string, float\\|string\\> given\\.$#"
3374			count: 1
3375			path: app/Report/ReportParserGenerate.php
3376
3377		-
3378			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|null given\\.$#"
3379			count: 1
3380			path: app/Report/ReportParserGenerate.php
3381
3382		-
3383			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$current_element \\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseElement\\) does not accept Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\.$#"
3384			count: 1
3385			path: app/Report/ReportParserGenerate.php
3386
3387		-
3388			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$list type has no value type specified in iterable type array\\.$#"
3389			count: 1
3390			path: app/Report/ReportParserGenerate.php
3391
3392		-
3393			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$parser \\(XMLParser\\) does not accept resource\\.$#"
3394			count: 4
3395			path: app/Report/ReportParserGenerate.php
3396
3397		-
3398			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$print_data \\(bool\\) does not accept bool\\|null\\.$#"
3399			count: 4
3400			path: app/Report/ReportParserGenerate.php
3401
3402		-
3403			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$wt_report \\(Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\) does not accept Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\|null\\.$#"
3404			count: 1
3405			path: app/Report/ReportParserGenerate.php
3406
3407		-
3408			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$wt_report \\(Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\) does not accept Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseTextbox\\.$#"
3409			count: 1
3410			path: app/Report/ReportParserGenerate.php
3411
3412		-
3413			message: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserSetup\\:\\:reportProperties\\(\\) return type has no value type specified in iterable type array\\.$#"
3414			count: 1
3415			path: app/Report/ReportParserSetup.php
3416
3417		-
3418			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserSetup\\:\\:\\$data type has no value type specified in iterable type array\\.$#"
3419			count: 1
3420			path: app/Report/ReportParserSetup.php
3421
3422		-
3423			message: "#^Parameter \\#1 \\$x of method Fisharebest\\\\Webtrees\\\\Report\\\\PdfRenderer\\:\\:addMarginX\\(\\) expects float, mixed given\\.$#"
3424			count: 1
3425			path: app/Report/ReportPdfCell.php
3426
3427		-
3428			message: "#^Parameter \\#1 \\$y of method TCPDF\\:\\:SetY\\(\\) expects float, mixed given\\.$#"
3429			count: 1
3430			path: app/Report/ReportPdfCell.php
3431
3432		-
3433			message: "#^Parameter \\#2 \\$y of method TCPDF\\:\\:Link\\(\\) expects float, mixed given\\.$#"
3434			count: 1
3435			path: app/Report/ReportPdfCell.php
3436
3437		-
3438			message: "#^Parameter \\#6 \\$fill of method TCPDF\\:\\:MultiCell\\(\\) expects bool, int given\\.$#"
3439			count: 1
3440			path: app/Report/ReportPdfCell.php
3441
3442		-
3443			message: "#^Parameter \\#9 \\$y of method TCPDF\\:\\:MultiCell\\(\\) expects float, mixed given\\.$#"
3444			count: 1
3445			path: app/Report/ReportPdfCell.php
3446
3447		-
3448			message: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\ReportPdfFootnote\\:\\:getWidth\\(\\) should return array\\{float, int, float\\} but returns array\\{0\\|array\\<float\\>\\|float, 1, int\\<0, max\\>\\}\\.$#"
3449			count: 1
3450			path: app/Report/ReportPdfFootnote.php
3451
3452		-
3453			message: "#^Parameter \\#1 \\$link of method TCPDF\\:\\:SetLink\\(\\) expects int, string given\\.$#"
3454			count: 1
3455			path: app/Report/ReportPdfFootnote.php
3456
3457		-
3458			message: "#^Parameter \\#1 \\$number of function ceil expects float, array\\<float\\>\\|float given\\.$#"
3459			count: 3
3460			path: app/Report/ReportPdfFootnote.php
3461
3462		-
3463			message: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\ReportPdfText\\:\\:getWidth\\(\\) should return array\\{float, int, float\\} but returns array\\{array\\<float\\>\\|float, 0\\|2, int\\<0, max\\>\\}\\.$#"
3464			count: 1
3465			path: app/Report/ReportPdfText.php
3466
3467		-
3468			message: "#^Instanceof between Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseElement and Fisharebest\\\\Webtrees\\\\Report\\\\ReportPdfFootnote will always evaluate to false\\.$#"
3469			count: 1
3470			path: app/Report/ReportPdfTextBox.php
3471
3472		-
3473			message: "#^Result of \\|\\| is always true\\.$#"
3474			count: 1
3475			path: app/Report/ReportPdfTextBox.php
3476
3477		-
3478			message: "#^Variable \\$lastelement in empty\\(\\) always exists and is not falsy\\.$#"
3479			count: 1
3480			path: app/Report/ReportPdfTextBox.php
3481
3482		-
3483			message: "#^Parameter \\#1 \\$h of method TCPDF\\:\\:checkPageBreak\\(\\) expects float, mixed given\\.$#"
3484			count: 1
3485			path: app/Report/TcpdfWrapper.php
3486
3487		-
3488			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Family but returns Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#"
3489			count: 1
3490			path: app/Services/AdminService.php
3491
3492		-
3493			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Individual but returns Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
3494			count: 1
3495			path: app/Services/AdminService.php
3496
3497		-
3498			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Media but returns Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#"
3499			count: 1
3500			path: app/Services/AdminService.php
3501
3502		-
3503			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Source but returns Fisharebest\\\\Webtrees\\\\Source\\|null\\.$#"
3504			count: 1
3505			path: app/Services/AdminService.php
3506
3507		-
3508			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|false given\\.$#"
3509			count: 1
3510			path: app/Services/AdminService.php
3511
3512		-
3513			message: "#^Access to an undefined property Fisharebest\\\\Webtrees\\\\Fact\\:\\:\\$anniv\\.$#"
3514			count: 2
3515			path: app/Services/CalendarService.php
3516
3517		-
3518			message: "#^Access to an undefined property Fisharebest\\\\Webtrees\\\\Fact\\:\\:\\$jd\\.$#"
3519			count: 5
3520			path: app/Services/CalendarService.php
3521
3522		-
3523			message: "#^Call to an undefined method Carbon\\\\CarbonImmutable\\:\\:julianDay\\(\\)\\.$#"
3524			count: 2
3525			path: app/Services/CalendarService.php
3526
3527		-
3528			message: "#^Cannot access offset mixed on array\\|object\\|null\\.$#"
3529			count: 2
3530			path: app/Services/CaptchaService.php
3531
3532		-
3533			message: "#^Cannot access offset string on mixed\\.$#"
3534			count: 10
3535			path: app/Services/ClipboardService.php
3536
3537		-
3538			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\ClipboardService\\:\\:pastableFactsOfType\\(\\) has parameter \\$types with no value type specified in iterable type Illuminate\\\\Support\\\\Collection\\.$#"
3539			count: 1
3540			path: app/Services/ClipboardService.php
3541
3542		-
3543			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:createFact\\(\\) expects string, mixed given\\.$#"
3544			count: 1
3545			path: app/Services/ClipboardService.php
3546
3547		-
3548			message: "#^Parameter \\#1 \\$input of function array_slice expects array, mixed given\\.$#"
3549			count: 1
3550			path: app/Services/ClipboardService.php
3551
3552		-
3553			message: "#^Parameter \\#1 \\$command of class Symfony\\\\Component\\\\Mailer\\\\Transport\\\\SendmailTransport constructor expects string\\|null, mixed given\\.$#"
3554			count: 1
3555			path: app/Services/EmailService.php
3556
3557		-
3558			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\GedcomEditService\\:\\:insertMissingRecordSubtags\\(\\) should return string but returns string\\|null\\.$#"
3559			count: 2
3560			path: app/Services/GedcomEditService.php
3561
3562		-
3563			message: "#^Parameter \\#1 \\$stack of function array_shift expects array, array\\<int, string\\>\\|false given\\.$#"
3564			count: 1
3565			path: app/Services/GedcomEditService.php
3566
3567		-
3568			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\GedcomExportService\\:\\:convertMediaPath\\(\\) should return string but returns string\\|null\\.$#"
3569			count: 1
3570			path: app/Services/GedcomExportService.php
3571
3572		-
3573			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Module\\\\ModuleBlockInterface\\|null but returns mixed\\.$#"
3574			count: 1
3575			path: app/Services/HomePageService.php
3576
3577		-
3578			message: "#^Parameter \\#2 \\$active_blocks of method Fisharebest\\\\Webtrees\\\\Services\\\\HomePageService\\:\\:filterActiveBlocks\\(\\) expects Illuminate\\\\Support\\\\Collection&iterable\\<int, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleBlockInterface\\>, Illuminate\\\\Support\\\\Collection&iterable\\<string, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleBlockInterface\\> given\\.$#"
3579			count: 2
3580			path: app/Services/HomePageService.php
3581
3582		-
3583			message: "#^Parameter \\#1 \\$path of function pathinfo expects string, string\\|null given\\.$#"
3584			count: 1
3585			path: app/Services/MediaFileService.php
3586
3587		-
3588			message: "#^Parameter \\#1 \\$size of method Fisharebest\\\\Webtrees\\\\Services\\\\MediaFileService\\:\\:parseIniFileSize\\(\\) expects string, string\\|false given\\.$#"
3589			count: 2
3590			path: app/Services/MediaFileService.php
3591
3592		-
3593			message: "#^Parameter \\#1 \\$str of function trim expects string, string\\|null given\\.$#"
3594			count: 2
3595			path: app/Services/MediaFileService.php
3596
3597		-
3598			message: "#^Unsafe access to private constant Fisharebest\\\\Webtrees\\\\Services\\\\MediaFileService\\:\\:IGNORE_FOLDERS through static\\:\\:\\.$#"
3599			count: 1
3600			path: app/Services/MediaFileService.php
3601
3602		-
3603			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Module\\\\ModuleInterface but returns mixed\\.$#"
3604			count: 1
3605			path: app/Services/ModuleService.php
3606
3607		-
3608			message: "#^Cannot call method filter\\(\\) on mixed\\.$#"
3609			count: 1
3610			path: app/Services/ModuleService.php
3611
3612		-
3613			message: "#^Cannot call method setName\\(\\) on mixed\\.$#"
3614			count: 1
3615			path: app/Services/ModuleService.php
3616
3617		-
3618			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\ModuleService\\:\\:findByName\\(\\) should return Fisharebest\\\\Webtrees\\\\Module\\\\ModuleInterface\\|null but returns mixed\\.$#"
3619			count: 1
3620			path: app/Services/ModuleService.php
3621
3622		-
3623			message: "#^Cannot call method addDay\\(\\) on Fisharebest\\\\Webtrees\\\\Carbon\\|null\\.$#"
3624			count: 1
3625			path: app/Services/PendingChangesService.php
3626
3627		-
3628			message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual\\:\\:childFamilies\\(\\)\\.$#"
3629			count: 1
3630			path: app/Services/RelationshipService.php
3631
3632		-
3633			message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual\\:\\:sex\\(\\)\\.$#"
3634			count: 1
3635			path: app/Services/RelationshipService.php
3636
3637		-
3638			message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual\\:\\:spouseFamilies\\(\\)\\.$#"
3639			count: 1
3640			path: app/Services/RelationshipService.php
3641
3642		-
3643			message: "#^Cannot call method findByInterface\\(\\) on mixed\\.$#"
3644			count: 1
3645			path: app/Services/RelationshipService.php
3646
3647		-
3648			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\RelationshipService\\:\\:matchRelationships\\(\\) should return array\\<Fisharebest\\\\Webtrees\\\\Relationship\\> but returns array\\<array\\<string\\>\\|Fisharebest\\\\Webtrees\\\\Relationship\\>\\.$#"
3649			count: 1
3650			path: app/Services/RelationshipService.php
3651
3652		-
3653			message: "#^Parameter \\#1 \\$individual of method Fisharebest\\\\Webtrees\\\\Services\\\\RelationshipService\\:\\:reflexivePronoun\\(\\) expects Fisharebest\\\\Webtrees\\\\Individual, Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual given\\.$#"
3654			count: 1
3655			path: app/Services/RelationshipService.php
3656
3657		-
3658			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\\.$#"
3659			count: 1
3660			path: app/Services/RelationshipService.php
3661
3662		-
3663			message: "#^Parameter \\#2 \\$person1 of method Fisharebest\\\\Webtrees\\\\Services\\\\RelationshipService\\:\\:legacyNameAlgorithm\\(\\) expects Fisharebest\\\\Webtrees\\\\Individual\\|null, Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual given\\.$#"
3664			count: 1
3665			path: app/Services/RelationshipService.php
3666
3667		-
3668			message: "#^Parameter \\#3 \\$person2 of method Fisharebest\\\\Webtrees\\\\Services\\\\RelationshipService\\:\\:legacyNameAlgorithm\\(\\) expects Fisharebest\\\\Webtrees\\\\Individual\\|null, Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual given\\.$#"
3669			count: 1
3670			path: app/Services/RelationshipService.php
3671
3672		-
3673			message: "#^Binary operation \"\\*\" between 365 and string results in an error\\.$#"
3674			count: 1
3675			path: app/Services/SearchService.php
3676
3677		-
3678			message: "#^Parameter \\#1 \\$haystack of function mb_stripos expects string, string\\|null given\\.$#"
3679			count: 1
3680			path: app/Services/SearchService.php
3681
3682		-
3683			message: "#^Parameter \\#1 \\$haystack of function str_starts_with expects string\\|null, int\\|string given\\.$#"
3684			count: 2
3685			path: app/Services/SearchService.php
3686
3687		-
3688			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
3689			count: 1
3690			path: app/Services/SearchService.php
3691
3692		-
3693			message: "#^Parameter \\#1 \\$value of function e expects Illuminate\\\\Contracts\\\\Support\\\\DeferringDisplayableValue\\|Illuminate\\\\Contracts\\\\Support\\\\Htmlable\\|string\\|null, string\\|false given\\.$#"
3694			count: 1
3695			path: app/Services/ServerCheckService.php
3696
3697		-
3698			message: "#^Parameter \\#2 \\$str of function explode expects string, string\\|false given\\.$#"
3699			count: 2
3700			path: app/Services/ServerCheckService.php
3701
3702		-
3703			message: "#^Cannot call method addDay\\(\\) on Fisharebest\\\\Webtrees\\\\Carbon\\|null\\.$#"
3704			count: 1
3705			path: app/Services/SiteLogsService.php
3706
3707		-
3708			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\UpgradeService\\:\\:downloadFile\\(\\) should return int but returns int\\|false\\.$#"
3709			count: 1
3710			path: app/Services/UpgradeService.php
3711
3712		-
3713			message: "#^Parameter \\#1 \\$fp of function fclose expects resource, resource\\|false given\\.$#"
3714			count: 1
3715			path: app/Services/UpgradeService.php
3716
3717		-
3718			message: "#^Parameter \\#1 \\$fp of function ftell expects resource, resource\\|false given\\.$#"
3719			count: 1
3720			path: app/Services/UpgradeService.php
3721
3722		-
3723			message: "#^Parameter \\#1 \\$fp of function fwrite expects resource, resource\\|false given\\.$#"
3724			count: 1
3725			path: app/Services/UpgradeService.php
3726
3727		-
3728			message: "#^Parameter \\#1 \\$fp of function rewind expects resource, resource\\|false given\\.$#"
3729			count: 1
3730			path: app/Services/UpgradeService.php
3731
3732		-
3733			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\User\\|null but returns mixed\\.$#"
3734			count: 1
3735			path: app/Services/UserService.php
3736
3737		-
3738			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:find\\(\\) should return Fisharebest\\\\Webtrees\\\\User\\|null but returns mixed\\.$#"
3739			count: 1
3740			path: app/Services/UserService.php
3741
3742		-
3743			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:findByEmail\\(\\) should return Fisharebest\\\\Webtrees\\\\User\\|null but returns mixed\\.$#"
3744			count: 1
3745			path: app/Services/UserService.php
3746
3747		-
3748			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:findByIdentifier\\(\\) should return Fisharebest\\\\Webtrees\\\\User\\|null but returns mixed\\.$#"
3749			count: 1
3750			path: app/Services/UserService.php
3751
3752		-
3753			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:findByToken\\(\\) should return Fisharebest\\\\Webtrees\\\\User\\|null but returns mixed\\.$#"
3754			count: 1
3755			path: app/Services/UserService.php
3756
3757		-
3758			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:findByUserName\\(\\) should return Fisharebest\\\\Webtrees\\\\User\\|null but returns mixed\\.$#"
3759			count: 1
3760			path: app/Services/UserService.php
3761
3762		-
3763			message: "#^Method Fisharebest\\\\Webtrees\\\\Session\\:\\:getCsrfToken\\(\\) should return string but returns mixed\\.$#"
3764			count: 1
3765			path: app/Session.php
3766
3767		-
3768			message: "#^Parameter \\#1 \\$url of function parse_url expects string, mixed given\\.$#"
3769			count: 3
3770			path: app/Session.php
3771
3772		-
3773			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\:\\:getTags\\(\\) should return array\\<string\\> but returns array\\<string, mixed\\>\\.$#"
3774			count: 1
3775			path: app/Statistics.php
3776
3777		-
3778			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\:\\:statsAgeQuery\\(\\) return type has no value type specified in iterable type array\\.$#"
3779			count: 1
3780			path: app/Statistics.php
3781
3782		-
3783			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\:\\:statsChildrenQuery\\(\\) return type has no value type specified in iterable type array\\.$#"
3784			count: 1
3785			path: app/Statistics.php
3786
3787		-
3788			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\:\\:statsMarrAgeQuery\\(\\) return type has no value type specified in iterable type array\\.$#"
3789			count: 1
3790			path: app/Statistics.php
3791
3792		-
3793			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\:\\:statsPlaces\\(\\) should return array\\<object\\> but returns array\\<int\\|object\\>\\.$#"
3794			count: 1
3795			path: app/Statistics.php
3796
3797		-
3798			message: "#^Parameter \\#1 \\$function of function call_user_func expects callable\\(\\)\\: mixed, array\\{\\$this\\(Fisharebest\\\\Webtrees\\\\Statistics\\), string\\} given\\.$#"
3799			count: 2
3800			path: app/Statistics.php
3801
3802		-
3803			message: "#^Parameter \\#1 \\.\\.\\.\\$params of method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:totalGivennames\\(\\) expects string, array\\<string\\> given\\.$#"
3804			count: 1
3805			path: app/Statistics.php
3806
3807		-
3808			message: "#^Parameter \\#1 \\.\\.\\.\\$params of method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:totalSurnames\\(\\) expects string, array\\<string\\> given\\.$#"
3809			count: 1
3810			path: app/Statistics.php
3811
3812		-
3813			message: "#^Parameter \\#1 \\$century of method Fisharebest\\\\Webtrees\\\\Statistics\\\\Service\\\\CenturyService\\:\\:centuryName\\(\\) expects int, int\\|string given\\.$#"
3814			count: 1
3815			path: app/Statistics/Google/ChartAge.php
3816
3817		-
3818			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartCommonGiven\\:\\:chartCommonGiven\\(\\) has parameter \\$given with no value type specified in iterable type array\\.$#"
3819			count: 1
3820			path: app/Statistics/Google/ChartCommonGiven.php
3821
3822		-
3823			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartCommonSurname\\:\\:chartCommonSurnames\\(\\) has parameter \\$all_surnames with no value type specified in iterable type array\\.$#"
3824			count: 1
3825			path: app/Statistics/Google/ChartCommonSurname.php
3826
3827		-
3828			message: "#^Cannot access property \\$country on int\\|object\\.$#"
3829			count: 4
3830			path: app/Statistics/Google/ChartDistribution.php
3831
3832		-
3833			message: "#^Cannot access property \\$tot on int\\|object\\.$#"
3834			count: 4
3835			path: app/Statistics/Google/ChartDistribution.php
3836
3837		-
3838			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartDistribution\\:\\:createChartData\\(\\) return type has no value type specified in iterable type array\\.$#"
3839			count: 1
3840			path: app/Statistics/Google/ChartDistribution.php
3841
3842		-
3843			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartDistribution\\:\\:getBirthChartData\\(\\) return type has no value type specified in iterable type array\\.$#"
3844			count: 1
3845			path: app/Statistics/Google/ChartDistribution.php
3846
3847		-
3848			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartDistribution\\:\\:getDeathChartData\\(\\) return type has no value type specified in iterable type array\\.$#"
3849			count: 1
3850			path: app/Statistics/Google/ChartDistribution.php
3851
3852		-
3853			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartDistribution\\:\\:getIndivdualChartData\\(\\) return type has no value type specified in iterable type array\\.$#"
3854			count: 1
3855			path: app/Statistics/Google/ChartDistribution.php
3856
3857		-
3858			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartDistribution\\:\\:getMarriageChartData\\(\\) return type has no value type specified in iterable type array\\.$#"
3859			count: 1
3860			path: app/Statistics/Google/ChartDistribution.php
3861
3862		-
3863			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartDistribution\\:\\:getSurnameChartData\\(\\) return type has no value type specified in iterable type array\\.$#"
3864			count: 1
3865			path: app/Statistics/Google/ChartDistribution.php
3866
3867		-
3868			message: "#^Parameter \\#1 \\$twoLetterCode of method Fisharebest\\\\Webtrees\\\\Statistics\\\\Service\\\\CountryService\\:\\:mapTwoLetterToName\\(\\) expects string, int\\|string given\\.$#"
3869			count: 1
3870			path: app/Statistics/Google/ChartDistribution.php
3871
3872		-
3873			message: "#^Parameter \\#1 \\$century of method Fisharebest\\\\Webtrees\\\\Statistics\\\\Service\\\\CenturyService\\:\\:centuryName\\(\\) expects int, int\\|string given\\.$#"
3874			count: 1
3875			path: app/Statistics/Google/ChartMarriageAge.php
3876
3877		-
3878			message: "#^Parameter \\#2 \\$request of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:contactLink\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
3879			count: 2
3880			path: app/Statistics/Repository/ContactRepository.php
3881
3882		-
3883			message: "#^Cannot access property \\$age on mixed\\.$#"
3884			count: 4
3885			path: app/Statistics/Repository/FamilyRepository.php
3886
3887		-
3888			message: "#^Cannot access property \\$famid on mixed\\.$#"
3889			count: 1
3890			path: app/Statistics/Repository/FamilyRepository.php
3891
3892		-
3893			message: "#^Cannot access property \\$i_id on mixed\\.$#"
3894			count: 1
3895			path: app/Statistics/Repository/FamilyRepository.php
3896
3897		-
3898			message: "#^Cannot access property \\$id on mixed\\.$#"
3899			count: 1
3900			path: app/Statistics/Repository/FamilyRepository.php
3901
3902		-
3903			message: "#^Cannot call method canShow\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#"
3904			count: 1
3905			path: app/Statistics/Repository/FamilyRepository.php
3906
3907		-
3908			message: "#^Cannot call method formatList\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#"
3909			count: 1
3910			path: app/Statistics/Repository/FamilyRepository.php
3911
3912		-
3913			message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#"
3914			count: 2
3915			path: app/Statistics/Repository/FamilyRepository.php
3916
3917		-
3918			message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
3919			count: 2
3920			path: app/Statistics/Repository/FamilyRepository.php
3921
3922		-
3923			message: "#^Cannot call method getBirthDate\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
3924			count: 2
3925			path: app/Statistics/Repository/FamilyRepository.php
3926
3927		-
3928			message: "#^Cannot call method husband\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#"
3929			count: 1
3930			path: app/Statistics/Repository/FamilyRepository.php
3931
3932		-
3933			message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#"
3934			count: 3
3935			path: app/Statistics/Repository/FamilyRepository.php
3936
3937		-
3938			message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
3939			count: 1
3940			path: app/Statistics/Repository/FamilyRepository.php
3941
3942		-
3943			message: "#^Cannot call method wife\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#"
3944			count: 1
3945			path: app/Statistics/Repository/FamilyRepository.php
3946
3947		-
3948			message: "#^Cannot cast mixed to float\\.$#"
3949			count: 1
3950			path: app/Statistics/Repository/FamilyRepository.php
3951
3952		-
3953			message: "#^Cannot cast mixed to int\\.$#"
3954			count: 1
3955			path: app/Statistics/Repository/FamilyRepository.php
3956
3957		-
3958			message: "#^Cannot call method local\\(\\) on Fisharebest\\\\Webtrees\\\\Carbon\\|null\\.$#"
3959			count: 2
3960			path: app/Statistics/Repository/GedcomRepository.php
3961
3962		-
3963			message: "#^Cannot cast mixed to int\\.$#"
3964			count: 1
3965			path: app/Statistics/Repository/HitCountRepository.php
3966
3967		-
3968			message: "#^Cannot call method findByComponent\\(\\) on mixed\\.$#"
3969			count: 1
3970			path: app/Statistics/Repository/IndividualRepository.php
3971
3972		-
3973			message: "#^Cannot cast mixed to int\\.$#"
3974			count: 1
3975			path: app/Statistics/Repository/IndividualRepository.php
3976
3977		-
3978			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGiven\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
3979			count: 1
3980			path: app/Statistics/Repository/IndividualRepository.php
3981
3982		-
3983			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenFemale\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
3984			count: 1
3985			path: app/Statistics/Repository/IndividualRepository.php
3986
3987		-
3988			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenFemaleList\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
3989			count: 1
3990			path: app/Statistics/Repository/IndividualRepository.php
3991
3992		-
3993			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenFemaleListTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
3994			count: 1
3995			path: app/Statistics/Repository/IndividualRepository.php
3996
3997		-
3998			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenFemaleTable\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
3999			count: 1
4000			path: app/Statistics/Repository/IndividualRepository.php
4001
4002		-
4003			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenFemaleTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
4004			count: 1
4005			path: app/Statistics/Repository/IndividualRepository.php
4006
4007		-
4008			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenList\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
4009			count: 1
4010			path: app/Statistics/Repository/IndividualRepository.php
4011
4012		-
4013			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenListTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
4014			count: 1
4015			path: app/Statistics/Repository/IndividualRepository.php
4016
4017		-
4018			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenMale\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
4019			count: 1
4020			path: app/Statistics/Repository/IndividualRepository.php
4021
4022		-
4023			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenMaleList\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
4024			count: 1
4025			path: app/Statistics/Repository/IndividualRepository.php
4026
4027		-
4028			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenMaleListTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
4029			count: 1
4030			path: app/Statistics/Repository/IndividualRepository.php
4031
4032		-
4033			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenMaleTable\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
4034			count: 1
4035			path: app/Statistics/Repository/IndividualRepository.php
4036
4037		-
4038			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenMaleTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
4039			count: 1
4040			path: app/Statistics/Repository/IndividualRepository.php
4041
4042		-
4043			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenTable\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
4044			count: 1
4045			path: app/Statistics/Repository/IndividualRepository.php
4046
4047		-
4048			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
4049			count: 1
4050			path: app/Statistics/Repository/IndividualRepository.php
4051
4052		-
4053			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenUnknown\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
4054			count: 1
4055			path: app/Statistics/Repository/IndividualRepository.php
4056
4057		-
4058			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenUnknownList\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
4059			count: 1
4060			path: app/Statistics/Repository/IndividualRepository.php
4061
4062		-
4063			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenUnknownListTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
4064			count: 1
4065			path: app/Statistics/Repository/IndividualRepository.php
4066
4067		-
4068			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenUnknownTable\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
4069			count: 1
4070			path: app/Statistics/Repository/IndividualRepository.php
4071
4072		-
4073			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenUnknownTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
4074			count: 1
4075			path: app/Statistics/Repository/IndividualRepository.php
4076
4077		-
4078			message: "#^Parameter \\#2 \\$callback of function array_walk expects callable\\(int, string, mixed\\)\\: mixed, Closure\\(string, string\\)\\: void given\\.$#"
4079			count: 1
4080			path: app/Statistics/Repository/IndividualRepository.php
4081
4082		-
4083			message: "#^Parameter \\#2 \\$given of method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartCommonGiven\\:\\:chartCommonGiven\\(\\) expects array, array\\<int\\>\\|string given\\.$#"
4084			count: 1
4085			path: app/Statistics/Repository/IndividualRepository.php
4086
4087		-
4088			message: "#^Parameter \\#3 \\$value of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:having\\(\\) expects string\\|null, int given\\.$#"
4089			count: 1
4090			path: app/Statistics/Repository/IndividualRepository.php
4091
4092		-
4093			message: "#^Cannot cast mixed to int\\.$#"
4094			count: 1
4095			path: app/Statistics/Repository/LatestUserRepository.php
4096
4097		-
4098			message: "#^Cannot access property \\$country on int\\|object\\.$#"
4099			count: 1
4100			path: app/Statistics/Repository/PlaceRepository.php
4101
4102		-
4103			message: "#^Cannot access property \\$tot on int\\|object\\.$#"
4104			count: 2
4105			path: app/Statistics/Repository/PlaceRepository.php
4106
4107		-
4108			message: "#^Method Fisharebest\\\\Webtrees\\\\SurnameTradition\\\\PatrilinealSurnameTradition\\:\\:inflect\\(\\) should return string but returns string\\|null\\.$#"
4109			count: 1
4110			path: app/SurnameTradition/PatrilinealSurnameTradition.php
4111
4112		-
4113			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
4114			count: 1
4115			path: app/SurnameTradition/PatrilinealSurnameTradition.php
4116
4117		-
4118			message: "#^Cannot call method acceptRecord\\(\\) on mixed\\.$#"
4119			count: 4
4120			path: app/Tree.php
4121
4122		-
4123			message: "#^Cannot cast mixed to string\\.$#"
4124			count: 1
4125			path: app/Tree.php
4126
4127		-
4128			message: "#^Method Fisharebest\\\\Webtrees\\\\Tree\\:\\:significantIndividual\\(\\) should return Fisharebest\\\\Webtrees\\\\Individual but returns mixed\\.$#"
4129			count: 1
4130			path: app/Tree.php
4131
4132		-
4133			message: "#^Cannot call method find\\(\\) on mixed\\.$#"
4134			count: 1
4135			path: app/TreeUser.php
4136
4137		-
4138			message: "#^Parameter \\#1 \\$hash of function password_needs_rehash expects string, mixed given\\.$#"
4139			count: 1
4140			path: app/User.php
4141
4142		-
4143			message: "#^Parameter \\#2 \\$hash of function password_verify expects string, mixed given\\.$#"
4144			count: 1
4145			path: app/User.php
4146
4147		-
4148			message: "#^Cannot call method fromGlobals\\(\\) on mixed\\.$#"
4149			count: 1
4150			path: app/Webtrees.php
4151
4152		-
4153			message: "#^Ternary operator condition is always true\\.$#"
4154			count: 1
4155			path: app/Webtrees.php
4156
4157