Completed
Push — master ( cd56b1...82f5c2 )
by wen
02:47
created
src/Form/Elements/File.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -332,6 +332,9 @@
 block discarded – undo
332 332
         ];
333 333
     }
334 334
 
335
+    /**
336
+     * @param string $rule
337
+     */
335 338
     public function addValidationRule($rule, $message = null)
336 339
     {
337 340
         $uploadRules = ['image', 'mimes', 'size', 'dimensions', 'max', 'min', 'between'];
Please login to merge, or discard this patch.