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;