Fix cs: upgrade of php-cs-fixer

This commit is contained in:
2024-06-19 12:18:20 +02:00
parent a9f0059743
commit 99818c211d
9 changed files with 15 additions and 15 deletions

View File

@@ -43,7 +43,7 @@ class ShortMessageCompilerPass implements CompilerPassInterface
$defaultTransporter = new Reference(NullShortMessageSender::class);
} elseif ('ovh' === $dsn['scheme']) {
if (!class_exists('\\'.\Ovh\Api::class)) {
throw new RuntimeException('Class \\Ovh\\Api not found');
throw new RuntimeException('Class \Ovh\Api not found');
}
foreach (['user', 'host', 'pass'] as $component) {