Passed
Push — master ( 043c10...6b195d )
by Pol
02:25
created
src/Resources/config/services.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
 use EcPhp\ApiGwAuthenticationBundle\Service\KeyConverter\KeyConverterInterface;
16 16
 use EcPhp\ApiGwAuthenticationBundle\Service\KeyLoader\ApiGwKeyLoader;
17 17
 
18
-return static function (ContainerConfigurator $container) {
18
+return static function(ContainerConfigurator $container) {
19 19
     $container
20 20
         ->services()
21 21
         ->set('api_gw_authentication.http_client', CachingHttpClient::class)
Please login to merge, or discard this patch.