Searched refs:updateGedcom (Results 1 – 8 of 8) sorted by relevance
/webtrees/app/Module/ |
H A D | FixNameSlashesAndSpaces.php | 109 $new = $this->updateGedcom($record); 124 $record->updateRecord($this->updateGedcom($record), false); 132 private function updateGedcom(GedcomRecord $record): string function in Fisharebest\\Webtrees\\Module\\FixNameSlashesAndSpaces
|
H A D | FixMissingDeaths.php | 111 $new = $this->updateGedcom($record); 126 $record->updateRecord($this->updateGedcom($record), false); 134 private function updateGedcom(GedcomRecord $record): string function in Fisharebest\\Webtrees\\Module\\FixMissingDeaths
|
H A D | FixPlaceNames.php | 152 $new = $this->updateGedcom($record, $params); 167 $record->updateRecord($this->updateGedcom($record, $params), false); 176 private function updateGedcom(GedcomRecord $record, array $params): string function in Fisharebest\\Webtrees\\Module\\FixPlaceNames
|
H A D | FixDuplicateLinks.php | 206 $new = $this->updateGedcom($record); 221 $record->updateRecord($this->updateGedcom($record), false); 229 private function updateGedcom(GedcomRecord $record): string function in Fisharebest\\Webtrees\\Module\\FixDuplicateLinks
|
H A D | FixCemeteryTag.php | 139 $new[] = $this->updateGedcom($fact, $params); 159 $record->updateFact($fact->id(), $this->updateGedcom($fact, $params), false); 169 private function updateGedcom(Fact $fact, array $params): string function in Fisharebest\\Webtrees\\Module\\FixCemeteryTag
|
H A D | FixNameTags.php | 139 $new = $this->updateGedcom($name); 163 $new = $this->updateGedcom($name); 176 private function updateGedcom(Fact $fact): string function in Fisharebest\\Webtrees\\Module\\FixNameTags
|
H A D | FixSearchAndReplace.php | 329 $new = $this->updateGedcom($record, $params); 344 $record->updateRecord($this->updateGedcom($record, $params), false); 353 private function updateGedcom(GedcomRecord $record, array $params): string function in Fisharebest\\Webtrees\\Module\\FixSearchAndReplace
|
/webtrees/ |
H A D | phpstan-baseline.neon | 3910 …message: '#^Method Fisharebest\\Webtrees\\Module\\FixDuplicateLinks\:\:updateGedcom\(\) should ret… 3970 …message: '#^Method Fisharebest\\Webtrees\\Module\\FixNameSlashesAndSpaces\:\:updateGedcom\(\) shou… 4030 …message: '#^Method Fisharebest\\Webtrees\\Module\\FixPlaceNames\:\:updateGedcom\(\) should return … 4126 …message: '#^Method Fisharebest\\Webtrees\\Module\\FixSearchAndReplace\:\:updateGedcom\(\) should r…
|