diff --git a/src/Drivers/AbstractDriver.php b/src/Drivers/AbstractDriver.php index d7a2ee9c..cb7264fc 100644 --- a/src/Drivers/AbstractDriver.php +++ b/src/Drivers/AbstractDriver.php @@ -98,6 +98,7 @@ abstract class AbstractDriver implements DriverInterface * {@inheritdoc} * * @throws NotSupportedException + * @throws DriverException * @see DriverInterface::specializeMultiple() */ public function specializeMultiple(array $objects): array