Failed Conditions
Pull Request — master (#1379)
by Timo
28:04
created
Classes/Domain/Search/Statistics/StatisticsWriterProcessor.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\Search\ResultSet\SearchResultSet;
29 29
 use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\SearchResultSetProcessor;
30 30
 use ApacheSolrForTypo3\Solr\Query;
31
-use ApacheSolrForTypo3\Solr\System\Configuration\TypoScriptConfiguration;
32 31
 use ApacheSolrForTypo3\Solr\HtmlContentExtractor;
33 32
 use TYPO3\CMS\Core\Utility\GeneralUtility;
34 33
 
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\Domain\Search\SearchRequest;
31 29
 use ApacheSolrForTypo3\Solr\Domain\Search\SearchRequestAware;
32 30
 use ApacheSolrForTypo3\Solr\Query;
Please login to merge, or discard this patch.
Classes/Search.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
  ***************************************************************/
26 26
 
27 27
 use ApacheSolrForTypo3\Solr\Search\FacetsModifier;
28
-use ApacheSolrForTypo3\Solr\Search\SearchAware;
29 28
 use ApacheSolrForTypo3\Solr\System\Configuration\TypoScriptConfiguration;
30 29
 use ApacheSolrForTypo3\Solr\System\Logging\SolrLogManager;
31 30
 use TYPO3\CMS\Core\SingletonInterface;
Please login to merge, or discard this patch.