Passed
Push — master ( d9308c...d7dce8 )
by Steve
02:01
created
src/FieldsBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -645,7 +645,7 @@
 block discarded – undo
645 645
             $field = $this->getField($fieldName);
646 646
 
647 647
             // Traverse down tree until last child field
648
-            while(($fieldName = array_shift($fieldNames)) && count($fieldNames) > 0) {
648
+            while (($fieldName = array_shift($fieldNames)) && count($fieldNames) > 0) {
649 649
                 $field = $field->getField($fieldName);
650 650
             }
651 651
 
Please login to merge, or discard this patch.