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