mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-28 09:34:59 +00:00
apply rules rector up to php82
This commit is contained in:
@@ -28,14 +28,14 @@ use Psr\Log\LoggerInterface;
|
||||
class OvhShortMessageSender implements ShortMessageSenderInterface
|
||||
{
|
||||
public function __construct(
|
||||
private Api $api,
|
||||
private readonly Api $api,
|
||||
// for DI, must remains as first argument
|
||||
private string $serviceName,
|
||||
private readonly string $serviceName,
|
||||
// for di, must remains as second argument
|
||||
private string $sender,
|
||||
private readonly string $sender,
|
||||
// for DI, must remains as third argument
|
||||
private LoggerInterface $logger,
|
||||
private PhoneNumberUtil $phoneNumberUtil
|
||||
private readonly LoggerInterface $logger,
|
||||
private readonly PhoneNumberUtil $phoneNumberUtil
|
||||
) {
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user