@@ -31,7 +31,7 @@ |
||
| 31 | 31 | // @todo create new backend functions |
| 32 | 32 | $indices = \array_slice($this->indexRepository->findAllForBackend($options)->toArray(), 0, 15); |
| 33 | 33 | |
| 34 | - return array_map(function (Index $index) { |
|
| 34 | + return array_map(function(Index $index) { |
|
| 35 | 35 | try { |
| 36 | 36 | /** @var StandaloneView $standaloneView */ |
| 37 | 37 | $standaloneView = GeneralUtility::makeInstance(StandaloneView::class); |