@@ -79,7 +79,7 @@ |
||
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 | } |