Passed
Pull Request — master (#14)
by David
04:59 queued 02:33
created
src/DependencyInjection/Configuration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
                     ->defaultValue(['id', 'locale', 'translatable'])
31 31
                     ->beforeNormalization()
32 32
                         ->ifString()
33
-                        ->then(function ($v) {
33
+                        ->then(function($v) {
34 34
                             return preg_split('/\s*,\s*/', $v);
35 35
                         })
36 36
                     ->end()
Please login to merge, or discard this patch.