Completed
Push — master ( 7a107a...5cd32c )
by Rafael
04:36
created
src/Behat/GraphQLApiExtension.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -76,16 +76,16 @@
 block discarded – undo
76 76
             ->defaultValue(FosUserResolver::class);
77 77
 
78 78
         $jwt->arrayNode('users')
79
-                  ->beforeNormalization()
80
-                  ->ifString()
81
-                  ->then(
82
-                      function ($v) {
83
-                          return preg_split('/\s*,\s*/', $v);
84
-                      }
85
-                  )
86
-                  ->end()
87
-                  ->prototype('scalar')
88
-                  ->end();
79
+                    ->beforeNormalization()
80
+                    ->ifString()
81
+                    ->then(
82
+                        function ($v) {
83
+                            return preg_split('/\s*,\s*/', $v);
84
+                        }
85
+                    )
86
+                    ->end()
87
+                    ->prototype('scalar')
88
+                    ->end();
89 89
     }
90 90
 
91 91
     public function process(ContainerBuilder $container)
Please login to merge, or discard this patch.