fix: PHP CS Fixer (1 fichier)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-04-08 09:27:15 +02:00
parent e253870e9d
commit b337622673

View File

@@ -10,6 +10,7 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
class VaultService
{
private const TRANSIT_KEYS_PATH = '/v1/transit/keys/';
public function __construct(
private HttpClientInterface $httpClient,
private LoggerInterface $logger,