mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-28 09:34:59 +00:00
php cs fixes after updating php cs fixer
This commit is contained in:
@@ -36,7 +36,8 @@ class OvhShortMessageSender implements ShortMessageSenderInterface
|
||||
// for DI, must remains as third argument
|
||||
private readonly LoggerInterface $logger,
|
||||
private readonly PhoneNumberUtil $phoneNumberUtil
|
||||
) {}
|
||||
) {
|
||||
}
|
||||
|
||||
public function send(ShortMessage $shortMessage): void
|
||||
{
|
||||
|
Reference in New Issue
Block a user