Completed
Push — master ( a7a021...f69651 )
by David
01:07
created
src/Cacher.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -130,6 +130,9 @@
 block discarded – undo
130 130
         return [$cutEdgeWidth, $cutEdgeHeight];
131 131
     }
132 132
 
133
+    /**
134
+     * @param resource $layout
135
+     */
133 136
     protected function saveImage(Image $image, $layout, $width, $height): string
134 137
     {
135 138
         $this->createCacheDirectoryIfNotExists($image, $width, $height);
Please login to merge, or discard this patch.