Home
last modified time | relevance | path

Searched refs:recordsToFix (Results 1 – 6 of 6) sorted by relevance

/webtrees/tests/app/Module/
H A DFixDuplicateLinksTest.php91 $records = $this->fixDuplicateLinks->recordsToFix($this->tree, []);
95 … $records = $this->fixDuplicateLinks->recordsToFix($this->tree, ['start' => 'X1', 'end' => 'X9']);
98 … $records = $this->fixDuplicateLinks->recordsToFix($this->tree, ['start' => 'X2', 'end' => 'X9']);
/webtrees/app/Module/
H A DModuleDataFixInterface.php48 public function recordsToFix(Tree $tree, array $params): Collection; function
H A DModuleDataFixTrait.php62 public function recordsToFix(Tree $tree, array $params): Collection function
/webtrees/app/Http/RequestHandlers/
H A DDataFixData.php77 $records = $module->recordsToFix($tree, $params);
H A DDataFixUpdateAll.php77 $rows = $module->recordsToFix($tree, $params);
/webtrees/
H A Dphpstan-baseline.neon1504 …ms of method Fisharebest\\Webtrees\\Module\\ModuleDataFixInterface\:\:recordsToFix\(\) expects arr…
1594 …ms of method Fisharebest\\Webtrees\\Module\\ModuleDataFixInterface\:\:recordsToFix\(\) expects arr…