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