Failed Conditions
Pull Request — master (#1265)
by
unknown
31:55
created
Classes/IndexQueue/RecordMonitor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@
 block discarded – undo
28 28
 use ApacheSolrForTypo3\Solr\Domain\Index\Queue\RecordMonitor\Helper\MountPagesUpdater;
29 29
 use ApacheSolrForTypo3\Solr\Domain\Index\Queue\RecordMonitor\Helper\RootPageResolver;
30 30
 use ApacheSolrForTypo3\Solr\GarbageCollector;
31
-use ApacheSolrForTypo3\Solr\System\Cache\TwoLevelCache;
32 31
 use ApacheSolrForTypo3\Solr\System\Configuration\ExtensionConfiguration;
33 32
 use ApacheSolrForTypo3\Solr\System\TCA\TCAService;
34 33
 use ApacheSolrForTypo3\Solr\Util;
Please login to merge, or discard this patch.
Classes/System/Records/SystemLanguage/SystemLanguageRepository.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -26,10 +26,7 @@
 block discarded – undo
26 26
  ***************************************************************/
27 27
 
28 28
 use ApacheSolrForTypo3\Solr\System\Records\AbstractRepository;
29
-use TYPO3\CMS\Core\Database\ConnectionPool;
30
-use TYPO3\CMS\Core\Database\Query\QueryBuilder;
31 29
 use TYPO3\CMS\Core\SingletonInterface;
32
-use TYPO3\CMS\Core\Utility\GeneralUtility;
33 30
 
34 31
 /**
35 32
  * SystemLanguageRepository to encapsulate the database access for records used in solr.
Please login to merge, or discard this patch.