Completed
Pull Request — master (#9)
by Steve
03:08
created
src/FieldsBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
     {
67 67
         $builtFields = [];
68 68
 
69
-        foreach($fields as $i => $field) {
69
+        foreach ($fields as $i => $field) {
70 70
             if (is_subclass_of($field, Builder::class)) {
71 71
                 $builtFields[] = $field->build();
72 72
             }   
Please login to merge, or discard this patch.
src/FlexibleContentBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
         $layout->setGroupConfig('name', $layout->getName());
63 63
         $layout->setGroupConfig('display', 'block');
64 64
 
65
-        foreach($args as $key => $value) {
65
+        foreach ($args as $key => $value) {
66 66
             $layout->setGroupConfig($key, $value);
67 67
         }
68 68
        
Please login to merge, or discard this patch.