mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 16:13:50 +00:00
update cs after php-cs-fixer upgrade
This commit is contained in:
@@ -40,7 +40,7 @@ final class PhonenumberHelper implements PhoneNumberHelperInterface
|
||||
public function __construct(
|
||||
private readonly CacheItemPoolInterface $cachePool,
|
||||
ParameterBagInterface $parameterBag,
|
||||
private readonly LoggerInterface $logger
|
||||
private readonly LoggerInterface $logger,
|
||||
) {
|
||||
$this->config = $config = $parameterBag->get('chill_main.phone_helper');
|
||||
|
||||
|
Reference in New Issue
Block a user