Completed
Pull Request — master (#23)
by
unknown
05:58
created
src/TableCaption.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.