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