Skip to content

Commit 9c24317

Browse files
committed
Update MimeDetector.php
1 parent e07a0fc commit 9c24317

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/SoftCreatR/MimeDetector/MimeDetector.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,9 @@ public function getFileType(): array
833833
}
834834

835835
/**
836-
* Microsoft Office Excel, according to this document @link https://www.garykessler.net/library/file_sigs.html
836+
* Microsoft Office Excel, according to this document
837+
*
838+
* @link https://www.garykessler.net/library/file_sigs.html
837839
*/
838840
if (
839841
$this->checkForBytes([0x09, 0x08, 0x10, 0x00, 0x00, 0x06, 0x05, 0x00], 2048)

0 commit comments

Comments
 (0)