Home
last modified time | relevance | path

Searched refs:detectUnmatchedLineEndings (Results 1 – 1 of 1) sorted by last modified time

/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DDiffer.php233 if ($this->detectUnmatchedLineEndings($fromMatches, $toMatches)) {
347 private function detectUnmatchedLineEndings(array $fromMatches, array $toMatches) function in SebastianBergmann\\Diff\\Differ