Completed
Push — master ( fb3f71...e3cc68 )
by Frank
03:26 queued 41s
created
src/Marksimple.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
     {
117 117
         return array_reduce(
118 118
             $this->rules,
119
-            function (string $content, ElementRuleInterface $rule): string {
119
+            function(string $content, ElementRuleInterface $rule): string {
120 120
                 return $rule->parse($content);
121 121
             },
122 122
             $this->sanitize($content)
Please login to merge, or discard this patch.