diff --git a/src/Interfaces/DriverInterface.php b/src/Interfaces/DriverInterface.php index 1f7a4490..232291b6 100644 --- a/src/Interfaces/DriverInterface.php +++ b/src/Interfaces/DriverInterface.php @@ -53,8 +53,10 @@ interface DriverInterface public function colorProcessor(ColorspaceInterface $colorspace): ColorProcessorInterface; /** - * Check whether all requirements for operating the driver are met + * Check whether all requirements for operating the driver are met and + * throw exception if the check fails. * + * @throws \Intervention\Image\Exceptions\RuntimeException * @return void */ public function checkHealth(): void;