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