Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DDiffer.php216 $toMatches = $this->getNewLineMatches($to);
219 $toMatches = array();
233 if ($this->detectUnmatchedLineEndings($fromMatches, $toMatches)) {
343 * @param array $toMatches
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];