Test Failed
Push — master ( d378a1...65e067 )
by hugh
37:48 queued 27:48
created
src/HTree.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -486,7 +486,7 @@
 block discarded – undo
486 486
                 $format,
487 487
                 $keepEmptyChildrenKey
488 488
             );
489
-            if (!empty($children) || (bool)$keepEmptyChildrenKey) {
489
+            if (!empty($children) || (bool) $keepEmptyChildrenKey) {
490 490
                 $node[$childrenKey] = $children;
491 491
             }
492 492
 
Please login to merge, or discard this patch.