From e0e11d0670dfbf9787d0a87b2ddd07624ef572ee Mon Sep 17 00:00:00 2001 From: Tsuguya Toma Date: Tue, 28 May 2024 16:16:14 +0900 Subject: [PATCH] Update doctype ImageManagerInterface --- src/Interfaces/ImageManagerInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Interfaces/ImageManagerInterface.php b/src/Interfaces/ImageManagerInterface.php index e79d0235..4fe99177 100644 --- a/src/Interfaces/ImageManagerInterface.php +++ b/src/Interfaces/ImageManagerInterface.php @@ -44,7 +44,7 @@ interface ImageManagerInterface * * @link https://image.intervention.io/v3/basics/instantiation#reading-images * @param mixed $input - * @param string|array|DecoderInterface $decoders + * @param string|array|DecoderInterface $decoders * @throws RuntimeException * @return ImageInterface */