mirror of
https://github.com/Intervention/image.git
synced 2025-09-02 02:12:37 +02:00
Fix param name in doc block
This commit is contained in:
@@ -33,7 +33,7 @@ abstract class AbstractDecoder extends GenericAbstractDecoder
|
|||||||
/**
|
/**
|
||||||
* Return media (mime) type of the given image data
|
* Return media (mime) type of the given image data
|
||||||
*
|
*
|
||||||
* @param string $filepath
|
* @param string $data
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
protected function getMediaTypeByBinary(string $data): string
|
protected function getMediaTypeByBinary(string $data): string
|
||||||
|
Reference in New Issue
Block a user