@@ -45,6 +45,6 @@ |
||
45 | 45 | */ |
46 | 46 | public function children(): iterable |
47 | 47 | { |
48 | - return array_filter((array) parent::children(), static function (Node $child): bool { return $child instanceof AbstractBlock; }); |
|
48 | + return array_filter((array) parent::children(), static function(Node $child): bool { return $child instanceof AbstractBlock; }); |
|
49 | 49 | } |
50 | 50 | } |