Completed
Pull Request — master (#15)
by Yaro
08:09 queued 01:44
created
src/Jarboe/Table/Fields/Image.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -69,6 +69,9 @@
 block discarded – undo
69 69
         return $this;
70 70
     }
71 71
 
72
+    /**
73
+     * @param string $filename
74
+     */
72 75
     protected function storeFile($filepath, $filename, $width = null, $height = null, $x = null, $y = null, $rotate = null, $rotateBackgroundColor = null)
73 76
     {
74 77
         $image = InterventionImage::make($filepath);
Please login to merge, or discard this patch.