@@ -116,7 +116,7 @@  | 
                                                    ||
| 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)  |