Passed
Push — master ( 3edf97...65ba36 )
by Florent
02:01
created
src/Resources/config/services.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * The MIT License (MIT)
@@ -16,7 +16,7 @@  discard block
 block discarded – undo
16 16
 use U2FAuthentication\Bundle\Controller\SignatureController;
17 17
 use function Symfony\Component\DependencyInjection\Loader\Configurator\ref;
18 18
 
19
-return function (ContainerConfigurator $container) {
19
+return function(ContainerConfigurator $container) {
20 20
     $container = $container->services()->defaults()
21 21
         ->private()
22 22
         ->autoconfigure()
Please login to merge, or discard this patch.