@@ -41,13 +41,13 @@ |
||
| 41 | 41 | /* @see https://github.com/symfony/symfony/issues/12304 */ |
| 42 | 42 | ->useAttributeAsKey(true) |
| 43 | 43 | |
| 44 | - ->defaultValue(['default' => [ |
|
| 44 | + ->defaultValue([ 'default' => [ |
|
| 45 | 45 | 'handlers' => [ |
| 46 | 46 | 'attribute', |
| 47 | 47 | 'relationship', |
| 48 | 48 | 'link' |
| 49 | 49 | ] |
| 50 | - ]]) |
|
| 50 | + ] ]) |
|
| 51 | 51 | ->prototype('array') |
| 52 | 52 | ->children() |
| 53 | 53 | ->arrayNode('handlers') |