| Author | Dave Jarvis <email> |
|---|---|
| Date | 2026-02-08 19:11:00 GMT-0800 |
| Commit | 370c327b739044347d43dd58782a6496f0e15bf8 |
| Parent | af2e15a |
| $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 |
|---|