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