mirror of
https://github.com/Intervention/image.git
synced 2025-08-20 04:31:24 +02:00
Improve documentation
This commit is contained in:
@@ -53,8 +53,10 @@ interface DriverInterface
|
|||||||
public function colorProcessor(ColorspaceInterface $colorspace): ColorProcessorInterface;
|
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
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function checkHealth(): void;
|
public function checkHealth(): void;
|
||||||
|
Reference in New Issue
Block a user