1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-19 04:01:30 +02:00

Improve documentation

This commit is contained in:
Oliver Vogel
2023-12-20 16:06:02 +01:00
parent 973474c537
commit 9ff8cd25ab

View File

@@ -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;