@@ -31,23 +31,23 @@ |
||
| 31 | 31 | * @param array $config |
| 32 | 32 | * @param ContainerBuilder $container |
| 33 | 33 | */ |
| 34 | - private function prepairConfig(array $config, ContainerBuilder $container){ |
|
| 34 | + private function prepairConfig(array $config, ContainerBuilder $container) { |
|
| 35 | 35 | $config['mappings'] = array_merge($config['mappings'], [[ |
| 36 | 36 | 'name' => 'date', |
| 37 | 37 | 'class' => 'doctrs.type.datetime' |
| 38 | - ],[ |
|
| 38 | + ], [ |
|
| 39 | 39 | 'name' => 'datetime', |
| 40 | 40 | 'class' => 'doctrs.type.datetime' |
| 41 | - ],[ |
|
| 41 | + ], [ |
|
| 42 | 42 | 'name' => 'boolean', |
| 43 | 43 | 'class' => 'doctrs.type.boolean' |
| 44 | - ],[ |
|
| 44 | + ], [ |
|
| 45 | 45 | 'name' => 'integer', |
| 46 | 46 | 'class' => 'doctrs.type.integer' |
| 47 | - ],[ |
|
| 47 | + ], [ |
|
| 48 | 48 | 'name' => 'entity', |
| 49 | 49 | 'class' => 'doctrs.type.entity' |
| 50 | - ],[ |
|
| 50 | + ], [ |
|
| 51 | 51 | 'name' => 'choice', |
| 52 | 52 | 'class' => 'doctrs.type.entity' |
| 53 | 53 | ]]); |