Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DDiffer.php207 $fromMatches = $this->getNewLineMatches($from);
216 $toMatches = $this->getNewLineMatches($to);
284 private function getNewLineMatches($string) function in SebastianBergmann\\Diff\\Differ