Test Failed
Pull Request — main (#234)
by
unknown
15:03
created
src/Runner/Action/Cli/Command/Placeholder/ChangedFiles.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
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(),
Please login to merge, or discard this patch.