From 4bced618879e9b44c458b5c64f45659a53cdf65e Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 3 Jan 2021 09:19:04 +0100 Subject: [PATCH] Fix CS --- .../Tests/DependencyInjection/ConfigurationTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php index e19ed2964c..e9efb76967 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php @@ -262,7 +262,7 @@ class ConfigurationTest extends TestCase ], [ 'lock' => [ - 'payload' => 'semaphore' + 'payload' => 'semaphore', ], ], ]); @@ -271,7 +271,7 @@ class ConfigurationTest extends TestCase [ 'enabled' => true, 'resources' => [ - 'payload' => ['semaphore'] + 'payload' => ['semaphore'], ], ], $config['lock']