Skip to content

Commit a416aa0

Browse files
committed
Bugfix
1 parent e184963 commit a416aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SoftCreatR/MimeDetector/MimeDetector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ public function getFileType(): array
773773

774774
if ($this->checkForBytes([0x1F, 0xA0]) || $this->checkForBytes([0x1F, 0x9D])) {
775775
return [
776-
'ext' => 'Z',
776+
'ext' => 'z',
777777
'mime' => 'application/x-compress'
778778
];
779779
}

0 commit comments

Comments
 (0)