@@ -76,16 +76,16 @@ |
||
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) |