Passed
Push — master ( 57db9a...01c2bb )
by Michael
02:04
created
src/DependencyInjection/JsonApiConfiguration.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,13 +36,13 @@
 block discarded – undo
36 36
     protected function processMappers(NodeBuilder $builder)
37 37
     {
38 38
         $builder->arrayNode('mappers')
39
-            ->defaultValue(['default' => [
39
+            ->defaultValue([ 'default' => [
40 40
                 'handlers' => [
41 41
                     'attribute',
42 42
                     'relationship',
43 43
                     'link'
44 44
                 ]
45
-            ]])
45
+            ] ])
46 46
             ->prototype('array')
47 47
                 ->children()
48 48
                     ->arrayNode('handlers')
Please login to merge, or discard this patch.