Failed Conditions
Pull Request — master (#1385)
by Timo
04:47 queued 10s
created
Classes/ViewHelpers/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.
Classes/Domain/Search/ResultSet/Facets/AbstractFacetItem.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
  *
14 14
  * The TYPO3 project - inspiring people to share!
15 15
  */
16
-use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\SearchResultSet;
17 16
 
18 17
 /**
19 18
  * Abstract item that represent a value of a facet. E.g. an option or a node
Please login to merge, or discard this patch.
Classes/Query/Modifier/Faceting.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -24,9 +24,7 @@
 block discarded – undo
24 24
  *  This copyright notice MUST APPEAR in all copies of the script!
25 25
  ***************************************************************/
26 26
 
27
-use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\FacetQueryBuilderRegistry;
28 27
 use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\FacetRegistry;
29
-use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\FacetUrlDecoderRegistry;
30 28
 use ApacheSolrForTypo3\Solr\Query;
31 29
 use ApacheSolrForTypo3\Solr\System\Configuration\TypoScriptConfiguration;
32 30
 use ApacheSolrForTypo3\Solr\Util;
Please login to merge, or discard this patch.