Completed
Push — TYPO3V8-doctrine ( f8e4aa...ec0592 )
by Tomas Norre
08:22
created
Classes/Api/CrawlerApi.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
  ***************************************************************/
27 27
 
28 28
 use AOE\Crawler\Controller\CrawlerController;
29
-use AOE\Crawler\Domain\Model\Queue;
30 29
 use AOE\Crawler\Domain\Repository\ProcessRepository;
31 30
 use AOE\Crawler\Domain\Repository\QueueRepository;
32 31
 use TYPO3\CMS\Core\Database\ConnectionPool;
Please login to merge, or discard this patch.
Classes/Task/CrawlerQueueTaskAdditionalFieldProvider.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -25,9 +25,7 @@
 block discarded – undo
25 25
  *  This copyright notice MUST APPEAR in all copies of the script!
26 26
  ***************************************************************/
27 27
 
28
-use AOE\Crawler\Domain\Model\Configuration;
29 28
 use AOE\Crawler\Domain\Repository\ConfigurationRepository;
30
-use TYPO3\CMS\Backend\Utility\BackendUtility;
31 29
 use TYPO3\CMS\Core\Messaging\FlashMessage;
32 30
 use TYPO3\CMS\Core\Utility\GeneralUtility;
33 31
 use TYPO3\CMS\Core\Utility\MathUtility;
Please login to merge, or discard this patch.
Classes/Command/CrawlerCommandController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,6 @@
 block discarded – undo
33 33
 use TYPO3\CMS\Core\Database\ConnectionPool;
34 34
 use TYPO3\CMS\Core\Utility\GeneralUtility;
35 35
 use TYPO3\CMS\Core\Utility\MathUtility;
36
-use TYPO3\CMS\Extbase\Object\ObjectManager;
37 36
 
38 37
 /**
39 38
  * Class CrawlerCommandController
Please login to merge, or discard this patch.
Classes/Controller/CrawlerController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,6 @@
 block discarded – undo
43 43
 use TYPO3\CMS\Backend\Tree\View\PageTreeView;
44 44
 use TYPO3\CMS\Core\Authentication\BackendUserAuthentication;
45 45
 use TYPO3\CMS\Core\Database\ConnectionPool;
46
-use TYPO3\CMS\Core\Database\DatabaseConnection;
47 46
 use TYPO3\CMS\Core\Database\Query\Restriction\DeletedRestriction;
48 47
 use TYPO3\CMS\Core\Database\Query\Restriction\HiddenRestriction;
49 48
 use TYPO3\CMS\Core\Database\Query\Restriction\WorkspaceRestriction;
Please login to merge, or discard this patch.