blob: df9bc0e8908c2c9ea4a6cd2adcf5a63be2591762 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
parameters:
ignoreErrors:
-
message: '#^Call to an undefined method Fisharebest\\Webtrees\\GedcomRecord\:\:getBirthDate\(\)\.$#'
identifier: method.notFound
count: 1
path: resources/views/edit/reorder-children.phtml
-
message: '#^Call to an undefined method Fisharebest\\Webtrees\\GedcomRecord\:\:getMarriageDate\(\)\.$#'
identifier: method.notFound
count: 2
path: resources/views/edit/reorder-families.phtml
-
message: '#^Call to an undefined method Fisharebest\\Webtrees\\GedcomRecord\:\:displayImage\(\)\.$#'
identifier: method.notFound
count: 1
path: resources/views/edit/reorder-media.phtml
-
message: '#^Call to an undefined method Fisharebest\\Webtrees\\GedcomRecord\:\:displayImage\(\)\.$#'
identifier: method.notFound
count: 1
path: resources/views/modules/pedigree-map/events.phtml
|