style: make cs fixer happy

This commit is contained in:
Vincent 2024-09-18 14:02:25 +02:00
parent bbd56d4f0c
commit 69ce4d5a24
No known key found for this signature in database
GPG Key ID: 056662E78D70E358
2 changed files with 0 additions and 3 deletions

View File

@ -12,7 +12,6 @@ use App\Repository\WatchListRepository;
use App\Service\ChatNotificationService; use App\Service\ChatNotificationService;
use App\Service\Connector\AbstractProvider; use App\Service\Connector\AbstractProvider;
use App\Service\StatService; use App\Service\StatService;
use Psr\Cache\CacheItemPoolInterface;
use Psr\Log\LoggerInterface; use Psr\Log\LoggerInterface;
use Symfony\Component\DependencyInjection\Attribute\Autowire; use Symfony\Component\DependencyInjection\Attribute\Autowire;
use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\DependencyInjection\ContainerInterface;
@ -22,7 +21,6 @@ use Symfony\Component\Mailer\MailerInterface;
use Symfony\Component\Messenger\Attribute\AsMessageHandler; use Symfony\Component\Messenger\Attribute\AsMessageHandler;
use Symfony\Component\Mime\Address; use Symfony\Component\Mime\Address;
use Symfony\Component\Notifier\Recipient\Recipient; use Symfony\Component\Notifier\Recipient\Recipient;
use Symfony\Contracts\HttpClient\HttpClientInterface;
#[AsMessageHandler] #[AsMessageHandler]
final readonly class OrderDomainHandler final readonly class OrderDomainHandler

View File

@ -41,7 +41,6 @@ class NamecheapConnector extends AbstractProvider
self::mergePrefixKeys('Admin', $address, $domainAddresses); self::mergePrefixKeys('Admin', $address, $domainAddresses);
self::mergePrefixKeys('AuxBilling', $address, $domainAddresses); self::mergePrefixKeys('AuxBilling', $address, $domainAddresses);
$this->call('namecheap.domains.create', array_merge([ $this->call('namecheap.domains.create', array_merge([
'DomainName' => $domain->getLdhName(), 'DomainName' => $domain->getLdhName(),
'Years' => 1, 'Years' => 1,