@@ -40,7 +40,7 @@ |
||
40 | 40 | { |
41 | 41 | $files = []; |
42 | 42 | foreach (Git\Range\Detector::getRanges($this->io, $this->repository) as $range) { |
43 | - $filesInDiff = isset($options['of-type']) |
|
43 | + $filesInDiff = isset($options['of-type']) |
|
44 | 44 | ? $this->repository->getDiffOperator()->getChangedFilesOfType( |
45 | 45 | $range->from()->id(), |
46 | 46 | $range->to()->id(), |