@@ -104,7 +104,7 @@ |
||
| 104 | 104 | return []; |
| 105 | 105 | } |
| 106 | 106 | |
| 107 | - return array_map([$this, 'repToArray'], $this->export->getRepresentations() ); |
|
| 107 | + return array_map([$this, 'repToArray'], $this->export->getRepresentations()); |
|
| 108 | 108 | } |
| 109 | 109 | |
| 110 | 110 | |