@@ -59,7 +59,7 @@ |
||
| 59 | 59 | $this->readCustomOperatorsFromAnnotation($metadata->reflClass); |
| 60 | 60 | |
| 61 | 61 | // This will convert 'datetime' string to 'DateTime' |
| 62 | - $fieldMappings = array_map(function($mapping){ |
|
| 62 | + $fieldMappings = array_map(function ($mapping) { |
|
| 63 | 63 | switch ($mapping['type']) { |
| 64 | 64 | case 'datetime': { |
| 65 | 65 | $mapping['type'] = 'DateTime'; |