1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-13 17:34:04 +02:00

Add @throws keyword

This commit is contained in:
Oliver Vogel
2024-06-06 19:26:26 +02:00
parent e405753b85
commit 3cc3cdb269

View File

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