mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-16 11:44:59 +00:00
apply rules rector up to php82
This commit is contained in:
@@ -34,7 +34,7 @@ final class ChillMarkdownRenderExtension extends AbstractExtension
|
||||
public function getFilters(): array
|
||||
{
|
||||
return [
|
||||
new TwigFilter('chill_markdown_to_html', [$this, 'renderMarkdownToHtml'], [
|
||||
new TwigFilter('chill_markdown_to_html', $this->renderMarkdownToHtml(...), [
|
||||
'is_safe' => ['html'],
|
||||
]),
|
||||
];
|
||||
|
Reference in New Issue
Block a user