Completed
Push — master ( 7888b2...3ffd2a )
by Dan Michael O.
02:27
created
app/CachedImage.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -13,6 +13,9 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.