mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-18 11:12:50 +00:00
php cs fixes after updating php cs fixer
This commit is contained in:
@@ -64,7 +64,9 @@ final readonly class AddressToReferenceMatcher
|
||||
'{{ reviewed }}' => Address::ADDR_REFERENCE_STATUS_REVIEWED,
|
||||
];
|
||||
|
||||
public function __construct(private Connection $connection, private LoggerInterface $logger) {}
|
||||
public function __construct(private Connection $connection, private LoggerInterface $logger)
|
||||
{
|
||||
}
|
||||
|
||||
public function checkAddressesMatchingReferences(): void
|
||||
{
|
||||
|
Reference in New Issue
Block a user