Completed
Push — master ( f426cf...89f4ba )
by Dan Michael O.
03:59 queued 01:41
created
app/CachedImage.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -14,6 +14,9 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.