Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DDiffer.php207 $fromMatches = $this->getNewLineMatches($from);
210 $fromMatches = array();
233 if ($this->detectUnmatchedLineEndings($fromMatches, $toMatches)) {
342 * @param array $fromMatches
347 private function detectUnmatchedLineEndings(array $fromMatches, array $toMatches) argument
349 return isset($fromMatches[0], $toMatches[0]) &&
350 \count($fromMatches[0]) === \count($toMatches[0]) &&
351 $fromMatches[0] !== $toMatches[0];