From ec906681d634959cf97ad9745bf2cff9cf15bbb6 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Sat, 27 Jan 2024 18:07:18 +0100 Subject: [PATCH] Fix param name in doc block --- src/Drivers/Gd/Decoders/AbstractDecoder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Drivers/Gd/Decoders/AbstractDecoder.php b/src/Drivers/Gd/Decoders/AbstractDecoder.php index 287faa6f..d75996b2 100644 --- a/src/Drivers/Gd/Decoders/AbstractDecoder.php +++ b/src/Drivers/Gd/Decoders/AbstractDecoder.php @@ -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