@@ -32,7 +32,7 @@ |
||
32 | 32 | $query->setLimit(15); |
33 | 33 | $indices = $query->execute()->toArray(); |
34 | 34 | |
35 | - return array_map(function (Index $index) { |
|
35 | + return array_map(function(Index $index) { |
|
36 | 36 | try { |
37 | 37 | /** @var StandaloneView $standaloneView */ |
38 | 38 | $standaloneView = GeneralUtility::makeInstance(StandaloneView::class); |