1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-19 04:01:30 +02:00

Add @throws tag

This commit is contained in:
Oliver Vogel
2024-05-15 17:07:45 +02:00
parent 00b7f8a412
commit 62a869ca48

View File

@@ -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;