mirror of
https://github.com/Intervention/image.git
synced 2025-08-20 04:31:24 +02:00
Add @throws tag
This commit is contained in:
@@ -55,6 +55,7 @@ interface ImageManagerInterface
|
|||||||
*
|
*
|
||||||
* @link https://image.intervention.io/v3/basics/instantiation#creating-animations
|
* @link https://image.intervention.io/v3/basics/instantiation#creating-animations
|
||||||
* @param callable $init
|
* @param callable $init
|
||||||
|
* @throws RuntimeException
|
||||||
* @return ImageInterface
|
* @return ImageInterface
|
||||||
*/
|
*/
|
||||||
public function animate(callable $init): ImageInterface;
|
public function animate(callable $init): ImageInterface;
|
||||||
|
Reference in New Issue
Block a user