mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-06 06:44:59 +00:00
apply rules rector up to php82
This commit is contained in:
@@ -28,7 +28,7 @@ class Templating extends AbstractExtension
|
||||
public function getFilters()
|
||||
{
|
||||
return [
|
||||
new TwigFilter('chill_format_phonenumber', [$this, 'formatPhonenumber']),
|
||||
new TwigFilter('chill_format_phonenumber', $this->formatPhonenumber(...)),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user