Skip to content

Commit

Permalink
Add doc blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed May 10, 2024
1 parent a086989 commit 946cf79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ImageManager.php
Expand Up @@ -19,6 +19,7 @@ final class ImageManager implements ImageManagerInterface
/**
* @link https://image.intervention.io/v3/basics/image-manager#create-a-new-image-manager-instance
* @param string|DriverInterface $driver
* @param mixed $options
*/
public function __construct(string|DriverInterface $driver, mixed ...$options)
{
Expand All @@ -30,6 +31,7 @@ public function __construct(string|DriverInterface $driver, mixed ...$options)
*
* @link https://image.intervention.io/v3/basics/image-manager
* @param string|DriverInterface $driver
* @param mixed $options
* @return ImageManager
*/
public static function withDriver(string|DriverInterface $driver, mixed ...$options): self
Expand Down Expand Up @@ -113,6 +115,7 @@ public function driver(): DriverInterface
* Return driver object
*
* @param string|DriverInterface $driver
* @param mixed $options
* @return DriverInterface
*/
private static function resolveDriver(string|DriverInterface $driver, mixed ...$options): DriverInterface
Expand Down

0 comments on commit 946cf79

Please sign in to comment.