Skip to content

Commit d634623

Browse files
authored
Upgrade psalm (#1552)
1 parent e7addd4 commit d634623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/AsyncAwsExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ private function registerEnvLoader(ContainerBuilder $container, array $config):
261261

262262
if ($config['secrets']['cache']['enabled']) {
263263
if (!interface_exists(CacheInterface::class)) {
264-
throw new InvalidConfigurationException(sprintf('You have enabled "async_aws.secrets.cache" but the "symfony/cache" package is not installed. Try running "composer require symfony/cache"'));
264+
throw new InvalidConfigurationException('You have enabled "async_aws.secrets.cache" but the "symfony/cache" package is not installed. Try running "composer require symfony/cache"');
265265
}
266266

267267
$container->register(CachedEnvVarLoader::class)

0 commit comments

Comments
 (0)