services: Chill\MainBundle\Phonenumber\PhonenumberHelper: arguments: $logger: '@Psr\Log\LoggerInterface' $config: '%chill_main.phone_helper%' $cachePool: '@cache.user_data' Chill\MainBundle\Phonenumber\Templating: arguments: $phonenumberHelper: '@Chill\MainBundle\Phonenumber\PhonenumberHelper' tags: - { name: twig.extension } Chill\MainBundle\Validation\Validator\ValidPhonenumber: arguments: $logger: '@Psr\Log\LoggerInterface' $phonenumberHelper: '@Chill\MainBundle\Phonenumber\PhonenumberHelper' tags: - { name: validator.constraint_validator }