Test Setup Failed
Push — dependabot/composer/guzzlehttp... ( 4a4e46...f1c6ae )
by
unknown
56:48 queued 48:21
created
src/PageBuilder/PresentSections.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,9 @@
 block discarded – undo
70 70
         foreach ($this->children as $i => $child) {
71 71
 
72 72
             // Do not render offline relations
73
-            if($child->relation->isOffline()) continue;
73
+            if($child->relation->isOffline()) {
74
+                continue;
75
+            }
74 76
 
75 77
             if ($child instanceof StoredSetReference) {
76 78
                 $this->addSetToCollection($i, $child->toSet($this->parent));
Please login to merge, or discard this patch.