Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DDiffer.php227 $lcs = $this->selectLcsImplementation($from, $to);
309 private function selectLcsImplementation(array $from, array $to) function in SebastianBergmann\\Diff\\Differ