mirror of
https://github.com/Intervention/image.git
synced 2025-08-19 04:01:30 +02:00
Improve documentation
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user