Completed
Push — master ( cfe83d...964bc6 )
by Tim
14s
created
Classes/Service/IndexerService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
      * @param $table
72 72
      * @param $uid
73 73
      *
74
-     * @return mixed
74
+     * @return integer
75 75
      */
76 76
     public function getIndexCount($table, $uid)
77 77
     {
Please login to merge, or discard this patch.
Classes/Controller/CalendarController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -243,7 +243,7 @@
 block discarded – undo
243 243
         $sort = $this->settings['sorting'];
244 244
         $this->checkStaticTemplateIsIncluded();
245 245
         $this->slotExtendedAssignMultiple([
246
-           'indices' => $this->indexRepository->findByPast($limit, $sort),
246
+            'indices' => $this->indexRepository->findByPast($limit, $sort),
247 247
         ], __CLASS__, __FUNCTION__);
248 248
     }
249 249
 
Please login to merge, or discard this patch.