Passed
Pull Request — master (#1249)
by
unknown
19:13
created
Classes/Typo3PageIndexer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
 use Apache_Solr_Document;
28 28
 use ApacheSolrForTypo3\Solr\Access\Rootline;
29 29
 use ApacheSolrForTypo3\Solr\Domain\Search\ApacheSolrDocument\Builder;
30
-use ApacheSolrForTypo3\Solr\Domain\Variants\IdBuilder;
31 30
 use ApacheSolrForTypo3\Solr\FieldProcessor\Service;
32 31
 use ApacheSolrForTypo3\Solr\IndexQueue\FrontendHelper\PageFieldMappingIndexer;
33 32
 use ApacheSolrForTypo3\Solr\IndexQueue\Item;
Please login to merge, or discard this patch.
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.