Completed
Push — master ( cbcb45...b8c2b6 )
by Tim
46s
created
Classes/Widgets/DataProvider/NextEventsDataProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.