diff --git a/src/Image.php b/src/Image.php index 9fab344..f0eae25 100644 --- a/src/Image.php +++ b/src/Image.php @@ -19,7 +19,7 @@ class Image implements Stringable public function __construct( string|Stringable $code, - ImageOptions $imageOptions = null + ImageOptions|null $imageOptions = null ) { $this->code = (string) $code; $this->imageOptions = $imageOptions ?? new ImageOptions();