@@ -32,7 +32,7 @@ |
||
| 32 | 32 | /** |
| 33 | 33 | * {@inheritDoc} |
| 34 | 34 | */ |
| 35 | - public function map(array $input, MetadataInterface &$output) |
|
| 35 | + public function map(array $input, MetadataInterface & $output) |
|
| 36 | 36 | { |
| 37 | 37 | $this->mapArray($input, $output); |
| 38 | 38 | |