Passed
Pull Request — master (#1308)
by Timo
31:40
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/ViewHelpers/Frontend/Widget/ResultPaginateViewHelper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
  *  This copyright notice MUST APPEAR in all copies of the script!
25 25
  ***************************************************************/
26 26
 
27
-use ApacheSolrForTypo3\Solr\Search;
28 27
 use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\SearchResultSet;
29 28
 use ApacheSolrForTypo3\Solr\Widget\AbstractWidgetViewHelper;
30 29
 
Please login to merge, or discard this patch.