@@ -36,13 +36,13 @@ |
||
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') |