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