Passed
Push — master ( 08723a...198150 )
by Michael
01:38
created
DependencyInjection/Security/UserProvider/InMemoryApiFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
                         ->children()
75 75
                             ->scalarNode('password')->defaultValue(uniqid('', true))->end()
76 76
                             ->arrayNode('roles')
77
-                                ->beforeNormalization()->ifString()->then(function ($v) {
77
+                                ->beforeNormalization()->ifString()->then(function($v) {
78 78
                                     return preg_split('/\s*,\s*/', $v);
79 79
                                 })
80 80
                                 ->end()
Please login to merge, or discard this patch.