| Author | Dave Jarvis <email> |
|---|---|
| Date | 2026-02-08 19:10:24 GMT-0800 |
| Commit | af2e15ade722fb7fe93dafa90d42c70490120c81 |
| Parent | b7482d4 |
| $sniffed = self::sniff( $data ); | ||
| - return ($sniffed === 'application/octet-stream' && !empty( $filePath ) | ||
| + return ($sniffed === 'application/octet-stream' && !empty( $filePath )) | ||
| ? self::getMediaTypeByExtension( $filePath ) | ||
| : $sniffed; |
| Delta | 1 line added, 1 line removed |
|---|