From 62a869ca48c9b49acbaca5615551483a89242040 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Wed, 15 May 2024 17:07:45 +0200 Subject: [PATCH] Add @throws tag --- src/Interfaces/ImageManagerInterface.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Interfaces/ImageManagerInterface.php b/src/Interfaces/ImageManagerInterface.php index 33278194..e79d0235 100644 --- a/src/Interfaces/ImageManagerInterface.php +++ b/src/Interfaces/ImageManagerInterface.php @@ -55,6 +55,7 @@ interface ImageManagerInterface * * @link https://image.intervention.io/v3/basics/instantiation#creating-animations * @param callable $init + * @throws RuntimeException * @return ImageInterface */ public function animate(callable $init): ImageInterface;