From 3cc3cdb26954664b33cbaf7ec899d18b6a4e792c Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Thu, 6 Jun 2024 19:26:26 +0200 Subject: [PATCH] Add @throws keyword --- src/Drivers/AbstractDriver.php | 1 + 1 file changed, 1 insertion(+) 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