mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-04 21:19:41 +00:00
php cs fixes after updating php cs fixer
This commit is contained in:
@@ -15,7 +15,9 @@ use Twig\TwigFilter;
|
||||
|
||||
final class ResolverTwigExtension extends \Twig\Extension\AbstractExtension
|
||||
{
|
||||
public function __construct(private readonly CenterResolverManagerInterface $centerResolverDispatcher, private readonly ScopeResolverDispatcher $scopeResolverDispatcher) {}
|
||||
public function __construct(private readonly CenterResolverManagerInterface $centerResolverDispatcher, private readonly ScopeResolverDispatcher $scopeResolverDispatcher)
|
||||
{
|
||||
}
|
||||
|
||||
public function getFilters()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user