Completed
Push — master ( a6d5b0...1121c7 )
by wen
12:56
created
src/Form/Elements/File.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -267,6 +267,9 @@
 block discarded – undo
267 267
         ];
268 268
     }
269 269
 
270
+    /**
271
+     * @param string $rule
272
+     */
270 273
     public function addValidationRule($rule, $message = null)
271 274
     {
272 275
         $uploadRules = [
Please login to merge, or discard this patch.
src/Traits/StorageTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
      *
77 77
      * @param \Illuminate\Http\UploadedFile $file
78 78
      *
79
-     * @return mixed|string
79
+     * @return string
80 80
      */
81 81
     public function getUploadFileName(UploadedFile $file)
82 82
     {
Please login to merge, or discard this patch.