From e3bd9a6b7e25794459fd4182f0b86f30801ef0db Mon Sep 17 00:00:00 2001 From: TomasVotruba Date: Wed, 22 Jul 2020 01:23:21 +0200 Subject: [PATCH] fix cs --- compiler/src/PhpScoper/StaticEasyPrefixer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/src/PhpScoper/StaticEasyPrefixer.php b/compiler/src/PhpScoper/StaticEasyPrefixer.php index e92f857eec6..57cb7fb78fb 100644 --- a/compiler/src/PhpScoper/StaticEasyPrefixer.php +++ b/compiler/src/PhpScoper/StaticEasyPrefixer.php @@ -17,7 +17,7 @@ final class StaticEasyPrefixer // doctrine annotations to autocomplete 'JMS\DiExtraBundle\Annotation\Inject', // part of public interface of configs.php - 'Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator' + 'Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator', ]; /**