Skip to content

Commit ce0bee6

Browse files
author
Dogan Ucar
committed
Base64 class fix
1 parent 18d193d commit ce0bee6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Crypto/Base64.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ public static function isBase64($data):bool {
9696
* @return array|null
9797
*/
9898
public function getMimeType():?array {
99-
if (!Base64::isBase64($this->getData())) return null;
10099

101100
$decoded = $this->decode();
102101
$handle = finfo_open();

0 commit comments

Comments
 (0)