@@ -58,7 +58,7 @@ discard block |
||
58 | 58 | 'Name' => $info->getRealPath(), |
59 | 59 | 'Type' => $info->getType(), |
60 | 60 | ]; |
61 | - $aDetails = array_merge($aFileBasicDetails, $this->getFileDetailsRawStatistic($info, $fileGiven)); |
|
61 | + $aDetails = array_merge($aFileBasicDetails, $this->getFileDetailsRawStatistic($info, $fileGiven)); |
|
62 | 62 | ksort($aDetails); |
63 | 63 | return $aDetails; |
64 | 64 | } |
@@ -214,7 +214,7 @@ discard block |
||
214 | 214 | */ |
215 | 215 | protected function setJsonErrorInPlainEnglish() |
216 | 216 | { |
217 | - $knownErrors = [ |
|
217 | + $knownErrors = [ |
|
218 | 218 | JSON_ERROR_NONE => null, |
219 | 219 | JSON_ERROR_DEPTH => 'Maximum stack depth exceeded', |
220 | 220 | JSON_ERROR_STATE_MISMATCH => 'Underflow or the modes mismatch', |