Completed
Push — master ( 7424e8...05e0e0 )
by Timo
23:23 queued 11s
created
Classes/Plugin/Results/Results.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,6 @@
 block discarded – undo
29 29
 use ApacheSolrForTypo3\Solr\Domain\Search\SearchRequest;
30 30
 use ApacheSolrForTypo3\Solr\Plugin\CommandPluginBase;
31 31
 use ApacheSolrForTypo3\Solr\Plugin\PluginCommand;
32
-use ApacheSolrForTypo3\Solr\Query;
33 32
 use ApacheSolrForTypo3\Solr\System\Configuration\TypoScriptConfiguration;
34 33
 use ApacheSolrForTypo3\Solr\Template;
35 34
 use TYPO3\CMS\Core\Utility\GeneralUtility;
Please login to merge, or discard this patch.
Classes/ConnectionManager.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 Psr\Http\Message\ServerRequestInterface;
29 29
 use TYPO3\CMS\Backend\Routing\UriBuilder;
30 30
 use TYPO3\CMS\Backend\Toolbar\ClearCacheActionsHookInterface;
31
-use TYPO3\CMS\Backend\Utility\BackendUtility;
32 31
 use TYPO3\CMS\Core\Imaging\Icon;
33 32
 use TYPO3\CMS\Core\Imaging\IconFactory;
34 33
 use TYPO3\CMS\Core\SingletonInterface;
Please login to merge, or discard this patch.