Completed
Push — master ( ef208d...bfa098 )
by Tim
02:21
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\Database\ConnectionPool;
Please login to merge, or discard this patch.
Classes/Domain/Model/Index.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,8 +11,6 @@
 block discarded – undo
11 11
 use HDNET\Calendarize\Register;
12 12
 use HDNET\Calendarize\Utility\DateTimeUtility;
13 13
 use HDNET\Calendarize\Utility\EventUtility;
14
-use TYPO3\CMS\Backend\Utility\BackendUtility;
15
-use TYPO3\CMS\Core\Utility\MathUtility;
16 14
 use TYPO3\CMS\Extbase\DomainObject\AbstractEntity;
17 15
 
18 16
 /**
Please login to merge, or discard this patch.
Classes/Controller/BackendController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -7,10 +7,8 @@
 block discarded – undo
7 7
 
8 8
 namespace HDNET\Calendarize\Controller;
9 9
 
10
-use HDNET\Calendarize\Domain\Model\Index;
11 10
 use HDNET\Calendarize\Domain\Model\Request\OptionRequest;
12 11
 use TYPO3\CMS\Core\Messaging\FlashMessage;
13
-use TYPO3\CMS\Extbase\Utility\DebuggerUtility;
14 12
 
15 13
 /**
16 14
  * BackendController.
Please login to merge, or discard this patch.