@@ -14,6 +14,9 @@ |
||
14 | 14 | public $cacheKey; |
15 | 15 | protected $_metadata; |
16 | 16 | |
17 | + /** |
|
18 | + * @param string|null $url |
|
19 | + */ |
|
17 | 20 | public function __construct($url, $maxHeight = 0, AdapterInterface $filesystem = null, ImageManager $imageManager = null) |
18 | 21 | { |
19 | 22 | $this->sourceUrl = $url; |