mirror of
https://github.com/Intervention/image.git
synced 2025-08-31 01:29:51 +02:00
Fix build
This commit is contained in:
committed by
Oliver Vogel
parent
895236c471
commit
267d588eb1
@@ -35,6 +35,7 @@ interface DriverInterface
|
|||||||
* Resolve array of classnames or objects into their specialized version for the current driver
|
* Resolve array of classnames or objects into their specialized version for the current driver
|
||||||
*
|
*
|
||||||
* @param array<string|object> $objects
|
* @param array<string|object> $objects
|
||||||
|
* @throws NotSupportedException
|
||||||
* @return array<object>
|
* @return array<object>
|
||||||
*/
|
*/
|
||||||
public function specializeMultiple(array $objects): array;
|
public function specializeMultiple(array $objects): array;
|
||||||
@@ -53,6 +54,7 @@ interface DriverInterface
|
|||||||
* Create new animated image
|
* Create new animated image
|
||||||
*
|
*
|
||||||
* @param callable $init
|
* @param callable $init
|
||||||
|
* @throws RuntimeException
|
||||||
* @return ImageInterface
|
* @return ImageInterface
|
||||||
*/
|
*/
|
||||||
public function createAnimation(callable $init): ImageInterface;
|
public function createAnimation(callable $init): ImageInterface;
|
||||||
|
@@ -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