Completed
Push — develop ( 67a76c...0bffec )
by René
07:36
created
Classes/Controller/BackendController.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\OnpageIntegration\Utility\ArrayUtility;
11 11
 use HDNET\OnpageIntegration\Utility\TitleUtility;
12 12
 use TYPO3\CMS\Extbase\Mvc\Controller\ActionController;
13
-use TYPO3\CMS\Extbase\Utility\DebuggerUtility;
14 13
 
15 14
 /**
16 15
  * Class BackendController
Please login to merge, or discard this patch.
Classes/Utility/ArrayUtility.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 namespace HDNET\OnpageIntegration\Utility;
6 6
 
7 7
 use TYPO3\CMS\Core\Utility\GeneralUtility;
8
-use TYPO3\CMS\Extbase\Utility\DebuggerUtility;
9 8
 
10 9
 /**
11 10
  * Class ArrayUtility
Please login to merge, or discard this patch.