@@ -130,7 +130,7 @@ |
||
| 130 | 130 | ->arrayNode('locales') |
| 131 | 131 | ->beforeNormalization() |
| 132 | 132 | ->ifString() |
| 133 | - ->then(function ($v) { |
|
| 133 | + ->then(function($v) { |
|
| 134 | 134 | return preg_split('/\s*,\s*/', $v); |
| 135 | 135 | }) |
| 136 | 136 | ->end() |