Home
last modified time | relevance | path

Searched refs:updateGedcom (Results 1 – 8 of 8) sorted by relevance

/webtrees/app/Module/
H A DFixNameSlashesAndSpaces.php109 $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 DFixMissingDeaths.php111 $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 DFixPlaceNames.php152 $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 DFixDuplicateLinks.php206 $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 DFixCemeteryTag.php139 $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 DFixNameTags.php139 $new = $this->updateGedcom($name);
163 $new = $this->updateGedcom($name);
176 private function updateGedcom(Fact $fact): string function in Fisharebest\\Webtrees\\Module\\FixNameTags
H A DFixSearchAndReplace.php329 $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 Dphpstan-baseline.neon3910 …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…