Completed
Push — master ( f35d89...93a3fd )
by Martin
05:20
created
src/TableRow.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,6 +45,6 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.