mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-17 14:51:24 +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