mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-28 17:44:58 +00:00
apply rules rector up to php82
This commit is contained in:
@@ -23,7 +23,7 @@ class ChillTwigHelper extends AbstractExtension
|
||||
public function getFilters()
|
||||
{
|
||||
return [
|
||||
new TwigFilter('chill_print_or_message', [$this, 'printOrMessage'], [
|
||||
new TwigFilter('chill_print_or_message', $this->printOrMessage(...), [
|
||||
'needs_environment' => true,
|
||||
'is_safe' => ['html', 'html_attrs'],
|
||||
]),
|
||||
|
Reference in New Issue
Block a user