Completed
Pull Request — master (#9)
by Steve
03:08
created
src/FlexibleContentBuilder.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
     public function addLayout($layout, $args = [])
55 55
     {
56 56
         if (is_a($layout, Builder::class)) {
57
-             $layout = clone $layout;
57
+                $layout = clone $layout;
58 58
         } else {
59 59
             $layout = new FieldsBuilder($layout, $args);
60 60
         }
Please login to merge, or discard this patch.