Completed
Push — master ( c03419...8b8ef1 )
by Tim
02:57
created
Classes/Domain/Repository/IndexRepository.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -214,8 +214,8 @@
 block discarded – undo
214 214
                 } elseif (\is_string($key) && \is_int($indexId)) {
215 215
                     // Table based single return value
216 216
                     $tabledIndexIds[] = [
217
-                         'table' => $key,
218
-                         'indexIds' => [$indexId],
217
+                            'table' => $key,
218
+                            'indexIds' => [$indexId],
219 219
                     ];
220 220
                 }
221 221
             }
Please login to merge, or discard this patch.
Classes/Updates/NewIncludeExcludeStructureUpdate.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use HDNET\Calendarize\Domain\Model\ConfigurationInterface;
11 11
 use HDNET\Calendarize\Utility\HelperUtility;
12 12
 use TYPO3\CMS\Install\Updates\DatabaseUpdatedPrerequisite;
13
-use TYPO3\CMS\Install\Updates\UpgradeWizardInterface;
14 13
 
15 14
 /**
16 15
  * NewIncludeExcludeStructureUpdate.
Please login to merge, or discard this patch.
Classes/Controller/CalendarController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,6 @@
 block discarded – undo
25 25
 use TYPO3\CMS\Extbase\Persistence\QueryInterface;
26 26
 use TYPO3\CMS\Extbase\Property\TypeConverter\DateTimeConverter;
27 27
 use TYPO3\CMS\Extbase\SignalSlot\Dispatcher;
28
-use TYPO3\CMS\Frontend\Controller\ErrorController;
29
-use TYPO3\CMS\Frontend\Page\PageAccessFailureReasons;
30 28
 
31 29
 /**
32 30
  * Calendar.
Please login to merge, or discard this patch.