@@ -353,7 +353,7 @@ |
||
| 353 | 353 | */ |
| 354 | 354 | public function contents() { |
| 355 | 355 | $results = $this->collection()->reduce(function($carry, $node) { |
| 356 | - if($node->isRemoved()) |
|
| 356 | + if ($node->isRemoved()) |
|
| 357 | 357 | return $this->newNodeList(); |
| 358 | 358 | return $carry->merge( |
| 359 | 359 | $node->newNodeList($node->childNodes) |