Completed
Push — master ( 34f9ca...cb41b9 )
by Tim
02:22
created
Classes/Controller/CalendarController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -244,7 +244,7 @@
 block discarded – undo
244 244
         $sort = $this->settings['sorting'];
245 245
         $this->checkStaticTemplateIsIncluded();
246 246
         $this->slotExtendedAssignMultiple([
247
-           'indices' => $this->indexRepository->findByPast($limit, $sort)
247
+            'indices' => $this->indexRepository->findByPast($limit, $sort)
248 248
         ], __CLASS__, __FUNCTION__);
249 249
     }
250 250
 
Please login to merge, or discard this patch.
Classes/Service/TimeTableService.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
 
45 45
             try {
46 46
                 $handler = $this->buildConfigurationHandler($configuration);
47
-            }catch(\Exception $exception){
47
+            } catch(\Exception $exception){
48 48
                 HelperUtility::createFlashMessage(
49 49
                     $exception->getMessage(),
50 50
                     'Index invalid',
Please login to merge, or discard this patch.