We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b7957 commit bb44258Copy full SHA for bb44258
src/ImageProcessor.php
@@ -66,7 +66,7 @@ class ImageProcessor implements ProcessorInterface
66
/**
67
* @var \Phauthentic\Infrastructure\Storage\UrlBuilder\UrlBuilderInterface
68
*/
69
- protected UrlBuilderInterface $urlBuilder;
+ protected ?UrlBuilderInterface $urlBuilder;
70
71
72
* @var \Intervention\Image\ImageManager
0 commit comments