Completed
Pull Request — master (#4487)
by rust17
02:27
created
src/Form/Field/MultipleFile.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
 
65 65
         if (
66 66
             request()->has(static::FILE_SORT_FLAG) &&
67
-            ! array_filter(request()->input(static::FILE_SORT_FLAG))
67
+            !array_filter(request()->input(static::FILE_SORT_FLAG))
68 68
         ) {
69 69
             return false;
70 70
         }
@@ -175,7 +175,7 @@  discard block
 block discarded – undo
175 175
     {
176 176
         $this->name = $this->getStoreName($file);
177 177
 
178
-        return tap($this->upload($file), function () {
178
+        return tap($this->upload($file), function() {
179 179
             $this->name = null;
180 180
         });
181 181
     }
Please login to merge, or discard this patch.