Passed
Push — master ( 1075c1...125a6b )
by Pol
02:22
created
src/Resources/config/services.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 use Psr\Http\Client\ClientInterface;
18 18
 use Psr\Http\Message\RequestFactoryInterface;
19 19
 
20
-return static function (ContainerConfigurator $container) {
20
+return static function(ContainerConfigurator $container) {
21 21
     $container
22 22
         ->services()
23 23
         ->set('api_gw_authentication.key_converter.jwk_converter', JWKConverter::class)
Please login to merge, or discard this patch.