mirror of
https://github.com/Intervention/image.git
synced 2025-08-20 04:31:24 +02:00
Add @throws keywords
This commit is contained in:
@@ -64,6 +64,7 @@ abstract class AbstractDriver implements DriverInterface
|
|||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*
|
*
|
||||||
|
* @throws NotSupportedException
|
||||||
* @see DriverInterface::specializeMultiple()
|
* @see DriverInterface::specializeMultiple()
|
||||||
*/
|
*/
|
||||||
public function specializeMultiple(array $objects): array
|
public function specializeMultiple(array $objects): array
|
||||||
|
@@ -72,6 +72,7 @@ class Driver extends AbstractDriver
|
|||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*
|
*
|
||||||
|
* @throws RuntimeException
|
||||||
* @see DriverInterface::createAnimation()
|
* @see DriverInterface::createAnimation()
|
||||||
*/
|
*/
|
||||||
public function createAnimation(callable $init): ImageInterface
|
public function createAnimation(callable $init): ImageInterface
|
||||||
|
@@ -71,6 +71,7 @@ class Driver extends AbstractDriver
|
|||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*
|
*
|
||||||
|
* @throws RuntimeException
|
||||||
* @see DriverInterface::createAnimation()
|
* @see DriverInterface::createAnimation()
|
||||||
*/
|
*/
|
||||||
public function createAnimation(callable $init): ImageInterface
|
public function createAnimation(callable $init): ImageInterface
|
||||||
|
Reference in New Issue
Block a user