1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-31 01:29:51 +02:00

Fix param name in doc block

This commit is contained in:
Oliver Vogel
2024-01-27 18:07:18 +01:00
parent 342babc7c2
commit ec906681d6

View File

@@ -33,7 +33,7 @@ abstract class AbstractDecoder extends GenericAbstractDecoder
/**
* Return media (mime) type of the given image data
*
* @param string $filepath
* @param string $data
* @return string
*/
protected function getMediaTypeByBinary(string $data): string