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