Passed
Pull Request — master (#1668)
by Timo
04:12
created
Classes/Domain/Search/ResultSet/SearchResultSetService.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -26,8 +26,6 @@
 block discarded – undo
26 26
  ***************************************************************/
27 27
 
28 28
 use ApacheSolrForTypo3\Solr\Domain\Search\Query\ParameterBuilder\QueryFields;
29
-use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Result\Parser\DefaultParser;
30
-use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Result\Parser\DefaultResultParser;
31 29
 use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Result\Parser\ResultParserRegistry;
32 30
 use ApacheSolrForTypo3\Solr\Domain\Search\SearchRequest;
33 31
 use ApacheSolrForTypo3\Solr\Domain\Search\SearchRequestAware;
Please login to merge, or discard this patch.
Classes/ViewHelpers/Widget/Controller/ResultPaginateController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 
17 17
 use ApacheSolrForTypo3\Solr\Widget\AbstractWidgetController;
18 18
 use TYPO3\CMS\Core\Utility\ArrayUtility;
19
-use TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface;
20 19
 
21 20
 /**
22 21
  * Class ResultPaginateController
Please login to merge, or discard this patch.