Passed
Pull Request — master (#1746)
by Timo
06:30
created
Classes/System/Solr/SolrConnection.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -24,13 +24,11 @@
 block discarded – undo
24 24
  *  This copyright notice MUST APPEAR in all copies of the script!
25 25
  ***************************************************************/
26 26
 
27
-use ApacheSolrForTypo3\Solr\ExtractingQuery;
28 27
 use ApacheSolrForTypo3\Solr\System\Configuration\TypoScriptConfiguration;
29 28
 use ApacheSolrForTypo3\Solr\System\Logging\SolrLogManager;
30 29
 use ApacheSolrForTypo3\Solr\System\Solr\Parser\SchemaParser;
31 30
 use ApacheSolrForTypo3\Solr\System\Solr\Parser\StopWordParser;
32 31
 use ApacheSolrForTypo3\Solr\System\Solr\Parser\SynonymParser;
33
-use ApacheSolrForTypo3\Solr\System\Solr\Schema\Schema;
34 32
 use ApacheSolrForTypo3\Solr\System\Solr\Service\AbstractSolrService;
35 33
 use ApacheSolrForTypo3\Solr\System\Solr\Service\SolrAdminService;
36 34
 use ApacheSolrForTypo3\Solr\System\Solr\Service\SolrReadService;
Please login to merge, or discard this patch.