Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Dec 20, 2023
1 parent 973474c commit 9ff8cd2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Interfaces/DriverInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ public function handleInput(mixed $input): ImageInterface|ColorInterface;
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;
Expand Down

0 comments on commit 9ff8cd2

Please sign in to comment.