xref: /webtrees/phpstan-baseline.neon (revision 3028bd71d6bd80b68cad94498ce51ff20f591ad5)
1parameters:
2	ignoreErrors:
3		-
4			message: "#^Method Fisharebest\\\\Webtrees\\\\Cache\\:\\:remember\\(\\) should return T but returns mixed\\.$#"
5			count: 1
6			path: app/Cache.php
7
8		-
9			message: "#^Method Fisharebest\\\\Webtrees\\\\Census\\\\AbstractCensusColumn\\:\\:spouseFamily\\(\\) should return Fisharebest\\\\Webtrees\\\\Family\\|null but returns mixed\\.$#"
10			count: 1
11			path: app/Census/AbstractCensusColumn.php
12
13		-
14			message: "#^Cannot cast mixed to string\\.$#"
15			count: 1
16			path: app/Census/CensusColumnBornForeignParts.php
17
18		-
19			message: "#^Cannot call method calendarUrl\\(\\) on Fisharebest\\\\Webtrees\\\\Date\\\\AbstractCalendarDate\\|null\\.$#"
20			count: 1
21			path: app/Date.php
22
23		-
24			message: "#^Method Fisharebest\\\\Webtrees\\\\Elements\\\\AbstractElement\\:\\:canonicalText\\(\\) should return string but returns string\\|null\\.$#"
25			count: 1
26			path: app/Elements/AbstractElement.php
27
28		-
29			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
30			count: 1
31			path: app/Elements/AbstractElement.php
32
33		-
34			message: "#^Cannot call method make\\(\\) on mixed\\.$#"
35			count: 1
36			path: app/Elements/AbstractXrefElement.php
37
38		-
39			message: "#^Method Fisharebest\\\\Webtrees\\\\Elements\\\\AgeAtEvent\\:\\:value\\(\\) should return string but returns string\\|null\\.$#"
40			count: 1
41			path: app/Elements/AgeAtEvent.php
42
43		-
44			message: "#^Method Fisharebest\\\\Webtrees\\\\Elements\\\\DateValue\\:\\:escape\\(\\) should return string but returns string\\|null\\.$#"
45			count: 1
46			path: app/Elements/DateValue.php
47
48		-
49			message: "#^Method Fisharebest\\\\Webtrees\\\\Elements\\\\LanguageId\\:\\:canonical\\(\\) should return string but returns string\\|null\\.$#"
50			count: 1
51			path: app/Elements/LanguageId.php
52
53		-
54			message: "#^Parameter \\#1 \\$num of function dechex expects int, float\\|int given\\.$#"
55			count: 1
56			path: app/Elements/PafUid.php
57
58		-
59			message: "#^Cannot call method displayImage\\(\\) on mixed\\.$#"
60			count: 1
61			path: app/Elements/XrefMedia.php
62
63		-
64			message: "#^Method Fisharebest\\\\Webtrees\\\\Encodings\\\\ANSEL\\:\\:fromUtf8\\(\\) should return string but returns string\\|null\\.$#"
65			count: 1
66			path: app/Encodings/ANSEL.php
67
68		-
69			message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|null given\\.$#"
70			count: 1
71			path: app/Encodings/ANSEL.php
72
73		-
74			message: "#^Parameter \\#2 \\$array of function array_map expects array, array\\<int, string\\>\\|false given\\.$#"
75			count: 1
76			path: app/Encodings/AbstractEncoding.php
77
78		-
79			message: "#^Anonymous function should return int but returns float\\|int\\.$#"
80			count: 1
81			path: app/Fact.php
82
83		-
84			message: "#^Method Fisharebest\\\\Webtrees\\\\Fact\\:\\:getNotes\\(\\) should return array\\<Fisharebest\\\\Webtrees\\\\Note\\|string\\> but returns array\\<int, array\\|Fisharebest\\\\Webtrees\\\\Note\\|string\\|null\\>\\.$#"
85			count: 1
86			path: app/Fact.php
87
88		-
89			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\FamilyFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
90			count: 1
91			path: app/Factories/FamilyFactory.php
92
93		-
94			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\Factories\\\\AbstractGedcomRecordFactory\\:\\:extractXref\\(\\) expects string, mixed given\\.$#"
95			count: 1
96			path: app/Factories/FamilyFactory.php
97
98		-
99			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
100			count: 1
101			path: app/Factories/FamilyFactory.php
102
103		-
104			message: "#^Parameter \\#3 \\$pending of method Fisharebest\\\\Webtrees\\\\Factories\\\\FamilyFactory\\:\\:new\\(\\) expects string\\|null, mixed given\\.$#"
105			count: 1
106			path: app/Factories/FamilyFactory.php
107
108		-
109			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\GedcomRecordFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
110			count: 1
111			path: app/Factories/GedcomRecordFactory.php
112
113		-
114			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\Factories\\\\AbstractGedcomRecordFactory\\:\\:extractXref\\(\\) expects string, mixed given\\.$#"
115			count: 1
116			path: app/Factories/GedcomRecordFactory.php
117
118		-
119			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\Factories\\\\GedcomRecordFactory\\:\\:extractType\\(\\) expects string, mixed given\\.$#"
120			count: 1
121			path: app/Factories/GedcomRecordFactory.php
122
123		-
124			message: "#^Parameter \\#4 \\$pending of method Fisharebest\\\\Webtrees\\\\Factories\\\\GedcomRecordFactory\\:\\:newGedcomRecord\\(\\) expects string\\|null, mixed given\\.$#"
125			count: 1
126			path: app/Factories/GedcomRecordFactory.php
127
128		-
129			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\HeaderFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
130			count: 1
131			path: app/Factories/HeaderFactory.php
132
133		-
134			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\Factories\\\\AbstractGedcomRecordFactory\\:\\:extractXref\\(\\) expects string, mixed given\\.$#"
135			count: 1
136			path: app/Factories/HeaderFactory.php
137
138		-
139			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
140			count: 1
141			path: app/Factories/HeaderFactory.php
142
143		-
144			message: "#^Parameter \\#3 \\$pending of method Fisharebest\\\\Webtrees\\\\Factories\\\\HeaderFactory\\:\\:new\\(\\) expects string\\|null, mixed given\\.$#"
145			count: 1
146			path: app/Factories/HeaderFactory.php
147
148		-
149			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\IndividualFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
150			count: 1
151			path: app/Factories/IndividualFactory.php
152
153		-
154			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\Factories\\\\AbstractGedcomRecordFactory\\:\\:extractXref\\(\\) expects string, mixed given\\.$#"
155			count: 1
156			path: app/Factories/IndividualFactory.php
157
158		-
159			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
160			count: 1
161			path: app/Factories/IndividualFactory.php
162
163		-
164			message: "#^Parameter \\#3 \\$pending of method Fisharebest\\\\Webtrees\\\\Factories\\\\IndividualFactory\\:\\:new\\(\\) expects string\\|null, mixed given\\.$#"
165			count: 1
166			path: app/Factories/IndividualFactory.php
167
168		-
169			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\LocationFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
170			count: 1
171			path: app/Factories/LocationFactory.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/LocationFactory.php
177
178		-
179			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
180			count: 1
181			path: app/Factories/LocationFactory.php
182
183		-
184			message: "#^Parameter \\#3 \\$pending of method Fisharebest\\\\Webtrees\\\\Factories\\\\LocationFactory\\:\\:new\\(\\) expects string\\|null, mixed given\\.$#"
185			count: 1
186			path: app/Factories/LocationFactory.php
187
188		-
189			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\MediaFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
190			count: 1
191			path: app/Factories/MediaFactory.php
192
193		-
194			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\Factories\\\\AbstractGedcomRecordFactory\\:\\:extractXref\\(\\) expects string, mixed given\\.$#"
195			count: 1
196			path: app/Factories/MediaFactory.php
197
198		-
199			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
200			count: 1
201			path: app/Factories/MediaFactory.php
202
203		-
204			message: "#^Parameter \\#3 \\$pending of method Fisharebest\\\\Webtrees\\\\Factories\\\\MediaFactory\\:\\:new\\(\\) expects string\\|null, mixed given\\.$#"
205			count: 1
206			path: app/Factories/MediaFactory.php
207
208		-
209			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\NoteFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
210			count: 1
211			path: app/Factories/NoteFactory.php
212
213		-
214			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\Factories\\\\AbstractGedcomRecordFactory\\:\\:extractXref\\(\\) expects string, mixed given\\.$#"
215			count: 1
216			path: app/Factories/NoteFactory.php
217
218		-
219			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
220			count: 1
221			path: app/Factories/NoteFactory.php
222
223		-
224			message: "#^Parameter \\#3 \\$pending of class Fisharebest\\\\Webtrees\\\\Note constructor expects string\\|null, mixed given\\.$#"
225			count: 1
226			path: app/Factories/NoteFactory.php
227
228		-
229			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\RepositoryFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
230			count: 1
231			path: app/Factories/RepositoryFactory.php
232
233		-
234			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\Factories\\\\AbstractGedcomRecordFactory\\:\\:extractXref\\(\\) expects string, mixed given\\.$#"
235			count: 1
236			path: app/Factories/RepositoryFactory.php
237
238		-
239			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
240			count: 1
241			path: app/Factories/RepositoryFactory.php
242
243		-
244			message: "#^Parameter \\#3 \\$pending of method Fisharebest\\\\Webtrees\\\\Factories\\\\RepositoryFactory\\:\\:new\\(\\) expects string\\|null, mixed given\\.$#"
245			count: 1
246			path: app/Factories/RepositoryFactory.php
247
248		-
249			message: "#^Parameter \\#1 \\$str of function trim expects string, string\\|null given\\.$#"
250			count: 1
251			path: app/Factories/SlugFactory.php
252
253		-
254			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\SourceFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
255			count: 1
256			path: app/Factories/SourceFactory.php
257
258		-
259			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\Factories\\\\AbstractGedcomRecordFactory\\:\\:extractXref\\(\\) expects string, mixed given\\.$#"
260			count: 1
261			path: app/Factories/SourceFactory.php
262
263		-
264			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
265			count: 1
266			path: app/Factories/SourceFactory.php
267
268		-
269			message: "#^Parameter \\#3 \\$pending of method Fisharebest\\\\Webtrees\\\\Factories\\\\SourceFactory\\:\\:new\\(\\) expects string\\|null, mixed given\\.$#"
270			count: 1
271			path: app/Factories/SourceFactory.php
272
273		-
274			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\SubmissionFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
275			count: 1
276			path: app/Factories/SubmissionFactory.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/SubmissionFactory.php
282
283		-
284			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
285			count: 1
286			path: app/Factories/SubmissionFactory.php
287
288		-
289			message: "#^Parameter \\#3 \\$pending of method Fisharebest\\\\Webtrees\\\\Factories\\\\SubmissionFactory\\:\\:new\\(\\) expects string\\|null, mixed given\\.$#"
290			count: 1
291			path: app/Factories/SubmissionFactory.php
292
293		-
294			message: "#^Method Fisharebest\\\\Webtrees\\\\Factories\\\\SubmitterFactory\\:\\:gedcom\\(\\) should return string\\|null but returns mixed\\.$#"
295			count: 1
296			path: app/Factories/SubmitterFactory.php
297
298		-
299			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\Factories\\\\AbstractGedcomRecordFactory\\:\\:extractXref\\(\\) expects string, mixed given\\.$#"
300			count: 1
301			path: app/Factories/SubmitterFactory.php
302
303		-
304			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
305			count: 1
306			path: app/Factories/SubmitterFactory.php
307
308		-
309			message: "#^Parameter \\#3 \\$pending of method Fisharebest\\\\Webtrees\\\\Factories\\\\SubmitterFactory\\:\\:new\\(\\) expects string\\|null, mixed given\\.$#"
310			count: 1
311			path: app/Factories/SubmitterFactory.php
312
313		-
314			message: "#^Method Fisharebest\\\\Webtrees\\\\Family\\:\\:getMarriage\\(\\) should return Fisharebest\\\\Webtrees\\\\Fact\\|null but returns mixed\\.$#"
315			count: 1
316			path: app/Family.php
317
318		-
319			message: "#^Cannot call method fromUtf8\\(\\) on Fisharebest\\\\Webtrees\\\\Encodings\\\\EncodingInterface\\|null\\.$#"
320			count: 2
321			path: app/GedcomFilters/GedcomEncodingFilter.php
322
323		-
324			message: "#^Cannot call method attribute\\(\\) on mixed\\.$#"
325			count: 1
326			path: app/GedcomRecord.php
327
328		-
329			message: "#^Parameter \\#1 \\$stack of function array_shift expects array, array\\<int, string\\>\\|false given\\.$#"
330			count: 2
331			path: app/GedcomRecord.php
332
333		-
334			message: "#^Parameter \\#1 \\$str of function trim expects string, string\\|null given\\.$#"
335			count: 2
336			path: app/GedcomRecord.php
337
338		-
339			message: "#^Parameter \\#2 \\$gedcom of method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:updateFact\\(\\) expects string, string\\|null given\\.$#"
340			count: 1
341			path: app/GedcomRecord.php
342
343		-
344			message: "#^Parameter \\#2 \\$haystack of function array_search expects array, array\\<int, string\\>\\|false given\\.$#"
345			count: 2
346			path: app/GedcomRecord.php
347
348		-
349			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
350			count: 1
351			path: app/GedcomRecord.php
352
353		-
354			message: "#^Property Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:\\$getAllNames \\(array\\<array\\<string\\>\\>\\) does not accept array\\<array\\<string\\|null\\>\\>\\.$#"
355			count: 1
356			path: app/GedcomRecord.php
357
358		-
359			message: "#^Strict comparison using \\=\\=\\= between '\\-alpha\\.2' and '' will always evaluate to false\\.$#"
360			count: 1
361			path: app/Helpers/functions.php
362
363		-
364			message: "#^Parameter \\#1 \\$host of method Psr\\\\Http\\\\Message\\\\UriInterface\\:\\:withHost\\(\\) expects string, string\\|false given\\.$#"
365			count: 1
366			path: app/Http/Middleware/BaseUrl.php
367
368		-
369			message: "#^Parameter \\#1 \\$path of method Psr\\\\Http\\\\Message\\\\UriInterface\\:\\:withPath\\(\\) expects string, string\\|false given\\.$#"
370			count: 1
371			path: app/Http/Middleware/BaseUrl.php
372
373		-
374			message: "#^Parameter \\#1 \\$port of method Psr\\\\Http\\\\Message\\\\UriInterface\\:\\:withPort\\(\\) expects int\\|null, int\\|false\\|null given\\.$#"
375			count: 1
376			path: app/Http/Middleware/BaseUrl.php
377
378		-
379			message: "#^Parameter \\#1 \\$scheme of method Psr\\\\Http\\\\Message\\\\UriInterface\\:\\:withScheme\\(\\) expects string, string\\|false given\\.$#"
380			count: 1
381			path: app/Http/Middleware/BaseUrl.php
382
383		-
384			message: "#^Parameter \\#2 \\$str of function explode expects string, mixed given\\.$#"
385			count: 1
386			path: app/Http/Middleware/ClientIp.php
387
388		-
389			message: "#^Cannot call method has\\(\\) on mixed\\.$#"
390			count: 2
391			path: app/Http/Middleware/HandleExceptions.php
392
393		-
394			message: "#^Cannot call method instance\\(\\) on mixed\\.$#"
395			count: 1
396			path: app/Http/Middleware/HandleExceptions.php
397
398		-
399			message: "#^Cannot call method withAttribute\\(\\) on mixed\\.$#"
400			count: 1
401			path: app/Http/Middleware/HandleExceptions.php
402
403		-
404			message: "#^Parameter \\#1 \\$message of static method Fisharebest\\\\Webtrees\\\\Log\\:\\:addErrorLog\\(\\) expects string, string\\|null given\\.$#"
405			count: 1
406			path: app/Http/Middleware/HandleExceptions.php
407
408		-
409			message: "#^Parameter \\#1 \\$request of method Fisharebest\\\\Webtrees\\\\Http\\\\Middleware\\\\HandleExceptions\\:\\:httpExceptionResponse\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
410			count: 1
411			path: app/Http/Middleware/HandleExceptions.php
412
413		-
414			message: "#^Parameter \\#1 \\$request of method Fisharebest\\\\Webtrees\\\\Http\\\\Middleware\\\\HandleExceptions\\:\\:thirdPartyExceptionResponse\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
415			count: 1
416			path: app/Http/Middleware/HandleExceptions.php
417
418		-
419			message: "#^Parameter \\#1 \\$request of method Fisharebest\\\\Webtrees\\\\Http\\\\Middleware\\\\HandleExceptions\\:\\:unhandledExceptionResponse\\(\\) expects Psr\\\\Http\\\\Message\\\\ServerRequestInterface, mixed given\\.$#"
420			count: 2
421			path: app/Http/Middleware/HandleExceptions.php
422
423		-
424			message: "#^Cannot call method instance\\(\\) on mixed\\.$#"
425			count: 1
426			path: app/Http/Middleware/LoadRoutes.php
427
428		-
429			message: "#^Parameter \\#1 \\$basepath of class Aura\\\\Router\\\\RouterContainer constructor expects string\\|null, string\\|false\\|null given\\.$#"
430			count: 1
431			path: app/Http/Middleware/LoadRoutes.php
432
433		-
434			message: "#^Cannot call method instance\\(\\) on mixed\\.$#"
435			count: 1
436			path: app/Http/Middleware/NoRouteFound.php
437
438		-
439			message: "#^Argument of an invalid type array\\|false supplied for foreach, only iterables are supported\\.$#"
440			count: 1
441			path: app/Http/Middleware/ReadConfigIni.php
442
443		-
444			message: "#^Cannot access property \\$allows on Aura\\\\Router\\\\Route\\|null\\.$#"
445			count: 1
446			path: app/Http/Middleware/Router.php
447
448		-
449			message: "#^Cannot access property \\$failedRule on Aura\\\\Router\\\\Route\\|null\\.$#"
450			count: 1
451			path: app/Http/Middleware/Router.php
452
453		-
454			message: "#^Cannot call method instance\\(\\) on mixed\\.$#"
455			count: 2
456			path: app/Http/Middleware/Router.php
457
458		-
459			message: "#^Generator expects value type Fisharebest\\\\Webtrees\\\\Module\\\\ModuleLanguageInterface\\|null, mixed given\\.$#"
460			count: 2
461			path: app/Http/Middleware/UseLanguage.php
462
463		-
464			message: "#^Cannot call method instance\\(\\) on mixed\\.$#"
465			count: 1
466			path: app/Http/Middleware/UseTheme.php
467
468		-
469			message: "#^Generator expects value type Fisharebest\\\\Webtrees\\\\Module\\\\ModuleThemeInterface\\|null, mixed given\\.$#"
470			count: 3
471			path: app/Http/Middleware/UseTheme.php
472
473		-
474			message: "#^Method Fisharebest\\\\Webtrees\\\\Http\\\\Middleware\\\\UseTransaction\\:\\:process\\(\\) should return Psr\\\\Http\\\\Message\\\\ResponseInterface but returns Psr\\\\Http\\\\Message\\\\ResponseInterface\\|null\\.$#"
475			count: 1
476			path: app/Http/Middleware/UseTransaction.php
477
478		-
479			message: "#^Parameter \\#1 \\$content of function response expects array\\|object\\|string, string\\|false given\\.$#"
480			count: 1
481			path: app/Http/RequestHandlers/AppleTouchIconPng.php
482
483		-
484			message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\Module\\\\ModuleInterface\\:\\:searchPlaceNames\\(\\)\\.$#"
485			count: 1
486			path: app/Http/RequestHandlers/AutoCompletePlace.php
487
488		-
489			message: "#^Method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\AutoCompletePlace\\:\\:search\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<int, string\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<int, Fisharebest\\\\Webtrees\\\\Place\\>\\.$#"
490			count: 1
491			path: app/Http/RequestHandlers/AutoCompletePlace.php
492
493		-
494			message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#"
495			count: 1
496			path: app/Http/RequestHandlers/CalendarEvents.php
497
498		-
499			message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#"
500			count: 1
501			path: app/Http/RequestHandlers/CalendarEvents.php
502
503		-
504			message: "#^Parameter \\#1 \\$content of function response expects array\\|object\\|string, string\\|false given\\.$#"
505			count: 1
506			path: app/Http/RequestHandlers/CalendarEvents.php
507
508		-
509			message: "#^Cannot call method realName\\(\\) on Fisharebest\\\\Webtrees\\\\User\\|null\\.$#"
510			count: 1
511			path: app/Http/RequestHandlers/ContactPage.php
512
513		-
514			message: "#^Parameter \\#1 \\$column of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:pluck\\(\\) expects string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#"
515			count: 8
516			path: app/Http/RequestHandlers/ControlPanel.php
517
518		-
519			message: "#^Cannot access offset 'data_fix' on array\\|object\\|null\\.$#"
520			count: 1
521			path: app/Http/RequestHandlers/DataFixSelect.php
522
523		-
524			message: "#^Cannot access property \\$xref on mixed\\.$#"
525			count: 2
526			path: app/Http/RequestHandlers/DataFixUpdateAll.php
527
528		-
529			message: "#^Method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\DeleteRecord\\:\\:removeLinks\\(\\) should return string but returns string\\|null\\.$#"
530			count: 1
531			path: app/Http/RequestHandlers/DeleteRecord.php
532
533		-
534			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
535			count: 4
536			path: app/Http/RequestHandlers/DeleteRecord.php
537
538		-
539			message: "#^Cannot cast mixed to int\\.$#"
540			count: 1
541			path: app/Http/RequestHandlers/DeleteUser.php
542
543		-
544			message: "#^Parameter \\#2 \\$gedcom of method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:updateFact\\(\\) expects string, string\\|null given\\.$#"
545			count: 1
546			path: app/Http/RequestHandlers/EditFactAction.php
547
548		-
549			message: "#^Cannot call method label\\(\\) on mixed\\.$#"
550			count: 1
551			path: app/Http/RequestHandlers/EditFactPage.php
552
553		-
554			message: "#^Parameter \\#1 \\$fact of method Fisharebest\\\\Webtrees\\\\Services\\\\GedcomEditService\\:\\:insertMissingFactSubtags\\(\\) expects Fisharebest\\\\Webtrees\\\\Fact, mixed given\\.$#"
555			count: 2
556			path: app/Http/RequestHandlers/EditFactPage.php
557
558		-
559			message: "#^Cannot call method filename\\(\\) on mixed\\.$#"
560			count: 4
561			path: app/Http/RequestHandlers/EditMediaFileAction.php
562
563		-
564			message: "#^Cannot call method isExternal\\(\\) on mixed\\.$#"
565			count: 2
566			path: app/Http/RequestHandlers/EditMediaFileAction.php
567
568		-
569			message: "#^If condition is always true\\.$#"
570			count: 1
571			path: app/Http/RequestHandlers/EditMediaFileAction.php
572
573		-
574			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:updateRecord\\(\\) expects string, string\\|null given\\.$#"
575			count: 1
576			path: app/Http/RequestHandlers/EditNoteAction.php
577
578		-
579			message: "#^Parameter \\#1 \\$fp of function stream_get_meta_data expects resource, resource\\|false given\\.$#"
580			count: 1
581			path: app/Http/RequestHandlers/ExportGedcomClient.php
582
583		-
584			message: "#^Parameter \\#1 \\$content of function response expects array\\|object\\|string, string\\|false given\\.$#"
585			count: 1
586			path: app/Http/RequestHandlers/FaviconIco.php
587
588		-
589			message: "#^Cannot call method displayImage\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#"
590			count: 1
591			path: app/Http/RequestHandlers/FixLevel0MediaData.php
592
593		-
594			message: "#^Cannot call method facts\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
595			count: 2
596			path: app/Http/RequestHandlers/FixLevel0MediaData.php
597
598		-
599			message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
600			count: 1
601			path: app/Http/RequestHandlers/FixLevel0MediaData.php
602
603		-
604			message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#"
605			count: 1
606			path: app/Http/RequestHandlers/FixLevel0MediaData.php
607
608		-
609			message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
610			count: 1
611			path: app/Http/RequestHandlers/FixLevel0MediaData.php
612
613		-
614			message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#"
615			count: 1
616			path: app/Http/RequestHandlers/FixLevel0MediaData.php
617
618		-
619			message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
620			count: 1
621			path: app/Http/RequestHandlers/GedcomLoad.php
622
623		-
624			message: "#^Variable \\$progress on left side of \\?\\? always exists and is not nullable\\.$#"
625			count: 1
626			path: app/Http/RequestHandlers/GedcomLoad.php
627
628		-
629			message: "#^Cannot call method createFact\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#"
630			count: 1
631			path: app/Http/RequestHandlers/ImportThumbnailsAction.php
632
633		-
634			message: "#^Cannot call method facts\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#"
635			count: 1
636			path: app/Http/RequestHandlers/ImportThumbnailsAction.php
637
638		-
639			message: "#^Cannot call method firstImageFile\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#"
640			count: 1
641			path: app/Http/RequestHandlers/ImportThumbnailsAction.php
642
643		-
644			message: "#^Cannot call method tree\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#"
645			count: 1
646			path: app/Http/RequestHandlers/ImportThumbnailsAction.php
647
648		-
649			message: "#^Cannot call method updateRecord\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#"
650			count: 1
651			path: app/Http/RequestHandlers/ImportThumbnailsAction.php
652
653		-
654			message: "#^Cannot call method xref\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#"
655			count: 1
656			path: app/Http/RequestHandlers/ImportThumbnailsAction.php
657
658		-
659			message: "#^Parameter \\#1 \\$record of method Fisharebest\\\\Webtrees\\\\Services\\\\PendingChangesService\\:\\:acceptRecord\\(\\) expects Fisharebest\\\\Webtrees\\\\GedcomRecord, Fisharebest\\\\Webtrees\\\\Media\\|null given\\.$#"
660			count: 1
661			path: app/Http/RequestHandlers/ImportThumbnailsAction.php
662
663		-
664			message: "#^Parameter \\#2 \\$tree of method Fisharebest\\\\Webtrees\\\\Contracts\\\\MediaFactoryInterface\\:\\:make\\(\\) expects Fisharebest\\\\Webtrees\\\\Tree, mixed given\\.$#"
665			count: 1
666			path: app/Http/RequestHandlers/ImportThumbnailsAction.php
667
668		-
669			message: "#^Cannot access offset 0 on mixed\\.$#"
670			count: 1
671			path: app/Http/RequestHandlers/ImportThumbnailsData.php
672
673		-
674			message: "#^Cannot access offset 0 on non\\-empty\\-array\\<int, string\\>\\|false\\.$#"
675			count: 2
676			path: app/Http/RequestHandlers/ImportThumbnailsData.php
677
678		-
679			message: "#^Cannot access offset 1 on mixed\\.$#"
680			count: 1
681			path: app/Http/RequestHandlers/ImportThumbnailsData.php
682
683		-
684			message: "#^Cannot access offset 2 on mixed\\.$#"
685			count: 1
686			path: app/Http/RequestHandlers/ImportThumbnailsData.php
687
688		-
689			message: "#^Method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\IndividualPage\\:\\:getSidebars\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<int, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleSidebarInterface\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<string, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleInterface\\>\\.$#"
690			count: 1
691			path: app/Http/RequestHandlers/IndividualPage.php
692
693		-
694			message: "#^Method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\IndividualPage\\:\\:getTabs\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<int, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleTabInterface\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<string, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleInterface\\>\\.$#"
695			count: 1
696			path: app/Http/RequestHandlers/IndividualPage.php
697
698		-
699			message: "#^Cannot access offset '0' on array\\|false\\.$#"
700			count: 1
701			path: app/Http/RequestHandlers/ManageMediaData.php
702
703		-
704			message: "#^Cannot access offset '1' on array\\|false\\.$#"
705			count: 1
706			path: app/Http/RequestHandlers/ManageMediaData.php
707
708		-
709			message: "#^Parameter \\#1 \\$column of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:where\\(\\) expects array\\|Closure\\|string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#"
710			count: 2
711			path: app/Http/RequestHandlers/ManageMediaData.php
712
713		-
714			message: "#^Cannot cast mixed to int\\.$#"
715			count: 1
716			path: app/Http/RequestHandlers/MapDataAdd.php
717
718		-
719			message: "#^Cannot cast mixed to int\\.$#"
720			count: 1
721			path: app/Http/RequestHandlers/MapDataDelete.php
722
723		-
724			message: "#^Cannot cast mixed to int\\.$#"
725			count: 1
726			path: app/Http/RequestHandlers/MapDataEdit.php
727
728		-
729			message: "#^Cannot cast mixed to int\\.$#"
730			count: 1
731			path: app/Http/RequestHandlers/MapDataExportCSV.php
732
733		-
734			message: "#^Parameter \\#1 \\$content of function response expects array\\|object\\|string, string\\|false given\\.$#"
735			count: 1
736			path: app/Http/RequestHandlers/MapDataExportCSV.php
737
738		-
739			message: "#^Cannot cast mixed to int\\.$#"
740			count: 1
741			path: app/Http/RequestHandlers/MapDataExportGeoJson.php
742
743		-
744			message: "#^Cannot access property \\$features on mixed\\.$#"
745			count: 1
746			path: app/Http/RequestHandlers/MapDataImportAction.php
747
748		-
749			message: "#^Offset 0 does not exist on array\\|null\\.$#"
750			count: 2
751			path: app/Http/RequestHandlers/MapDataImportAction.php
752
753		-
754			message: "#^Offset int\\<\\-3, max\\> does not exist on array\\|null\\.$#"
755			count: 1
756			path: app/Http/RequestHandlers/MapDataImportAction.php
757
758		-
759			message: "#^Offset int\\<\\-4, max\\> does not exist on array\\|null\\.$#"
760			count: 1
761			path: app/Http/RequestHandlers/MapDataImportAction.php
762
763		-
764			message: "#^Parameter \\#1 \\$haystack of function str_contains expects string\\|null, string\\|false given\\.$#"
765			count: 1
766			path: app/Http/RequestHandlers/MapDataImportAction.php
767
768		-
769			message: "#^Parameter \\#1 \\$input of function array_slice expects array, array\\|null given\\.$#"
770			count: 1
771			path: app/Http/RequestHandlers/MapDataImportAction.php
772
773		-
774			message: "#^Parameter \\#1 \\$json of function json_decode expects string, string\\|false given\\.$#"
775			count: 1
776			path: app/Http/RequestHandlers/MapDataImportAction.php
777
778		-
779			message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, array\\|null given\\.$#"
780			count: 1
781			path: app/Http/RequestHandlers/MapDataImportAction.php
782
783		-
784			message: "#^Cannot cast mixed to int\\.$#"
785			count: 1
786			path: app/Http/RequestHandlers/MapDataList.php
787
788		-
789			message: "#^Parameter \\#1 \\$column of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:pluck\\(\\) expects string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#"
790			count: 1
791			path: app/Http/RequestHandlers/MergeFactsAction.php
792
793		-
794			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:updateRecord\\(\\) expects string, string\\|null given\\.$#"
795			count: 1
796			path: app/Http/RequestHandlers/MergeFactsAction.php
797
798		-
799			message: "#^Cannot call method name\\(\\) on mixed\\.$#"
800			count: 2
801			path: app/Http/RequestHandlers/MergeTreesAction.php
802
803		-
804			message: "#^Cannot call method id\\(\\) on mixed\\.$#"
805			count: 2
806			path: app/Http/RequestHandlers/MergeTreesPage.php
807
808		-
809			message: "#^Parameter \\#1 \\$tree1 of method Fisharebest\\\\Webtrees\\\\Services\\\\AdminService\\:\\:countCommonXrefs\\(\\) expects Fisharebest\\\\Webtrees\\\\Tree, mixed given\\.$#"
810			count: 1
811			path: app/Http/RequestHandlers/MergeTreesPage.php
812
813		-
814			message: "#^Parameter \\#2 \\$tree2 of method Fisharebest\\\\Webtrees\\\\Services\\\\AdminService\\:\\:countCommonXrefs\\(\\) expects Fisharebest\\\\Webtrees\\\\Tree, mixed given\\.$#"
815			count: 1
816			path: app/Http/RequestHandlers/MergeTreesPage.php
817
818		-
819			message: "#^Method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\ModuleAction\\:\\:handle\\(\\) should return Psr\\\\Http\\\\Message\\\\ResponseInterface but returns mixed\\.$#"
820			count: 1
821			path: app/Http/RequestHandlers/ModuleAction.php
822
823		-
824			message: "#^Parameter \\#1 \\$function of function call_user_func expects callable\\(\\)\\: mixed, array\\{Fisharebest\\\\Webtrees\\\\Module\\\\ModuleInterface, non\\-empty\\-string\\} given\\.$#"
825			count: 1
826			path: app/Http/RequestHandlers/ModuleAction.php
827
828		-
829			message: "#^Parameter \\#1 \\$haystack of function str_contains expects string\\|null, mixed given\\.$#"
830			count: 1
831			path: app/Http/RequestHandlers/ModuleAction.php
832
833		-
834			message: "#^Parameter \\#1 \\$module_name of method Fisharebest\\\\Webtrees\\\\Services\\\\ModuleService\\:\\:findByName\\(\\) expects string, mixed given\\.$#"
835			count: 1
836			path: app/Http/RequestHandlers/ModuleAction.php
837
838		-
839			message: "#^Parameter \\#1 \\$token of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:findByToken\\(\\) expects string, mixed given\\.$#"
840			count: 1
841			path: app/Http/RequestHandlers/PasswordResetAction.php
842
843		-
844			message: "#^Parameter \\#1 \\$token of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:findByToken\\(\\) expects string, mixed given\\.$#"
845			count: 1
846			path: app/Http/RequestHandlers/PasswordResetPage.php
847
848		-
849			message: "#^Parameter \\#2 \\$change_id of method Fisharebest\\\\Webtrees\\\\Services\\\\PendingChangesService\\:\\:acceptChange\\(\\) expects string, mixed given\\.$#"
850			count: 1
851			path: app/Http/RequestHandlers/PendingChangesAcceptChange.php
852
853		-
854			message: "#^Parameter \\#1 \\$string of method Fisharebest\\\\Webtrees\\\\Contracts\\\\TimestampFactoryInterface\\:\\:fromString\\(\\) expects string\\|null, mixed given\\.$#"
855			count: 2
856			path: app/Http/RequestHandlers/PendingChangesLogPage.php
857
858		-
859			message: "#^Parameter \\#2 \\$change_id of method Fisharebest\\\\Webtrees\\\\Services\\\\PendingChangesService\\:\\:rejectChange\\(\\) expects string, mixed given\\.$#"
860			count: 1
861			path: app/Http/RequestHandlers/PendingChangesRejectChange.php
862
863		-
864			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|false given\\.$#"
865			count: 1
866			path: app/Http/RequestHandlers/PhpInformation.php
867
868		-
869			message: "#^Parameter \\#1 \\$content of function response expects array\\|object\\|string, string\\|false given\\.$#"
870			count: 1
871			path: app/Http/RequestHandlers/ReportGenerate.php
872
873		-
874			message: "#^Argument of an invalid type array\\<string\\>\\|string supplied for foreach, only iterables are supported\\.$#"
875			count: 1
876			path: app/Http/RequestHandlers/ReportSetupPage.php
877
878		-
879			message: "#^Cannot call method url\\(\\) on mixed\\.$#"
880			count: 5
881			path: app/Http/RequestHandlers/SearchGeneralPage.php
882
883		-
884			message: "#^Parameter \\#2 \\$subject of function preg_match_all expects string, string\\|null given\\.$#"
885			count: 1
886			path: app/Http/RequestHandlers/SearchGeneralPage.php
887
888		-
889			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:updateRecord\\(\\) expects string, string\\|null given\\.$#"
890			count: 3
891			path: app/Http/RequestHandlers/SearchReplaceAction.php
892
893		-
894			message: "#^Cannot call method instance\\(\\) on mixed\\.$#"
895			count: 1
896			path: app/Http/RequestHandlers/SetupWizard.php
897
898		-
899			message: "#^Cannot call method isNotEmpty\\(\\) on mixed\\.$#"
900			count: 2
901			path: app/Http/RequestHandlers/SetupWizard.php
902
903		-
904			message: "#^Cannot call method push\\(\\) on mixed\\.$#"
905			count: 3
906			path: app/Http/RequestHandlers/SetupWizard.php
907
908		-
909			message: "#^Cannot call method withAttribute\\(\\) on mixed\\.$#"
910			count: 1
911			path: app/Http/RequestHandlers/SetupWizard.php
912
913		-
914			message: "#^Parameter \\#1 \\$code of static method Fisharebest\\\\Webtrees\\\\I18N\\:\\:init\\(\\) expects string, mixed given\\.$#"
915			count: 1
916			path: app/Http/RequestHandlers/SetupWizard.php
917
918		-
919			message: "#^Parameter \\#1 \\$driver of method Fisharebest\\\\Webtrees\\\\Services\\\\ServerCheckService\\:\\:serverErrors\\(\\) expects string, mixed given\\.$#"
920			count: 1
921			path: app/Http/RequestHandlers/SetupWizard.php
922
923		-
924			message: "#^Parameter \\#1 \\$driver of method Fisharebest\\\\Webtrees\\\\Services\\\\ServerCheckService\\:\\:serverWarnings\\(\\) expects string, mixed given\\.$#"
925			count: 1
926			path: app/Http/RequestHandlers/SetupWizard.php
927
928		-
929			message: "#^Parameter \\#1 \\$identifier of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:findByIdentifier\\(\\) expects string, mixed given\\.$#"
930			count: 2
931			path: app/Http/RequestHandlers/SetupWizard.php
932
933		-
934			message: "#^Parameter \\#1 \\$string of function substr expects string, string\\|false given\\.$#"
935			count: 1
936			path: app/Http/RequestHandlers/SetupWizard.php
937
938		-
939			message: "#^Parameter \\#1 \\$url of function redirect expects string, mixed given\\.$#"
940			count: 1
941			path: app/Http/RequestHandlers/SetupWizard.php
942
943		-
944			message: "#^Parameter \\#1 \\$user_name of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:create\\(\\) expects string, mixed given\\.$#"
945			count: 1
946			path: app/Http/RequestHandlers/SetupWizard.php
947
948		-
949			message: "#^Parameter \\#1 \\$value of function e expects Illuminate\\\\Contracts\\\\Support\\\\DeferringDisplayableValue\\|Illuminate\\\\Contracts\\\\Support\\\\Htmlable\\|string\\|null, string\\|false given\\.$#"
950			count: 1
951			path: app/Http/RequestHandlers/SetupWizard.php
952
953		-
954			message: "#^Parameter \\#1 \\$wtname of method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\SetupWizard\\:\\:checkAdminUser\\(\\) expects string, mixed given\\.$#"
955			count: 1
956			path: app/Http/RequestHandlers/SetupWizard.php
957
958		-
959			message: "#^Parameter \\#2 \\$real_name of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:create\\(\\) expects string, mixed given\\.$#"
960			count: 1
961			path: app/Http/RequestHandlers/SetupWizard.php
962
963		-
964			message: "#^Parameter \\#2 \\$setting_value of method Fisharebest\\\\Webtrees\\\\User\\:\\:setPreference\\(\\) expects string, mixed given\\.$#"
965			count: 1
966			path: app/Http/RequestHandlers/SetupWizard.php
967
968		-
969			message: "#^Parameter \\#2 \\$wtuser of method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\SetupWizard\\:\\:checkAdminUser\\(\\) expects string, mixed given\\.$#"
970			count: 1
971			path: app/Http/RequestHandlers/SetupWizard.php
972
973		-
974			message: "#^Parameter \\#3 \\$email of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:create\\(\\) expects string, mixed given\\.$#"
975			count: 1
976			path: app/Http/RequestHandlers/SetupWizard.php
977
978		-
979			message: "#^Parameter \\#3 \\$wtpass of method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\SetupWizard\\:\\:checkAdminUser\\(\\) expects string, mixed given\\.$#"
980			count: 1
981			path: app/Http/RequestHandlers/SetupWizard.php
982
983		-
984			message: "#^Parameter \\#4 \\$password of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:create\\(\\) expects string, mixed given\\.$#"
985			count: 1
986			path: app/Http/RequestHandlers/SetupWizard.php
987
988		-
989			message: "#^Parameter \\#4 \\$wtemail of method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\SetupWizard\\:\\:checkAdminUser\\(\\) expects string, mixed given\\.$#"
990			count: 1
991			path: app/Http/RequestHandlers/SetupWizard.php
992
993		-
994			message: "#^Parameter \\#1 \\$string of method Fisharebest\\\\Webtrees\\\\Contracts\\\\TimestampFactoryInterface\\:\\:fromString\\(\\) expects string\\|null, mixed given\\.$#"
995			count: 2
996			path: app/Http/RequestHandlers/SiteLogsPage.php
997
998		-
999			message: "#^Cannot call method getPreference\\(\\) on mixed\\.$#"
1000			count: 1
1001			path: app/Http/RequestHandlers/SynchronizeTrees.php
1002
1003		-
1004			message: "#^Cannot call method name\\(\\) on mixed\\.$#"
1005			count: 1
1006			path: app/Http/RequestHandlers/SynchronizeTrees.php
1007
1008		-
1009			message: "#^Cannot call method setPreference\\(\\) on mixed\\.$#"
1010			count: 1
1011			path: app/Http/RequestHandlers/SynchronizeTrees.php
1012
1013		-
1014			message: "#^Parameter \\#1 \\$tree of method Fisharebest\\\\Webtrees\\\\Services\\\\TreeService\\:\\:importGedcomFile\\(\\) expects Fisharebest\\\\Webtrees\\\\Tree, mixed given\\.$#"
1015			count: 1
1016			path: app/Http/RequestHandlers/SynchronizeTrees.php
1017
1018		-
1019			message: "#^Method Fisharebest\\\\Webtrees\\\\Http\\\\RequestHandlers\\\\TomSelectPlace\\:\\:search\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<int, array\\{text\\: string, value\\: string\\}\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<int, Fisharebest\\\\Webtrees\\\\Place\\>\\.$#"
1020			count: 1
1021			path: app/Http/RequestHandlers/TomSelectPlace.php
1022
1023		-
1024			message: "#^Cannot cast mixed to int\\.$#"
1025			count: 1
1026			path: app/Http/RequestHandlers/TreePageBlock.php
1027
1028		-
1029			message: "#^Cannot cast mixed to int\\.$#"
1030			count: 1
1031			path: app/Http/RequestHandlers/UserPageBlock.php
1032
1033		-
1034			message: "#^Parameter \\#1 \\$user_name of method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:findByUserName\\(\\) expects string, mixed given\\.$#"
1035			count: 1
1036			path: app/Http/RequestHandlers/VerifyEmail.php
1037
1038		-
1039			message: "#^Cannot call method findByInterface\\(\\) on mixed\\.$#"
1040			count: 3
1041			path: app/I18N.php
1042
1043		-
1044			message: "#^Method Fisharebest\\\\Webtrees\\\\I18N\\:\\:language\\(\\) should return Fisharebest\\\\Webtrees\\\\Module\\\\ModuleLanguageInterface but returns Fisharebest\\\\Webtrees\\\\Module\\\\ModuleLanguageInterface\\|null\\.$#"
1045			count: 1
1046			path: app/I18N.php
1047
1048		-
1049			message: "#^Binary operation \"\\*\" between string and 365 results in an error\\.$#"
1050			count: 1
1051			path: app/Individual.php
1052
1053		-
1054			message: "#^Binary operation \"\\.\" between non\\-empty\\-string and array\\|string results in an error\\.$#"
1055			count: 1
1056			path: app/Individual.php
1057
1058		-
1059			message: "#^Cannot call method spouseFamilies\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
1060			count: 1
1061			path: app/Individual.php
1062
1063		-
1064			message: "#^Parameter \\#1 \\$haystack of function strpos expects string, string\\|null given\\.$#"
1065			count: 1
1066			path: app/Individual.php
1067
1068		-
1069			message: "#^Parameter \\#1 \\$numerator of function intdiv expects int, float\\|int given\\.$#"
1070			count: 1
1071			path: app/Individual.php
1072
1073		-
1074			message: "#^Parameter \\#1 \\$string of function substr expects string, string\\|null given\\.$#"
1075			count: 2
1076			path: app/Individual.php
1077
1078		-
1079			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|null given\\.$#"
1080			count: 1
1081			path: app/Individual.php
1082
1083		-
1084			message: "#^Parameter \\#2 \\$subject of function preg_match_all expects string, string\\|null given\\.$#"
1085			count: 1
1086			path: app/Individual.php
1087
1088		-
1089			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
1090			count: 5
1091			path: app/Individual.php
1092
1093		-
1094			message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, string\\|null given\\.$#"
1095			count: 2
1096			path: app/Individual.php
1097
1098		-
1099			message: "#^Cannot call method has\\(\\) on mixed\\.$#"
1100			count: 1
1101			path: app/Log.php
1102
1103		-
1104			message: "#^Method Fisharebest\\\\Webtrees\\\\Media\\:\\:firstImageFile\\(\\) should return Fisharebest\\\\Webtrees\\\\MediaFile\\|null but returns mixed\\.$#"
1105			count: 1
1106			path: app/Media.php
1107
1108		-
1109			message: "#^Method Fisharebest\\\\Webtrees\\\\Media\\:\\:mediaFiles\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<int, Fisharebest\\\\Webtrees\\\\MediaFile\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<int, Fisharebest\\\\Webtrees\\\\Fact\\>\\.$#"
1110			count: 1
1111			path: app/Media.php
1112
1113		-
1114			message: "#^Cannot access property \\$access_level on mixed\\.$#"
1115			count: 1
1116			path: app/Module/AbstractModule.php
1117
1118		-
1119			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\AbstractModule\\:\\:getPreference\\(\\) should return string but returns mixed\\.$#"
1120			count: 1
1121			path: app/Module/AbstractModule.php
1122
1123		-
1124			message: "#^Cannot cast mixed to string\\.$#"
1125			count: 1
1126			path: app/Module/BranchesListModule.php
1127
1128		-
1129			message: "#^Call to an undefined method object\\:\\:censusLanguage\\(\\)\\.$#"
1130			count: 1
1131			path: app/Module/CensusAssistantModule.php
1132
1133		-
1134			message: "#^Cannot call method updateFact\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
1135			count: 1
1136			path: app/Module/CensusAssistantModule.php
1137
1138		-
1139			message: "#^Parameter \\#1 \\$census of method Fisharebest\\\\Webtrees\\\\Module\\\\CensusAssistantModule\\:\\:censusTableEmptyRow\\(\\) expects Fisharebest\\\\Webtrees\\\\Census\\\\CensusInterface, object given\\.$#"
1140			count: 1
1141			path: app/Module/CensusAssistantModule.php
1142
1143		-
1144			message: "#^Parameter \\#1 \\$census of method Fisharebest\\\\Webtrees\\\\Module\\\\CensusAssistantModule\\:\\:censusTableHeader\\(\\) expects Fisharebest\\\\Webtrees\\\\Census\\\\CensusInterface, object given\\.$#"
1145			count: 1
1146			path: app/Module/CensusAssistantModule.php
1147
1148		-
1149			message: "#^Parameter \\#1 \\$census of method Fisharebest\\\\Webtrees\\\\Module\\\\CensusAssistantModule\\:\\:censusTableRow\\(\\) expects Fisharebest\\\\Webtrees\\\\Census\\\\CensusInterface, object given\\.$#"
1150			count: 1
1151			path: app/Module/CensusAssistantModule.php
1152
1153		-
1154			message: "#^Parameter \\#1 \\$census of method Fisharebest\\\\Webtrees\\\\Module\\\\CensusAssistantModule\\:\\:createNoteText\\(\\) expects Fisharebest\\\\Webtrees\\\\Census\\\\CensusInterface, object given\\.$#"
1155			count: 1
1156			path: app/Module/CensusAssistantModule.php
1157
1158		-
1159			message: "#^Parameter \\#1 \\$fp of function stream_get_meta_data expects resource, resource\\|false given\\.$#"
1160			count: 1
1161			path: app/Module/ClippingsCartModule.php
1162
1163		-
1164			message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
1165			count: 1
1166			path: app/Module/CloudsTheme.php
1167
1168		-
1169			message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\Module\\\\ModuleInterface\\:\\:chartBoxMenu\\(\\)\\.$#"
1170			count: 1
1171			path: app/Module/CloudsTheme.php
1172
1173		-
1174			message: "#^Cannot call method name\\(\\) on mixed\\.$#"
1175			count: 1
1176			path: app/Module/CloudsTheme.php
1177
1178		-
1179			message: "#^Parameter \\#2 \\$callback of function usort expects callable\\(mixed, mixed\\)\\: int, Closure\\(Fisharebest\\\\Webtrees\\\\Menu, Fisharebest\\\\Webtrees\\\\Menu\\)\\: int given\\.$#"
1180			count: 1
1181			path: app/Module/CloudsTheme.php
1182
1183		-
1184			message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\<int, string\\>\\|false given\\.$#"
1185			count: 1
1186			path: app/Module/CloudsTheme.php
1187
1188		-
1189			message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
1190			count: 1
1191			path: app/Module/FabTheme.php
1192
1193		-
1194			message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\Module\\\\ModuleInterface\\:\\:chartBoxMenu\\(\\)\\.$#"
1195			count: 1
1196			path: app/Module/FabTheme.php
1197
1198		-
1199			message: "#^Cannot call method name\\(\\) on mixed\\.$#"
1200			count: 1
1201			path: app/Module/FabTheme.php
1202
1203		-
1204			message: "#^Parameter \\#2 \\$callback of function usort expects callable\\(mixed, mixed\\)\\: int, Closure\\(Fisharebest\\\\Webtrees\\\\Menu, Fisharebest\\\\Webtrees\\\\Menu\\)\\: int given\\.$#"
1205			count: 1
1206			path: app/Module/FabTheme.php
1207
1208		-
1209			message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\<int, string\\>\\|false given\\.$#"
1210			count: 1
1211			path: app/Module/FabTheme.php
1212
1213		-
1214			message: "#^Parameter \\#1 \\$column of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:where\\(\\) expects array\\|Closure\\|string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#"
1215			count: 1
1216			path: app/Module/FamilyTreeStatisticsModule.php
1217
1218		-
1219			message: "#^Cannot access offset 0 on array\\|false\\.$#"
1220			count: 1
1221			path: app/Module/FanChartModule.php
1222
1223		-
1224			message: "#^Cannot access offset 4 on array\\|false\\.$#"
1225			count: 1
1226			path: app/Module/FanChartModule.php
1227
1228		-
1229			message: "#^Cannot call method alternateName\\(\\) on mixed\\.$#"
1230			count: 1
1231			path: app/Module/FanChartModule.php
1232
1233		-
1234			message: "#^Cannot call method fullName\\(\\) on mixed\\.$#"
1235			count: 4
1236			path: app/Module/FanChartModule.php
1237
1238		-
1239			message: "#^Cannot call method lifespan\\(\\) on mixed\\.$#"
1240			count: 1
1241			path: app/Module/FanChartModule.php
1242
1243		-
1244			message: "#^Cannot call method sex\\(\\) on mixed\\.$#"
1245			count: 1
1246			path: app/Module/FanChartModule.php
1247
1248		-
1249			message: "#^Cannot call method url\\(\\) on mixed\\.$#"
1250			count: 1
1251			path: app/Module/FanChartModule.php
1252
1253		-
1254			message: "#^Cannot call method xref\\(\\) on mixed\\.$#"
1255			count: 2
1256			path: app/Module/FanChartModule.php
1257
1258		-
1259			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FanChartModule\\:\\:imageColor\\(\\) should return int but returns int\\|false\\.$#"
1260			count: 1
1261			path: app/Module/FanChartModule.php
1262
1263		-
1264			message: "#^Parameter \\#1 \\$im of function imagecolorallocate expects resource, resource\\|false given\\.$#"
1265			count: 1
1266			path: app/Module/FanChartModule.php
1267
1268		-
1269			message: "#^Parameter \\#1 \\$im of function imagecolortransparent expects resource, resource\\|false given\\.$#"
1270			count: 1
1271			path: app/Module/FanChartModule.php
1272
1273		-
1274			message: "#^Parameter \\#1 \\$im of function imagedestroy expects resource, resource\\|false given\\.$#"
1275			count: 1
1276			path: app/Module/FanChartModule.php
1277
1278		-
1279			message: "#^Parameter \\#1 \\$im of function imagefilledarc expects resource, resource\\|false given\\.$#"
1280			count: 2
1281			path: app/Module/FanChartModule.php
1282
1283		-
1284			message: "#^Parameter \\#1 \\$im of function imagefilledrectangle expects resource, resource\\|false given\\.$#"
1285			count: 1
1286			path: app/Module/FanChartModule.php
1287
1288		-
1289			message: "#^Parameter \\#1 \\$im of function imagepng expects resource, resource\\|false given\\.$#"
1290			count: 1
1291			path: app/Module/FanChartModule.php
1292
1293		-
1294			message: "#^Parameter \\#1 \\$im of function imagettftext expects resource, resource\\|false given\\.$#"
1295			count: 1
1296			path: app/Module/FanChartModule.php
1297
1298		-
1299			message: "#^Parameter \\#1 \\$image of method Fisharebest\\\\Webtrees\\\\Module\\\\FanChartModule\\:\\:imageColor\\(\\) expects resource, resource\\|false given\\.$#"
1300			count: 4
1301			path: app/Module/FanChartModule.php
1302
1303		-
1304			message: "#^Parameter \\#1 \\$individual of method Fisharebest\\\\Webtrees\\\\Module\\\\FanChartModule\\:\\:chartTitle\\(\\) expects Fisharebest\\\\Webtrees\\\\Individual, mixed given\\.$#"
1305			count: 1
1306			path: app/Module/FanChartModule.php
1307
1308		-
1309			message: "#^Parameter \\#1 \\$individual of method Fisharebest\\\\Webtrees\\\\Module\\\\ModuleThemeInterface\\:\\:individualBoxMenu\\(\\) expects Fisharebest\\\\Webtrees\\\\Individual, mixed given\\.$#"
1310			count: 1
1311			path: app/Module/FanChartModule.php
1312
1313		-
1314			message: "#^Parameter \\#2 \\$col of function imagecolortransparent expects int, int\\|false given\\.$#"
1315			count: 1
1316			path: app/Module/FanChartModule.php
1317
1318		-
1319			message: "#^Parameter \\#6 \\$col of function imagefilledrectangle expects int, int\\|false given\\.$#"
1320			count: 1
1321			path: app/Module/FanChartModule.php
1322
1323		-
1324			message: "#^Unsafe access to private constant Fisharebest\\\\Webtrees\\\\Module\\\\FanChartModule\\:\\:FONT through static\\:\\:\\.$#"
1325			count: 1
1326			path: app/Module/FanChartModule.php
1327
1328		-
1329			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixCemeteryTag\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<int, stdClass\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<int, string\\>\\.$#"
1330			count: 1
1331			path: app/Module/FixCemeteryTag.php
1332
1333		-
1334			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixDuplicateLinks\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<int, stdClass\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<int, string\\>\\.$#"
1335			count: 1
1336			path: app/Module/FixDuplicateLinks.php
1337
1338		-
1339			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixDuplicateLinks\\:\\:updateGedcom\\(\\) should return string but returns string\\|null\\.$#"
1340			count: 1
1341			path: app/Module/FixDuplicateLinks.php
1342
1343		-
1344			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
1345			count: 2
1346			path: app/Module/FixDuplicateLinks.php
1347
1348		-
1349			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixMissingDeaths\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<int, stdClass\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<int, string\\>\\.$#"
1350			count: 1
1351			path: app/Module/FixMissingDeaths.php
1352
1353		-
1354			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixNameSlashesAndSpaces\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<int, stdClass\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<int, string\\>\\.$#"
1355			count: 1
1356			path: app/Module/FixNameSlashesAndSpaces.php
1357
1358		-
1359			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixNameSlashesAndSpaces\\:\\:updateGedcom\\(\\) should return string but returns string\\|null\\.$#"
1360			count: 1
1361			path: app/Module/FixNameSlashesAndSpaces.php
1362
1363		-
1364			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
1365			count: 1
1366			path: app/Module/FixNameSlashesAndSpaces.php
1367
1368		-
1369			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixNameTags\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<int, stdClass\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<int, string\\>\\.$#"
1370			count: 1
1371			path: app/Module/FixNameTags.php
1372
1373		-
1374			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixPlaceNames\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<int, stdClass\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<int, string\\>\\.$#"
1375			count: 1
1376			path: app/Module/FixPlaceNames.php
1377
1378		-
1379			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixPlaceNames\\:\\:updateGedcom\\(\\) should return string but returns string\\|null\\.$#"
1380			count: 1
1381			path: app/Module/FixPlaceNames.php
1382
1383		-
1384			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixPrimaryTag\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<int, stdClass\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<int, string\\>\\.$#"
1385			count: 1
1386			path: app/Module/FixPrimaryTag.php
1387
1388		-
1389			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixSearchAndReplace\\:\\:mergePendingRecords\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<int, stdClass\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<int, string\\>\\.$#"
1390			count: 1
1391			path: app/Module/FixSearchAndReplace.php
1392
1393		-
1394			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\FixSearchAndReplace\\:\\:updateGedcom\\(\\) should return string but returns string\\|null\\.$#"
1395			count: 1
1396			path: app/Module/FixSearchAndReplace.php
1397
1398		-
1399			message: "#^Cannot cast mixed to int\\.$#"
1400			count: 1
1401			path: app/Module/FrequentlyAskedQuestionsModule.php
1402
1403		-
1404			message: "#^Cannot access property \\$geonames on mixed\\.$#"
1405			count: 1
1406			path: app/Module/GeonamesAutocomplete.php
1407
1408		-
1409			message: "#^Expression on left side of \\?\\? is not nullable\\.$#"
1410			count: 1
1411			path: app/Module/GeonamesAutocomplete.php
1412
1413		-
1414			message: "#^Cannot cast mixed to int\\.$#"
1415			count: 2
1416			path: app/Module/HitCountFooterModule.php
1417
1418		-
1419			message: "#^Cannot call method embedTags\\(\\) on mixed\\.$#"
1420			count: 2
1421			path: app/Module/HtmlBlockModule.php
1422
1423		-
1424			message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:sex\\(\\)\\.$#"
1425			count: 17
1426			path: app/Module/IndividualFactsTabModule.php
1427
1428		-
1429			message: "#^Instanceof between Fisharebest\\\\Webtrees\\\\Individual and Fisharebest\\\\Webtrees\\\\Family will always evaluate to false\\.$#"
1430			count: 1
1431			path: app/Module/IndividualFactsTabModule.php
1432
1433		-
1434			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\IndividualFactsTabModule\\:\\:historicFacts\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<int, Fisharebest\\\\Webtrees\\\\Fact\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<string, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleInterface\\>\\.$#"
1435			count: 1
1436			path: app/Module/IndividualFactsTabModule.php
1437
1438		-
1439			message: "#^Parameter \\#1 \\$gedcom of class Fisharebest\\\\Webtrees\\\\Fact constructor expects string, string\\|null given\\.$#"
1440			count: 1
1441			path: app/Module/IndividualFactsTabModule.php
1442
1443		-
1444			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
1445			count: 1
1446			path: app/Module/IndividualFactsTabModule.php
1447
1448		-
1449			message: "#^Cannot cast mixed to int\\.$#"
1450			count: 2
1451			path: app/Module/IndividualListModule.php
1452
1453		-
1454			message: "#^Parameter \\#1 \\$column of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:orWhere\\(\\) expects array\\|Closure\\|string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#"
1455			count: 1
1456			path: app/Module/IndividualListModule.php
1457
1458		-
1459			message: "#^Parameter \\#1 \\$column of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:pluck\\(\\) expects string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#"
1460			count: 2
1461			path: app/Module/IndividualListModule.php
1462
1463		-
1464			message: "#^Parameter \\#1 \\$column of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:where\\(\\) expects array\\|Closure\\|string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#"
1465			count: 38
1466			path: app/Module/IndividualListModule.php
1467
1468		-
1469			message: "#^Parameter \\#1 \\$column of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:whereNotIn\\(\\) expects string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#"
1470			count: 1
1471			path: app/Module/IndividualListModule.php
1472
1473		-
1474			message: "#^Parameter \\#2 \\$key of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:pluck\\(\\) expects string\\|null, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#"
1475			count: 2
1476			path: app/Module/IndividualListModule.php
1477
1478		-
1479			message: "#^Cannot call method fullName\\(\\) on mixed\\.$#"
1480			count: 1
1481			path: app/Module/InteractiveTree/TreeView.php
1482
1483		-
1484			message: "#^Cannot call method xref\\(\\) on mixed\\.$#"
1485			count: 1
1486			path: app/Module/InteractiveTree/TreeView.php
1487
1488		-
1489			message: "#^Offset 1 on array\\{Fisharebest\\\\Webtrees\\\\Individual, Fisharebest\\\\Webtrees\\\\Family\\} in empty\\(\\) always exists and is not falsy\\.$#"
1490			count: 1
1491			path: app/Module/InteractiveTree/TreeView.php
1492
1493		-
1494			message: "#^Parameter \\#4 \\$pfamily of method Fisharebest\\\\Webtrees\\\\Module\\\\InteractiveTree\\\\TreeView\\:\\:drawPerson\\(\\) expects Fisharebest\\\\Webtrees\\\\Family\\|null, mixed given\\.$#"
1495			count: 1
1496			path: app/Module/InteractiveTree/TreeView.php
1497
1498		-
1499			message: "#^Expression on left side of \\?\\? is not nullable\\.$#"
1500			count: 1
1501			path: app/Module/MapGeoLocationGeonames.php
1502
1503		-
1504			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\MapGeoLocationGeonames\\:\\:extractLocationsFromResponse\\(\\) should return array\\<string\\> but returns mixed\\.$#"
1505			count: 1
1506			path: app/Module/MapGeoLocationGeonames.php
1507
1508		-
1509			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\MapGeoLocationNominatim\\:\\:extractLocationsFromResponse\\(\\) should return array\\<string\\> but returns mixed\\.$#"
1510			count: 1
1511			path: app/Module/MapGeoLocationNominatim.php
1512
1513		-
1514			message: "#^Expression on left side of \\?\\? is not nullable\\.$#"
1515			count: 1
1516			path: app/Module/MapGeoLocationOpenRouteService.php
1517
1518		-
1519			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\MapGeoLocationOpenRouteService\\:\\:extractLocationsFromResponse\\(\\) should return array\\<string\\> but returns mixed\\.$#"
1520			count: 1
1521			path: app/Module/MapGeoLocationOpenRouteService.php
1522
1523		-
1524			message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
1525			count: 1
1526			path: app/Module/MinimalTheme.php
1527
1528		-
1529			message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\Module\\\\ModuleInterface\\:\\:chartBoxMenu\\(\\)\\.$#"
1530			count: 1
1531			path: app/Module/MinimalTheme.php
1532
1533		-
1534			message: "#^Cannot call method name\\(\\) on mixed\\.$#"
1535			count: 1
1536			path: app/Module/MinimalTheme.php
1537
1538		-
1539			message: "#^Parameter \\#2 \\$callback of function usort expects callable\\(mixed, mixed\\)\\: int, Closure\\(Fisharebest\\\\Webtrees\\\\Menu, Fisharebest\\\\Webtrees\\\\Menu\\)\\: int given\\.$#"
1540			count: 1
1541			path: app/Module/MinimalTheme.php
1542
1543		-
1544			message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\<int, string\\>\\|false given\\.$#"
1545			count: 1
1546			path: app/Module/MinimalTheme.php
1547
1548		-
1549			message: "#^Cannot access property \\$features on mixed\\.$#"
1550			count: 1
1551			path: app/Module/OpenRouteServiceAutocomplete.php
1552
1553		-
1554			message: "#^Parameter \\#1 \\$individual of method Fisharebest\\\\Webtrees\\\\Module\\\\PedigreeChartModule\\:\\:nextLink\\(\\) expects Fisharebest\\\\Webtrees\\\\Individual, mixed given\\.$#"
1555			count: 2
1556			path: app/Module/PedigreeChartModule.php
1557
1558		-
1559			message: "#^Cannot call method statsPlaces\\(\\) on mixed\\.$#"
1560			count: 1
1561			path: app/Module/PlaceHierarchyListModule.php
1562
1563		-
1564			message: "#^Parameter \\#2 \\$size of function array_chunk expects int\\<1, max\\>, int given\\.$#"
1565			count: 2
1566			path: app/Module/PlaceHierarchyListModule.php
1567
1568		-
1569			message: "#^Method Fisharebest\\\\Webtrees\\\\Module\\\\PrivacyPolicy\\:\\:analyticsModules\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<int, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleAnalyticsInterface\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<string, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleInterface\\>\\.$#"
1570			count: 1
1571			path: app/Module/PrivacyPolicy.php
1572
1573		-
1574			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\GedcomRecord but returns Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#"
1575			count: 1
1576			path: app/Module/RelationshipsChartModule.php
1577
1578		-
1579			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\GedcomRecord but returns Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
1580			count: 1
1581			path: app/Module/RelationshipsChartModule.php
1582
1583		-
1584			message: "#^Cannot call method gedcom\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#"
1585			count: 2
1586			path: app/Module/RelationshipsChartModule.php
1587
1588		-
1589			message: "#^Cannot call method sex\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
1590			count: 4
1591			path: app/Module/RelationshipsChartModule.php
1592
1593		-
1594			message: "#^Cannot call method xref\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
1595			count: 2
1596			path: app/Module/RelationshipsChartModule.php
1597
1598		-
1599			message: "#^Cannot cast mixed to int\\.$#"
1600			count: 2
1601			path: app/Module/RelationshipsChartModule.php
1602
1603		-
1604			message: "#^Parameter \\#1 \\$content of function response expects array\\|object\\|string, string\\|false given\\.$#"
1605			count: 1
1606			path: app/Module/RelationshipsChartModule.php
1607
1608		-
1609			message: "#^Parameter \\#2 \\$language of method Fisharebest\\\\Webtrees\\\\Services\\\\RelationshipService\\:\\:nameFromPath\\(\\) expects Fisharebest\\\\Webtrees\\\\Module\\\\ModuleLanguageInterface, mixed given\\.$#"
1610			count: 1
1611			path: app/Module/RelationshipsChartModule.php
1612
1613		-
1614			message: "#^Cannot call method canShow\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#"
1615			count: 1
1616			path: app/Module/ReviewChangesModule.php
1617
1618		-
1619			message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#"
1620			count: 1
1621			path: app/Module/ReviewChangesModule.php
1622
1623		-
1624			message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#"
1625			count: 1
1626			path: app/Module/ReviewChangesModule.php
1627
1628		-
1629			message: "#^Call to an undefined method Sabre\\\\VObject\\\\Node\\:\\:add\\(\\)\\.$#"
1630			count: 3
1631			path: app/Module/ShareAnniversaryModule.php
1632
1633		-
1634			message: "#^Cannot access property \\$m_gedcom on mixed\\.$#"
1635			count: 1
1636			path: app/Module/SlideShowModule.php
1637
1638		-
1639			message: "#^Cannot access property \\$m_id on mixed\\.$#"
1640			count: 1
1641			path: app/Module/SlideShowModule.php
1642
1643		-
1644			message: "#^Cannot call method getQueryParams\\(\\) on mixed\\.$#"
1645			count: 1
1646			path: app/Module/SlideShowModule.php
1647
1648		-
1649			message: "#^Binary operation \"\\+\" between int and int\\|string results in an error\\.$#"
1650			count: 1
1651			path: app/Module/StatisticsChartModule.php
1652
1653		-
1654			message: "#^Binary operation \"\\-\" between string and 1 results in an error\\.$#"
1655			count: 2
1656			path: app/Module/StatisticsChartModule.php
1657
1658		-
1659			message: "#^Cannot cast mixed to string\\.$#"
1660			count: 1
1661			path: app/Module/StoriesModule.php
1662
1663		-
1664			message: "#^Cannot call method commonGivenFemaleListTotals\\(\\) on mixed\\.$#"
1665			count: 1
1666			path: app/Module/TopGivenNamesModule.php
1667
1668		-
1669			message: "#^Cannot call method commonGivenFemaleTable\\(\\) on mixed\\.$#"
1670			count: 1
1671			path: app/Module/TopGivenNamesModule.php
1672
1673		-
1674			message: "#^Cannot call method commonGivenMaleListTotals\\(\\) on mixed\\.$#"
1675			count: 1
1676			path: app/Module/TopGivenNamesModule.php
1677
1678		-
1679			message: "#^Cannot call method commonGivenMaleTable\\(\\) on mixed\\.$#"
1680			count: 1
1681			path: app/Module/TopGivenNamesModule.php
1682
1683		-
1684			message: "#^Parameter \\#1 \\$column of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:where\\(\\) expects array\\|Closure\\|string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#"
1685			count: 1
1686			path: app/Module/TopSurnamesModule.php
1687
1688		-
1689			message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
1690			count: 1
1691			path: app/Module/WebtreesTheme.php
1692
1693		-
1694			message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\Module\\\\ModuleInterface\\:\\:chartBoxMenu\\(\\)\\.$#"
1695			count: 1
1696			path: app/Module/WebtreesTheme.php
1697
1698		-
1699			message: "#^Cannot call method name\\(\\) on mixed\\.$#"
1700			count: 1
1701			path: app/Module/WebtreesTheme.php
1702
1703		-
1704			message: "#^Parameter \\#2 \\$callback of function usort expects callable\\(mixed, mixed\\)\\: int, Closure\\(Fisharebest\\\\Webtrees\\\\Menu, Fisharebest\\\\Webtrees\\\\Menu\\)\\: int given\\.$#"
1705			count: 1
1706			path: app/Module/WebtreesTheme.php
1707
1708		-
1709			message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\<int, string\\>\\|false given\\.$#"
1710			count: 1
1711			path: app/Module/WebtreesTheme.php
1712
1713		-
1714			message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
1715			count: 1
1716			path: app/Module/XeneaTheme.php
1717
1718		-
1719			message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\Module\\\\ModuleInterface\\:\\:chartBoxMenu\\(\\)\\.$#"
1720			count: 1
1721			path: app/Module/XeneaTheme.php
1722
1723		-
1724			message: "#^Cannot call method name\\(\\) on mixed\\.$#"
1725			count: 1
1726			path: app/Module/XeneaTheme.php
1727
1728		-
1729			message: "#^Parameter \\#2 \\$callback of function usort expects callable\\(mixed, mixed\\)\\: int, Closure\\(Fisharebest\\\\Webtrees\\\\Menu, Fisharebest\\\\Webtrees\\\\Menu\\)\\: int given\\.$#"
1730			count: 1
1731			path: app/Module/XeneaTheme.php
1732
1733		-
1734			message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\<int, string\\>\\|false given\\.$#"
1735			count: 1
1736			path: app/Module/XeneaTheme.php
1737
1738		-
1739			message: "#^Cannot call method findByComponent\\(\\) on mixed\\.$#"
1740			count: 1
1741			path: app/Place.php
1742
1743		-
1744			message: "#^Cannot cast mixed to int\\.$#"
1745			count: 1
1746			path: app/Place.php
1747
1748		-
1749			message: "#^Parameter \\#1 \\$str of function mb_substr expects string, mixed given\\.$#"
1750			count: 2
1751			path: app/Place.php
1752
1753		-
1754			message: "#^Parameter \\#1 \\$text of static method Fisharebest\\\\Webtrees\\\\Soundex\\:\\:daitchMokotoff\\(\\) expects string, mixed given\\.$#"
1755			count: 1
1756			path: app/Place.php
1757
1758		-
1759			message: "#^Parameter \\#1 \\$text of static method Fisharebest\\\\Webtrees\\\\Soundex\\:\\:russell\\(\\) expects string, mixed given\\.$#"
1760			count: 1
1761			path: app/Place.php
1762
1763		-
1764			message: "#^Parameter \\#1 \\$value of function e expects Illuminate\\\\Contracts\\\\Support\\\\DeferringDisplayableValue\\|Illuminate\\\\Contracts\\\\Support\\\\Htmlable\\|string\\|null, mixed given\\.$#"
1765			count: 1
1766			path: app/Place.php
1767
1768		-
1769			message: "#^Cannot access property \\$latitude on object\\|null\\.$#"
1770			count: 3
1771			path: app/PlaceLocation.php
1772
1773		-
1774			message: "#^Cannot access property \\$longitude on object\\|null\\.$#"
1775			count: 3
1776			path: app/PlaceLocation.php
1777
1778		-
1779			message: "#^Cannot cast mixed to int\\.$#"
1780			count: 1
1781			path: app/PlaceLocation.php
1782
1783		-
1784			message: "#^Cannot cast mixed to string\\.$#"
1785			count: 1
1786			path: app/PlaceLocation.php
1787
1788		-
1789			message: "#^Method Fisharebest\\\\Webtrees\\\\PlaceLocation\\:\\:boundingRectangle\\(\\) should return array\\<array\\<float\\>\\> but returns array\\<int, array\\<int, mixed\\>\\>\\.$#"
1790			count: 1
1791			path: app/PlaceLocation.php
1792
1793		-
1794			message: "#^Method Fisharebest\\\\Webtrees\\\\PlaceLocation\\:\\:details\\(\\) should return object but returns object\\|null\\.$#"
1795			count: 1
1796			path: app/PlaceLocation.php
1797
1798		-
1799			message: "#^Parameter \\#1 \\$str of function mb_substr expects string, mixed given\\.$#"
1800			count: 1
1801			path: app/PlaceLocation.php
1802
1803		-
1804			message: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\PdfRenderer\\:\\:getStyle\\(\\) should return array\\<string, string\\> but returns array\\<string, string\\>\\|string\\.$#"
1805			count: 1
1806			path: app/Report/PdfRenderer.php
1807
1808		-
1809			message: "#^Parameter \\#1 \\$fm of method TCPDF\\:\\:setFooterMargin\\(\\) expects int, float given\\.$#"
1810			count: 1
1811			path: app/Report/PdfRenderer.php
1812
1813		-
1814			message: "#^Parameter \\#1 \\$hm of method TCPDF\\:\\:setHeaderMargin\\(\\) expects int, float given\\.$#"
1815			count: 1
1816			path: app/Report/PdfRenderer.php
1817
1818		-
1819			message: "#^Parameter \\#3 \\$size of method TCPDF\\:\\:setFont\\(\\) expects float\\|null, string given\\.$#"
1820			count: 1
1821			path: app/Report/PdfRenderer.php
1822
1823		-
1824			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\:\\:\\$styles \\(array\\<array\\<string, string\\>\\>\\) does not accept array\\<array\\<string, string\\>\\|string\\>\\.$#"
1825			count: 1
1826			path: app/Report/PdfRenderer.php
1827
1828		-
1829			message: "#^Parameter \\#1 \\$x of method Fisharebest\\\\Webtrees\\\\Report\\\\HtmlRenderer\\:\\:setX\\(\\) expects float, mixed given\\.$#"
1830			count: 1
1831			path: app/Report/ReportHtmlCell.php
1832
1833		-
1834			message: "#^Parameter \\#1 \\$y of method Fisharebest\\\\Webtrees\\\\Report\\\\HtmlRenderer\\:\\:setY\\(\\) expects float, mixed given\\.$#"
1835			count: 1
1836			path: app/Report/ReportHtmlCell.php
1837
1838		-
1839			message: "#^Parameter \\#2 \\$y of method Fisharebest\\\\Webtrees\\\\Report\\\\HtmlRenderer\\:\\:setXy\\(\\) expects float, mixed given\\.$#"
1840			count: 1
1841			path: app/Report/ReportHtmlCell.php
1842
1843		-
1844			message: "#^Parameter \\#3 \\(mixed\\) of echo cannot be converted to string\\.$#"
1845			count: 1
1846			path: app/Report/ReportHtmlCell.php
1847
1848		-
1849			message: "#^Parameter \\#4 \\(mixed\\) of echo cannot be converted to string\\.$#"
1850			count: 1
1851			path: app/Report/ReportHtmlCell.php
1852
1853		-
1854			message: "#^Binary operation \"\\*\" between string and 0\\|int\\<2, max\\> results in an error\\.$#"
1855			count: 1
1856			path: app/Report/ReportHtmlText.php
1857
1858		-
1859			message: "#^Variable \\$lastelement in empty\\(\\) always exists and is not falsy\\.$#"
1860			count: 1
1861			path: app/Report/ReportHtmlTextbox.php
1862
1863		-
1864			message: "#^Parameter \\#1 \\$fp of function fclose expects resource, resource\\|false given\\.$#"
1865			count: 1
1866			path: app/Report/ReportParserBase.php
1867
1868		-
1869			message: "#^Parameter \\#1 \\$fp of function feof expects resource, resource\\|false given\\.$#"
1870			count: 1
1871			path: app/Report/ReportParserBase.php
1872
1873		-
1874			message: "#^Parameter \\#1 \\$fp of function fread expects resource, resource\\|false given\\.$#"
1875			count: 1
1876			path: app/Report/ReportParserBase.php
1877
1878		-
1879			message: "#^Parameter \\#1 \\$function of function call_user_func expects callable\\(\\)\\: mixed, array\\{\\$this\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserBase\\), non\\-empty\\-string\\} given\\.$#"
1880			count: 2
1881			path: app/Report/ReportParserBase.php
1882
1883		-
1884			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserBase\\:\\:\\$xml_parser \\(XMLParser\\) does not accept resource\\.$#"
1885			count: 1
1886			path: app/Report/ReportParserBase.php
1887
1888		-
1889			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserBase\\:\\:\\$xml_parser has unknown class XMLParser as its type\\.$#"
1890			count: 1
1891			path: app/Report/ReportParserBase.php
1892
1893		-
1894			message: "#^Access to an undefined property Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\)\\:\\:\\$generation\\.$#"
1895			count: 1
1896			path: app/Report/ReportParserGenerate.php
1897
1898		-
1899			message: "#^Access to private property Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\)\\:\\:\\$generation\\.$#"
1900			count: 1
1901			path: app/Report/ReportParserGenerate.php
1902
1903		-
1904			message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\)\\:\\:canShow\\(\\)\\.$#"
1905			count: 1
1906			path: app/Report/ReportParserGenerate.php
1907
1908		-
1909			message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\)\\:\\:privatizeGedcom\\(\\)\\.$#"
1910			count: 1
1911			path: app/Report/ReportParserGenerate.php
1912
1913		-
1914			message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\)\\:\\:tree\\(\\)\\.$#"
1915			count: 1
1916			path: app/Report/ReportParserGenerate.php
1917
1918		-
1919			message: "#^Call to function assert\\(\\) with false and LogicException will always evaluate to false\\.$#"
1920			count: 1
1921			path: app/Report/ReportParserGenerate.php
1922
1923		-
1924			message: "#^Cannot access offset 0 on array\\|false\\.$#"
1925			count: 3
1926			path: app/Report/ReportParserGenerate.php
1927
1928		-
1929			message: "#^Cannot access offset 1 on array\\|false\\.$#"
1930			count: 3
1931			path: app/Report/ReportParserGenerate.php
1932
1933		-
1934			message: "#^Cannot access offset float\\|int on array\\<int, string\\>\\|false\\.$#"
1935			count: 14
1936			path: app/Report/ReportParserGenerate.php
1937
1938		-
1939			message: "#^Cannot call method addElement\\(\\) on Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\|null\\.$#"
1940			count: 1
1941			path: app/Report/ReportParserGenerate.php
1942
1943		-
1944			message: "#^Cannot call method childFamilies\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
1945			count: 1
1946			path: app/Report/ReportParserGenerate.php
1947
1948		-
1949			message: "#^Cannot call method facts\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#"
1950			count: 2
1951			path: app/Report/ReportParserGenerate.php
1952
1953		-
1954			message: "#^Cannot call method findHighlightedMediaFile\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
1955			count: 1
1956			path: app/Report/ReportParserGenerate.php
1957
1958		-
1959			message: "#^Cannot call method firstImageFile\\(\\) on Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#"
1960			count: 1
1961			path: app/Report/ReportParserGenerate.php
1962
1963		-
1964			message: "#^Cannot call method privatizeGedcom\\(\\) on Fisharebest\\\\Webtrees\\\\GedcomRecord\\|null\\.$#"
1965			count: 1
1966			path: app/Report/ReportParserGenerate.php
1967
1968		-
1969			message: "#^Cannot cast mixed to string\\.$#"
1970			count: 1
1971			path: app/Report/ReportParserGenerate.php
1972
1973		-
1974			message: "#^Cannot use array destructuring on array\\<int, array\\<string\\>\\|int\\>\\|null\\.$#"
1975			count: 4
1976			path: app/Report/ReportParserGenerate.php
1977
1978		-
1979			message: "#^Cannot use array destructuring on string\\|null\\.$#"
1980			count: 1
1981			path: app/Report/ReportParserGenerate.php
1982
1983		-
1984			message: "#^If condition is always true\\.$#"
1985			count: 1
1986			path: app/Report/ReportParserGenerate.php
1987
1988		-
1989			message: "#^Instanceof between Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer and Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseElement will always evaluate to false\\.$#"
1990			count: 1
1991			path: app/Report/ReportParserGenerate.php
1992
1993		-
1994			message: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:substituteVars\\(\\) should return string but returns string\\|null\\.$#"
1995			count: 1
1996			path: app/Report/ReportParserGenerate.php
1997
1998		-
1999			message: "#^Parameter \\#1 \\$array_arg of function end expects array\\|object, array\\<int, string\\>\\|false given\\.$#"
2000			count: 1
2001			path: app/Report/ReportParserGenerate.php
2002
2003		-
2004			message: "#^Parameter \\#1 \\$function of function call_user_func expects callable\\(\\)\\: mixed, array\\{\\$this\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\), non\\-empty\\-string\\} given\\.$#"
2005			count: 2
2006			path: app/Report/ReportParserGenerate.php
2007
2008		-
2009			message: "#^Parameter \\#1 \\$im of function imagesx expects resource, resource\\|false given\\.$#"
2010			count: 2
2011			path: app/Report/ReportParserGenerate.php
2012
2013		-
2014			message: "#^Parameter \\#1 \\$im of function imagesy expects resource, resource\\|false given\\.$#"
2015			count: 2
2016			path: app/Report/ReportParserGenerate.php
2017
2018		-
2019			message: "#^Parameter \\#1 \\$level of static method Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:getSubRecord\\(\\) expects int, float\\|int given\\.$#"
2020			count: 4
2021			path: app/Report/ReportParserGenerate.php
2022
2023		-
2024			message: "#^Parameter \\#1 \\$nlevel of static method Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:getCont\\(\\) expects int, float\\|int given\\.$#"
2025			count: 1
2026			path: app/Report/ReportParserGenerate.php
2027
2028		-
2029			message: "#^Parameter \\#1 \\$parser of function xml_get_current_line_number expects resource, XMLParser given\\.$#"
2030			count: 6
2031			path: app/Report/ReportParserGenerate.php
2032
2033		-
2034			message: "#^Parameter \\#1 \\$str of function addslashes expects string, string\\|null given\\.$#"
2035			count: 1
2036			path: app/Report/ReportParserGenerate.php
2037
2038		-
2039			message: "#^Parameter \\#1 \\$style of method Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\:\\:addStyle\\(\\) expects array\\<string\\>, array\\<string, float\\|string\\> given\\.$#"
2040			count: 1
2041			path: app/Report/ReportParserGenerate.php
2042
2043		-
2044			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|null given\\.$#"
2045			count: 1
2046			path: app/Report/ReportParserGenerate.php
2047
2048		-
2049			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$current_element \\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseElement\\) does not accept Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\.$#"
2050			count: 1
2051			path: app/Report/ReportParserGenerate.php
2052
2053		-
2054			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$gedrec_stack \\(array\\<string\\>\\) does not accept array\\<array\\<int, string\\>\\|string\\>\\.$#"
2055			count: 1
2056			path: app/Report/ReportParserGenerate.php
2057
2058		-
2059			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$list \\(array\\<Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\)\\>\\) does not accept array\\<Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\)\\|null\\>\\.$#"
2060			count: 2
2061			path: app/Report/ReportParserGenerate.php
2062
2063		-
2064			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$list \\(array\\<Fisharebest\\\\Webtrees\\\\GedcomRecord\\|static\\(Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\)\\>\\) does not accept array\\<stdClass\\>\\.$#"
2065			count: 1
2066			path: app/Report/ReportParserGenerate.php
2067
2068		-
2069			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$parser \\(XMLParser\\) does not accept XMLParser\\|null\\.$#"
2070			count: 4
2071			path: app/Report/ReportParserGenerate.php
2072
2073		-
2074			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$parser \\(XMLParser\\) does not accept resource\\.$#"
2075			count: 4
2076			path: app/Report/ReportParserGenerate.php
2077
2078		-
2079			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$parser has unknown class XMLParser as its type\\.$#"
2080			count: 1
2081			path: app/Report/ReportParserGenerate.php
2082
2083		-
2084			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$parser_stack has unknown class XMLParser as its type\\.$#"
2085			count: 1
2086			path: app/Report/ReportParserGenerate.php
2087
2088		-
2089			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$print_data \\(bool\\) does not accept bool\\|null\\.$#"
2090			count: 4
2091			path: app/Report/ReportParserGenerate.php
2092
2093		-
2094			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$repeat_bytes \\(int\\) does not accept array\\<string\\>\\|int\\.$#"
2095			count: 4
2096			path: app/Report/ReportParserGenerate.php
2097
2098		-
2099			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$repeats \\(array\\<string\\>\\) does not accept array\\<string\\>\\|int\\.$#"
2100			count: 4
2101			path: app/Report/ReportParserGenerate.php
2102
2103		-
2104			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$wt_report \\(Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\) does not accept Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\|null\\.$#"
2105			count: 1
2106			path: app/Report/ReportParserGenerate.php
2107
2108		-
2109			message: "#^Property Fisharebest\\\\Webtrees\\\\Report\\\\ReportParserGenerate\\:\\:\\$wt_report \\(Fisharebest\\\\Webtrees\\\\Report\\\\AbstractRenderer\\) does not accept Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseTextbox\\.$#"
2110			count: 1
2111			path: app/Report/ReportParserGenerate.php
2112
2113		-
2114			message: "#^Cannot assign new offset to array\\<string\\>\\|string\\.$#"
2115			count: 1
2116			path: app/Report/ReportParserSetup.php
2117
2118		-
2119			message: "#^array\\<string\\>\\|string does not accept array\\<string\\>\\.$#"
2120			count: 1
2121			path: app/Report/ReportParserSetup.php
2122
2123		-
2124			message: "#^Parameter \\#1 \\$x of method Fisharebest\\\\Webtrees\\\\Report\\\\PdfRenderer\\:\\:addMarginX\\(\\) expects float, mixed given\\.$#"
2125			count: 1
2126			path: app/Report/ReportPdfCell.php
2127
2128		-
2129			message: "#^Parameter \\#1 \\$y of method TCPDF\\:\\:setY\\(\\) expects float, mixed given\\.$#"
2130			count: 1
2131			path: app/Report/ReportPdfCell.php
2132
2133		-
2134			message: "#^Parameter \\#2 \\$y of method TCPDF\\:\\:Link\\(\\) expects float, mixed given\\.$#"
2135			count: 1
2136			path: app/Report/ReportPdfCell.php
2137
2138		-
2139			message: "#^Parameter \\#6 \\$fill of method TCPDF\\:\\:MultiCell\\(\\) expects bool, int given\\.$#"
2140			count: 1
2141			path: app/Report/ReportPdfCell.php
2142
2143		-
2144			message: "#^Parameter \\#9 \\$y of method TCPDF\\:\\:MultiCell\\(\\) expects float\\|null, mixed given\\.$#"
2145			count: 1
2146			path: app/Report/ReportPdfCell.php
2147
2148		-
2149			message: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\ReportPdfFootnote\\:\\:getWidth\\(\\) should return array\\{float, int, float\\} but returns array\\{0\\|array\\<float\\>\\|float, 1, int\\<0, max\\>\\}\\.$#"
2150			count: 1
2151			path: app/Report/ReportPdfFootnote.php
2152
2153		-
2154			message: "#^Parameter \\#1 \\$link of method TCPDF\\:\\:setLink\\(\\) expects int, string given\\.$#"
2155			count: 1
2156			path: app/Report/ReportPdfFootnote.php
2157
2158		-
2159			message: "#^Parameter \\#1 \\$number of function ceil expects float, array\\<float\\>\\|float given\\.$#"
2160			count: 3
2161			path: app/Report/ReportPdfFootnote.php
2162
2163		-
2164			message: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\ReportPdfText\\:\\:getWidth\\(\\) should return array\\{float, int, float\\} but returns array\\{array\\<float\\>\\|float, 0\\|2, int\\<0, max\\>\\}\\.$#"
2165			count: 1
2166			path: app/Report/ReportPdfText.php
2167
2168		-
2169			message: "#^Instanceof between Fisharebest\\\\Webtrees\\\\Report\\\\ReportBaseElement and Fisharebest\\\\Webtrees\\\\Report\\\\ReportPdfFootnote will always evaluate to false\\.$#"
2170			count: 1
2171			path: app/Report/ReportPdfTextBox.php
2172
2173		-
2174			message: "#^Result of \\|\\| is always true\\.$#"
2175			count: 1
2176			path: app/Report/ReportPdfTextBox.php
2177
2178		-
2179			message: "#^Variable \\$lastelement in empty\\(\\) always exists and is not falsy\\.$#"
2180			count: 1
2181			path: app/Report/ReportPdfTextBox.php
2182
2183		-
2184			message: """
2185				#^Binary operation "\\." between array\\|non\\-empty\\-string and '
2186				' results in an error\\.$#
2187			"""
2188			count: 2
2189			path: app/Report/RightToLeftSupport.php
2190
2191		-
2192			message: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\RightToLeftSupport\\:\\:spanLtrRtl\\(\\) should return string but returns array\\|string\\.$#"
2193			count: 1
2194			path: app/Report/RightToLeftSupport.php
2195
2196		-
2197			message: "#^Method Fisharebest\\\\Webtrees\\\\Report\\\\RightToLeftSupport\\:\\:starredName\\(\\) should return string but returns string\\|null\\.$#"
2198			count: 1
2199			path: app/Report/RightToLeftSupport.php
2200
2201		-
2202			message: "#^Parameter \\#1 \\$string of function substr expects string, array\\|string given\\.$#"
2203			count: 4
2204			path: app/Report/RightToLeftSupport.php
2205
2206		-
2207			message: "#^Parameter \\#2 \\$start of function substr expects int, int\\<0, max\\>\\|false given\\.$#"
2208			count: 1
2209			path: app/Report/RightToLeftSupport.php
2210
2211		-
2212			message: "#^Parameter \\#3 \\$length of function substr expects int, int\\<0, max\\>\\|false given\\.$#"
2213			count: 1
2214			path: app/Report/RightToLeftSupport.php
2215
2216		-
2217			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
2218			count: 1
2219			path: app/Report/RightToLeftSupport.php
2220
2221		-
2222			message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, string\\|null given\\.$#"
2223			count: 1
2224			path: app/Report/RightToLeftSupport.php
2225
2226		-
2227			message: "#^Parameter \\#1 \\$h of method TCPDF\\:\\:checkPageBreak\\(\\) expects float, mixed given\\.$#"
2228			count: 1
2229			path: app/Report/TcpdfWrapper.php
2230
2231		-
2232			message: "#^Parameter \\#2 \\$y of method TCPDF\\:\\:checkPageBreak\\(\\) expects float\\|null, mixed given\\.$#"
2233			count: 1
2234			path: app/Report/TcpdfWrapper.php
2235
2236		-
2237			message: "#^Parameter \\#1 \\$column of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:having\\(\\) expects string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#"
2238			count: 1
2239			path: app/Schema/Migration44.php
2240
2241		-
2242			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Family but returns Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#"
2243			count: 1
2244			path: app/Services/AdminService.php
2245
2246		-
2247			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Individual but returns Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
2248			count: 1
2249			path: app/Services/AdminService.php
2250
2251		-
2252			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Media but returns Fisharebest\\\\Webtrees\\\\Media\\|null\\.$#"
2253			count: 1
2254			path: app/Services/AdminService.php
2255
2256		-
2257			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Source but returns Fisharebest\\\\Webtrees\\\\Source\\|null\\.$#"
2258			count: 1
2259			path: app/Services/AdminService.php
2260
2261		-
2262			message: "#^Call to an undefined static method Illuminate\\\\Database\\\\Capsule\\\\Manager\\:\\:query\\(\\)\\.$#"
2263			count: 1
2264			path: app/Services/AdminService.php
2265
2266		-
2267			message: "#^Parameter \\#1 \\$column of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:having\\(\\) expects string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#"
2268			count: 4
2269			path: app/Services/AdminService.php
2270
2271		-
2272			message: "#^Parameter \\#1 \\$table of static method Illuminate\\\\Database\\\\Capsule\\\\Manager\\:\\:table\\(\\) expects Closure\\|Illuminate\\\\Database\\\\Query\\\\Builder\\|string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#"
2273			count: 1
2274			path: app/Services/AdminService.php
2275
2276		-
2277			message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|false given\\.$#"
2278			count: 1
2279			path: app/Services/AdminService.php
2280
2281		-
2282			message: "#^Cannot access offset string on mixed\\.$#"
2283			count: 4
2284			path: app/Services/ClipboardService.php
2285
2286		-
2287			message: "#^Parameter \\#1 \\$gedcom of method Fisharebest\\\\Webtrees\\\\GedcomRecord\\:\\:createFact\\(\\) expects string, mixed given\\.$#"
2288			count: 1
2289			path: app/Services/ClipboardService.php
2290
2291		-
2292			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\GedcomEditService\\:\\:insertMissingRecordSubtags\\(\\) should return string but returns string\\|null\\.$#"
2293			count: 2
2294			path: app/Services/GedcomEditService.php
2295
2296		-
2297			message: "#^Parameter \\#1 \\$stack of function array_shift expects array, array\\<int, string\\>\\|false given\\.$#"
2298			count: 1
2299			path: app/Services/GedcomEditService.php
2300
2301		-
2302			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\GedcomExportService\\:\\:convertMediaPath\\(\\) should return string but returns string\\|null\\.$#"
2303			count: 1
2304			path: app/Services/GedcomExportService.php
2305
2306		-
2307			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\GedcomImportService\\:\\:createMediaObject\\(\\) should return string but returns mixed\\.$#"
2308			count: 1
2309			path: app/Services/GedcomImportService.php
2310
2311		-
2312			message: "#^Parameter \\#2 \\$subject of function preg_match_all expects string, string\\|null given\\.$#"
2313			count: 1
2314			path: app/Services/GedcomImportService.php
2315
2316		-
2317			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
2318			count: 9
2319			path: app/Services/GedcomImportService.php
2320
2321		-
2322			message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, string\\|null given\\.$#"
2323			count: 2
2324			path: app/Services/GedcomImportService.php
2325
2326		-
2327			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Module\\\\ModuleBlockInterface\\|null but returns mixed\\.$#"
2328			count: 1
2329			path: app/Services/HomePageService.php
2330
2331		-
2332			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\HomePageService\\:\\:availableTreeBlocks\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<string, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleBlockInterface\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<string, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleInterface\\>\\.$#"
2333			count: 1
2334			path: app/Services/HomePageService.php
2335
2336		-
2337			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\HomePageService\\:\\:availableUserBlocks\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<string, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleBlockInterface\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<string, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleInterface\\>\\.$#"
2338			count: 1
2339			path: app/Services/HomePageService.php
2340
2341		-
2342			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\HomePageService\\:\\:filterActiveBlocks\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<int, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleBlockInterface\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<int, string\\>\\.$#"
2343			count: 1
2344			path: app/Services/HomePageService.php
2345
2346		-
2347			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\\.$#"
2348			count: 2
2349			path: app/Services/HomePageService.php
2350
2351		-
2352			message: "#^Parameter \\#1 \\$column of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:pluck\\(\\) expects string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#"
2353			count: 1
2354			path: app/Services/MediaFileService.php
2355
2356		-
2357			message: "#^Parameter \\#1 \\$column of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:where\\(\\) expects array\\|Closure\\|string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#"
2358			count: 2
2359			path: app/Services/MediaFileService.php
2360
2361		-
2362			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\ModuleService\\:\\:findByName\\(\\) should return Fisharebest\\\\Webtrees\\\\Module\\\\ModuleInterface\\|null but returns mixed\\.$#"
2363			count: 1
2364			path: app/Services/ModuleService.php
2365
2366		-
2367			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\ModuleService\\:\\:setupLanguages\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<string, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleLanguageInterface\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<string, Fisharebest\\\\Webtrees\\\\Module\\\\ModuleInterface\\>\\.$#"
2368			count: 1
2369			path: app/Services/ModuleService.php
2370
2371		-
2372			message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual\\:\\:childFamilies\\(\\)\\.$#"
2373			count: 1
2374			path: app/Services/RelationshipService.php
2375
2376		-
2377			message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual\\:\\:sex\\(\\)\\.$#"
2378			count: 1
2379			path: app/Services/RelationshipService.php
2380
2381		-
2382			message: "#^Call to an undefined method Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual\\:\\:spouseFamilies\\(\\)\\.$#"
2383			count: 1
2384			path: app/Services/RelationshipService.php
2385
2386		-
2387			message: "#^Cannot call method findByInterface\\(\\) on mixed\\.$#"
2388			count: 1
2389			path: app/Services/RelationshipService.php
2390
2391		-
2392			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\RelationshipService\\:\\:matchRelationships\\(\\) should return array\\<Fisharebest\\\\Webtrees\\\\Relationship\\> but returns array\\<array\\<string\\>\\|Fisharebest\\\\Webtrees\\\\Relationship\\>\\.$#"
2393			count: 1
2394			path: app/Services/RelationshipService.php
2395
2396		-
2397			message: "#^Parameter \\#1 \\$individual of method Fisharebest\\\\Webtrees\\\\Services\\\\RelationshipService\\:\\:reflexivePronoun\\(\\) expects Fisharebest\\\\Webtrees\\\\Individual, Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual given\\.$#"
2398			count: 1
2399			path: app/Services/RelationshipService.php
2400
2401		-
2402			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\\.$#"
2403			count: 1
2404			path: app/Services/RelationshipService.php
2405
2406		-
2407			message: "#^Parameter \\#2 \\$person1 of method Fisharebest\\\\Webtrees\\\\Services\\\\RelationshipService\\:\\:legacyNameAlgorithm\\(\\) expects Fisharebest\\\\Webtrees\\\\Individual\\|null, Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual given\\.$#"
2408			count: 1
2409			path: app/Services/RelationshipService.php
2410
2411		-
2412			message: "#^Parameter \\#3 \\$person2 of method Fisharebest\\\\Webtrees\\\\Services\\\\RelationshipService\\:\\:legacyNameAlgorithm\\(\\) expects Fisharebest\\\\Webtrees\\\\Individual\\|null, Fisharebest\\\\Webtrees\\\\Family\\|Fisharebest\\\\Webtrees\\\\Individual given\\.$#"
2413			count: 1
2414			path: app/Services/RelationshipService.php
2415
2416		-
2417			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchFamilyNames\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<int, Fisharebest\\\\Webtrees\\\\Family\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<int, mixed\\>\\.$#"
2418			count: 1
2419			path: app/Services/SearchService.php
2420
2421		-
2422			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchIndividualNames\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<int, Fisharebest\\\\Webtrees\\\\Individual\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<int, mixed\\>\\.$#"
2423			count: 1
2424			path: app/Services/SearchService.php
2425
2426		-
2427			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchLocations\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<int, Fisharebest\\\\Webtrees\\\\Location\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<int, mixed\\>\\.$#"
2428			count: 1
2429			path: app/Services/SearchService.php
2430
2431		-
2432			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchMedia\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<int, Fisharebest\\\\Webtrees\\\\Media\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<int, mixed\\>\\.$#"
2433			count: 1
2434			path: app/Services/SearchService.php
2435
2436		-
2437			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchNotes\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<int, Fisharebest\\\\Webtrees\\\\Note\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<int, mixed\\>\\.$#"
2438			count: 1
2439			path: app/Services/SearchService.php
2440
2441		-
2442			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchPlaces\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<int, Fisharebest\\\\Webtrees\\\\Place\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<int, mixed\\>\\.$#"
2443			count: 1
2444			path: app/Services/SearchService.php
2445
2446		-
2447			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchRepositories\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<int, Fisharebest\\\\Webtrees\\\\Repository\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<int, mixed\\>\\.$#"
2448			count: 1
2449			path: app/Services/SearchService.php
2450
2451		-
2452			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchSources\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<int, Fisharebest\\\\Webtrees\\\\Source\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<int, mixed\\>\\.$#"
2453			count: 1
2454			path: app/Services/SearchService.php
2455
2456		-
2457			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchSourcesByName\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<int, Fisharebest\\\\Webtrees\\\\Source\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<int, mixed\\>\\.$#"
2458			count: 1
2459			path: app/Services/SearchService.php
2460
2461		-
2462			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchSubmissions\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<int, Fisharebest\\\\Webtrees\\\\Submission\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<int, mixed\\>\\.$#"
2463			count: 1
2464			path: app/Services/SearchService.php
2465
2466		-
2467			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\SearchService\\:\\:searchSubmitters\\(\\) should return Illuminate\\\\Support\\\\Collection&iterable\\<int, Fisharebest\\\\Webtrees\\\\Submitter\\> but returns Illuminate\\\\Support\\\\Collection&iterable\\<int, mixed\\>\\.$#"
2468			count: 1
2469			path: app/Services/SearchService.php
2470
2471		-
2472			message: "#^Parameter \\#1 \\$column of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:orWhere\\(\\) expects array\\|Closure\\|string, Illuminate\\\\Database\\\\Query\\\\Expression\\|string given\\.$#"
2473			count: 1
2474			path: app/Services/SearchService.php
2475
2476		-
2477			message: "#^Parameter \\#1 \\$column of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:where\\(\\) expects array\\|Closure\\|string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#"
2478			count: 2
2479			path: app/Services/SearchService.php
2480
2481		-
2482			message: "#^Parameter \\#1 \\$haystack of function mb_stripos expects string, string\\|null given\\.$#"
2483			count: 1
2484			path: app/Services/SearchService.php
2485
2486		-
2487			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
2488			count: 1
2489			path: app/Services/SearchService.php
2490
2491		-
2492			message: "#^Parameter \\#1 \\$value of function e expects Illuminate\\\\Contracts\\\\Support\\\\DeferringDisplayableValue\\|Illuminate\\\\Contracts\\\\Support\\\\Htmlable\\|string\\|null, string\\|false given\\.$#"
2493			count: 1
2494			path: app/Services/ServerCheckService.php
2495
2496		-
2497			message: "#^Parameter \\#2 \\$str of function explode expects string, string\\|false given\\.$#"
2498			count: 1
2499			path: app/Services/ServerCheckService.php
2500
2501		-
2502			message: "#^Parameter \\#1 \\$fp of function fclose expects resource, resource\\|null given\\.$#"
2503			count: 1
2504			path: app/Services/TreeService.php
2505
2506		-
2507			message: "#^Parameter \\#1 \\$fp of function feof expects resource, resource\\|null given\\.$#"
2508			count: 1
2509			path: app/Services/TreeService.php
2510
2511		-
2512			message: "#^Parameter \\#1 \\$fp of function fread expects resource, resource\\|null given\\.$#"
2513			count: 1
2514			path: app/Services/TreeService.php
2515
2516		-
2517			message: "#^Parameter \\#1 \\$stream of function stream_filter_append expects resource, resource\\|null given\\.$#"
2518			count: 1
2519			path: app/Services/TreeService.php
2520
2521		-
2522			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\UpgradeService\\:\\:downloadFile\\(\\) should return int but returns int\\|false\\.$#"
2523			count: 1
2524			path: app/Services/UpgradeService.php
2525
2526		-
2527			message: "#^Parameter \\#1 \\$fp of function fclose expects resource, resource\\|false given\\.$#"
2528			count: 1
2529			path: app/Services/UpgradeService.php
2530
2531		-
2532			message: "#^Parameter \\#1 \\$fp of function ftell expects resource, resource\\|false given\\.$#"
2533			count: 1
2534			path: app/Services/UpgradeService.php
2535
2536		-
2537			message: "#^Parameter \\#1 \\$fp of function fwrite expects resource, resource\\|false given\\.$#"
2538			count: 1
2539			path: app/Services/UpgradeService.php
2540
2541		-
2542			message: "#^Parameter \\#1 \\$fp of function rewind expects resource, resource\\|false given\\.$#"
2543			count: 1
2544			path: app/Services/UpgradeService.php
2545
2546		-
2547			message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\User\\|null but returns mixed\\.$#"
2548			count: 1
2549			path: app/Services/UserService.php
2550
2551		-
2552			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:findByEmail\\(\\) should return Fisharebest\\\\Webtrees\\\\User\\|null but returns mixed\\.$#"
2553			count: 1
2554			path: app/Services/UserService.php
2555
2556		-
2557			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:findByIdentifier\\(\\) should return Fisharebest\\\\Webtrees\\\\User\\|null but returns mixed\\.$#"
2558			count: 1
2559			path: app/Services/UserService.php
2560
2561		-
2562			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:findByToken\\(\\) should return Fisharebest\\\\Webtrees\\\\User\\|null but returns mixed\\.$#"
2563			count: 1
2564			path: app/Services/UserService.php
2565
2566		-
2567			message: "#^Method Fisharebest\\\\Webtrees\\\\Services\\\\UserService\\:\\:findByUserName\\(\\) should return Fisharebest\\\\Webtrees\\\\User\\|null but returns mixed\\.$#"
2568			count: 1
2569			path: app/Services/UserService.php
2570
2571		-
2572			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\:\\:statsAgeQuery\\(\\) should return array\\<array\\<stdClass\\>\\> but returns array\\<stdClass\\>\\.$#"
2573			count: 1
2574			path: app/Statistics.php
2575
2576		-
2577			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\:\\:statsPlaces\\(\\) should return array\\<object\\> but returns array\\<int\\|object\\>\\.$#"
2578			count: 1
2579			path: app/Statistics.php
2580
2581		-
2582			message: "#^Parameter \\#1 \\.\\.\\.\\$params of method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:totalGivennames\\(\\) expects string, array\\<string\\> given\\.$#"
2583			count: 1
2584			path: app/Statistics.php
2585
2586		-
2587			message: "#^Parameter \\#1 \\.\\.\\.\\$params of method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:totalSurnames\\(\\) expects string, array\\<string\\> given\\.$#"
2588			count: 1
2589			path: app/Statistics.php
2590
2591		-
2592			message: "#^Parameter \\#1 \\$century of method Fisharebest\\\\Webtrees\\\\Statistics\\\\Service\\\\CenturyService\\:\\:centuryName\\(\\) expects int, int\\|string given\\.$#"
2593			count: 1
2594			path: app/Statistics/Google/ChartAge.php
2595
2596		-
2597			message: "#^Cannot access property \\$country on int\\|object\\.$#"
2598			count: 4
2599			path: app/Statistics/Google/ChartDistribution.php
2600
2601		-
2602			message: "#^Cannot access property \\$tot on int\\|object\\.$#"
2603			count: 4
2604			path: app/Statistics/Google/ChartDistribution.php
2605
2606		-
2607			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartDistribution\\:\\:createChartData\\(\\) should return array\\<array\\<string\\>\\> but returns array\\<int, array\\<int, array\\<string, int\\|string\\>\\|int\\|string\\>\\>\\.$#"
2608			count: 1
2609			path: app/Statistics/Google/ChartDistribution.php
2610
2611		-
2612			message: "#^Parameter \\#1 \\$column of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:where\\(\\) expects array\\|Closure\\|string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#"
2613			count: 1
2614			path: app/Statistics/Google/ChartDistribution.php
2615
2616		-
2617			message: "#^Parameter \\#1 \\$twoLetterCode of method Fisharebest\\\\Webtrees\\\\Statistics\\\\Service\\\\CountryService\\:\\:mapTwoLetterToName\\(\\) expects string, int\\|string given\\.$#"
2618			count: 1
2619			path: app/Statistics/Google/ChartDistribution.php
2620
2621		-
2622			message: "#^Parameter \\#1 \\$century of method Fisharebest\\\\Webtrees\\\\Statistics\\\\Service\\\\CenturyService\\:\\:centuryName\\(\\) expects int, int\\|string given\\.$#"
2623			count: 1
2624			path: app/Statistics/Google/ChartMarriageAge.php
2625
2626		-
2627			message: "#^Cannot access property \\$age on mixed\\.$#"
2628			count: 4
2629			path: app/Statistics/Repository/FamilyRepository.php
2630
2631		-
2632			message: "#^Cannot access property \\$famid on mixed\\.$#"
2633			count: 1
2634			path: app/Statistics/Repository/FamilyRepository.php
2635
2636		-
2637			message: "#^Cannot access property \\$i_id on mixed\\.$#"
2638			count: 1
2639			path: app/Statistics/Repository/FamilyRepository.php
2640
2641		-
2642			message: "#^Cannot access property \\$id on mixed\\.$#"
2643			count: 1
2644			path: app/Statistics/Repository/FamilyRepository.php
2645
2646		-
2647			message: "#^Cannot call method canShow\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#"
2648			count: 1
2649			path: app/Statistics/Repository/FamilyRepository.php
2650
2651		-
2652			message: "#^Cannot call method formatList\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#"
2653			count: 1
2654			path: app/Statistics/Repository/FamilyRepository.php
2655
2656		-
2657			message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#"
2658			count: 2
2659			path: app/Statistics/Repository/FamilyRepository.php
2660
2661		-
2662			message: "#^Cannot call method fullName\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
2663			count: 2
2664			path: app/Statistics/Repository/FamilyRepository.php
2665
2666		-
2667			message: "#^Cannot call method getBirthDate\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
2668			count: 2
2669			path: app/Statistics/Repository/FamilyRepository.php
2670
2671		-
2672			message: "#^Cannot call method husband\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#"
2673			count: 1
2674			path: app/Statistics/Repository/FamilyRepository.php
2675
2676		-
2677			message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#"
2678			count: 3
2679			path: app/Statistics/Repository/FamilyRepository.php
2680
2681		-
2682			message: "#^Cannot call method url\\(\\) on Fisharebest\\\\Webtrees\\\\Individual\\|null\\.$#"
2683			count: 1
2684			path: app/Statistics/Repository/FamilyRepository.php
2685
2686		-
2687			message: "#^Cannot call method wife\\(\\) on Fisharebest\\\\Webtrees\\\\Family\\|null\\.$#"
2688			count: 1
2689			path: app/Statistics/Repository/FamilyRepository.php
2690
2691		-
2692			message: "#^Cannot cast mixed to float\\.$#"
2693			count: 1
2694			path: app/Statistics/Repository/FamilyRepository.php
2695
2696		-
2697			message: "#^Cannot cast mixed to int\\.$#"
2698			count: 1
2699			path: app/Statistics/Repository/FamilyRepository.php
2700
2701		-
2702			message: "#^Cannot cast mixed to int\\.$#"
2703			count: 1
2704			path: app/Statistics/Repository/HitCountRepository.php
2705
2706		-
2707			message: "#^Cannot cast mixed to int\\.$#"
2708			count: 1
2709			path: app/Statistics/Repository/IndividualRepository.php
2710
2711		-
2712			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGiven\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
2713			count: 1
2714			path: app/Statistics/Repository/IndividualRepository.php
2715
2716		-
2717			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenFemale\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
2718			count: 1
2719			path: app/Statistics/Repository/IndividualRepository.php
2720
2721		-
2722			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenFemaleList\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
2723			count: 1
2724			path: app/Statistics/Repository/IndividualRepository.php
2725
2726		-
2727			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenFemaleListTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
2728			count: 1
2729			path: app/Statistics/Repository/IndividualRepository.php
2730
2731		-
2732			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenFemaleTable\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
2733			count: 1
2734			path: app/Statistics/Repository/IndividualRepository.php
2735
2736		-
2737			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenFemaleTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
2738			count: 1
2739			path: app/Statistics/Repository/IndividualRepository.php
2740
2741		-
2742			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenList\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
2743			count: 1
2744			path: app/Statistics/Repository/IndividualRepository.php
2745
2746		-
2747			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenListTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
2748			count: 1
2749			path: app/Statistics/Repository/IndividualRepository.php
2750
2751		-
2752			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenMale\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
2753			count: 1
2754			path: app/Statistics/Repository/IndividualRepository.php
2755
2756		-
2757			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenMaleList\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
2758			count: 1
2759			path: app/Statistics/Repository/IndividualRepository.php
2760
2761		-
2762			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenMaleListTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
2763			count: 1
2764			path: app/Statistics/Repository/IndividualRepository.php
2765
2766		-
2767			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenMaleTable\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
2768			count: 1
2769			path: app/Statistics/Repository/IndividualRepository.php
2770
2771		-
2772			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenMaleTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
2773			count: 1
2774			path: app/Statistics/Repository/IndividualRepository.php
2775
2776		-
2777			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenTable\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
2778			count: 1
2779			path: app/Statistics/Repository/IndividualRepository.php
2780
2781		-
2782			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
2783			count: 1
2784			path: app/Statistics/Repository/IndividualRepository.php
2785
2786		-
2787			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenUnknown\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
2788			count: 1
2789			path: app/Statistics/Repository/IndividualRepository.php
2790
2791		-
2792			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenUnknownList\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
2793			count: 1
2794			path: app/Statistics/Repository/IndividualRepository.php
2795
2796		-
2797			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenUnknownListTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
2798			count: 1
2799			path: app/Statistics/Repository/IndividualRepository.php
2800
2801		-
2802			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenUnknownTable\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
2803			count: 1
2804			path: app/Statistics/Repository/IndividualRepository.php
2805
2806		-
2807			message: "#^Method Fisharebest\\\\Webtrees\\\\Statistics\\\\Repository\\\\IndividualRepository\\:\\:commonGivenUnknownTotals\\(\\) should return string but returns array\\<int\\>\\|string\\.$#"
2808			count: 1
2809			path: app/Statistics/Repository/IndividualRepository.php
2810
2811		-
2812			message: "#^Parameter \\#1 \\$column of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:having\\(\\) expects string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#"
2813			count: 1
2814			path: app/Statistics/Repository/IndividualRepository.php
2815
2816		-
2817			message: "#^Parameter \\#1 \\$column of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:where\\(\\) expects array\\|Closure\\|string, Illuminate\\\\Database\\\\Query\\\\Expression given\\.$#"
2818			count: 1
2819			path: app/Statistics/Repository/IndividualRepository.php
2820
2821		-
2822			message: "#^Parameter \\#2 \\$callback of function array_walk expects callable\\(int, string, mixed\\)\\: mixed, Closure\\(string, string\\)\\: void given\\.$#"
2823			count: 1
2824			path: app/Statistics/Repository/IndividualRepository.php
2825
2826		-
2827			message: "#^Parameter \\#2 \\$given of method Fisharebest\\\\Webtrees\\\\Statistics\\\\Google\\\\ChartCommonGiven\\:\\:chartCommonGiven\\(\\) expects array\\<int\\>, array\\<int\\>\\|string given\\.$#"
2828			count: 1
2829			path: app/Statistics/Repository/IndividualRepository.php
2830
2831		-
2832			message: "#^Parameter \\#3 \\$value of method Illuminate\\\\Database\\\\Query\\\\Builder\\:\\:having\\(\\) expects string\\|null, int given\\.$#"
2833			count: 1
2834			path: app/Statistics/Repository/IndividualRepository.php
2835
2836		-
2837			message: "#^Cannot cast mixed to int\\.$#"
2838			count: 1
2839			path: app/Statistics/Repository/LatestUserRepository.php
2840
2841		-
2842			message: "#^Cannot access property \\$country on int\\|object\\.$#"
2843			count: 1
2844			path: app/Statistics/Repository/PlaceRepository.php
2845
2846		-
2847			message: "#^Cannot access property \\$tot on int\\|object\\.$#"
2848			count: 2
2849			path: app/Statistics/Repository/PlaceRepository.php
2850
2851		-
2852			message: "#^Method Fisharebest\\\\Webtrees\\\\SurnameTradition\\\\PatrilinealSurnameTradition\\:\\:inflect\\(\\) should return string but returns string\\|null\\.$#"
2853			count: 1
2854			path: app/SurnameTradition/PatrilinealSurnameTradition.php
2855
2856		-
2857			message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
2858			count: 1
2859			path: app/SurnameTradition/PatrilinealSurnameTradition.php
2860
2861		-
2862			message: "#^Method Fisharebest\\\\Webtrees\\\\Tree\\:\\:significantIndividual\\(\\) should return Fisharebest\\\\Webtrees\\\\Individual but returns mixed\\.$#"
2863			count: 1
2864			path: app/Tree.php
2865
2866		-
2867			message: "#^Ternary operator condition is always true\\.$#"
2868			count: 1
2869			path: app/Webtrees.php
2870
2871