@@ -486,7 +486,7 @@ |
||
| 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 | |