Completed
Pull Request — master (#5655)
by
unknown
24s
created
src/Form/Field/MultipleFile.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
             return false;
64 64
         }
65 65
 		
66
-		if (request()->has(static::FILE_SORT_FLAG)) {
66
+        if (request()->has(static::FILE_SORT_FLAG)) {
67 67
             return false;
68 68
         }
69 69
 
Please login to merge, or discard this patch.
src/Form.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -713,7 +713,7 @@
 block discarded – undo
713 713
             $arr = explode('[',$column);
714 714
             if(count($arr) > 1){
715 715
                 $input[$arr[0]][$arr[1]] = $order;
716
-            }else{
716
+            } else{
717 717
                 $input[$column] = $order;
718 718
             }
719 719
         }
Please login to merge, or discard this patch.