1
0
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:
Oliver Vogel
2024-06-06 17:49:31 +02:00
parent a566769f21
commit 1efc04e5fc
3 changed files with 3 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ abstract class AbstractDriver implements DriverInterface
/**
* {@inheritdoc}
*
* @throws NotSupportedException
* @see DriverInterface::specializeMultiple()
*/
public function specializeMultiple(array $objects): array

View File

@@ -72,6 +72,7 @@ class Driver extends AbstractDriver
/**
* {@inheritdoc}
*
* @throws RuntimeException
* @see DriverInterface::createAnimation()
*/
public function createAnimation(callable $init): ImageInterface

View File

@@ -71,6 +71,7 @@ class Driver extends AbstractDriver
/**
* {@inheritdoc}
*
* @throws RuntimeException
* @see DriverInterface::createAnimation()
*/
public function createAnimation(callable $init): ImageInterface