@@ -58,7 +58,7 @@ |
||
58 | 58 | */ |
59 | 59 | public function children(): array |
60 | 60 | { |
61 | - return array_filter(parent::children(), function (Node $child): bool { return $child instanceof AbstractInline; }); |
|
61 | + return array_filter(parent::children(), function(Node $child): bool { return $child instanceof AbstractInline; }); |
|
62 | 62 | } |
63 | 63 | |
64 | 64 | public function handleRemainingContents(ContextInterface $context, Cursor $cursor): void |