Passed
Push — master ( 30283f...45f254 )
by Daniel
01:31
created
source/InputOutputFiles.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
             'Name'                   => $info->getRealPath(),
80 80
             'Type'                   => $info->getType(),
81 81
         ];
82
-        $aDetails          = array_merge($aFileBasicDetails, $this->getFileDetailsRawStatistic($info, $fileGiven));
82
+        $aDetails = array_merge($aFileBasicDetails, $this->getFileDetailsRawStatistic($info, $fileGiven));
83 83
         ksort($aDetails);
84 84
         return $aDetails;
85 85
     }
Please login to merge, or discard this patch.