Completed
Pull Request — master (#9)
by Laurens
02:02
created
src/API/Image/ProductImageUpload.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -64,6 +64,9 @@
 block discarded – undo
64 64
         return $image;
65 65
     }
66 66
 
67
+    /**
68
+     * @param string $file
69
+     */
67 70
     private static function validateFile($file)
68 71
     {
69 72
         self::validateFileSize($file);
Please login to merge, or discard this patch.