Passed
Push — master ( d7dce8...58c562 )
by Steve
01:16
created
src/FieldsBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -716,7 +716,7 @@
 block discarded – undo
716 716
         $field = $this->getField($fieldName);
717 717
 
718 718
         // Traverse down tree until last child field
719
-        while(($fieldName = array_shift($fieldNames)) && count($fieldNames) > 0) {
719
+        while (($fieldName = array_shift($fieldNames)) && count($fieldNames) > 0) {
720 720
             $field = $field->getField($fieldName);
721 721
         }
722 722
 
Please login to merge, or discard this patch.