Completed
Pull Request — master (#3423)
by
unknown
02:56
created
src/Form/Field.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1212,9 +1212,9 @@
 block discarded – undo
1212 1212
     public function setGroupClass($class)
1213 1213
     : self
1214 1214
     {
1215
-        if(is_array($class)){
1215
+        if (is_array($class)) {
1216 1216
             $this->groupClass = array_merge($this->groupClass, $class);
1217
-        }else{
1217
+        } else {
1218 1218
             array_push($this->groupClass, $class);
1219 1219
         }
1220 1220
 
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1214,7 +1214,7 @@
 block discarded – undo
1214 1214
     {
1215 1215
         if(is_array($class)){
1216 1216
             $this->groupClass = array_merge($this->groupClass, $class);
1217
-        }else{
1217
+        } else{
1218 1218
             array_push($this->groupClass, $class);
1219 1219
         }
1220 1220
 
Please login to merge, or discard this patch.