Completed
Pull Request — master (#278)
by Pascale
03:06
created
Classes/Service/Url/RealUrl.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 
10 10
 use DmitryDulepov\Realurl\Configuration\ConfigurationReader;
11 11
 use DmitryDulepov\Realurl\Utility;
12
-use HDNET\Calendarize\Domain\Model\Index;
13 12
 use HDNET\Calendarize\Service\IndexerService;
14 13
 use HDNET\Calendarize\Utility\HelperUtility;
15 14
 use TYPO3\CMS\Core\Utility\ExtensionManagementUtility;
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.