Completed
Pull Request — master (#878)
by Timo
13:45
created
Classes/ConnectionManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
 use ApacheSolrForTypo3\Solr\NoSolrConnectionFoundException;
28 28
 use ApacheSolrForTypo3\Solr\Site;
29 29
 use ApacheSolrForTypo3\Solr\SolrService;
30
-use ApacheSolrForTypo3\Solr\System\Configuration\TypoScriptConfiguration;
31 30
 use ApacheSolrForTypo3\Solr\System\Page\Rootline;
32 31
 use TYPO3\CMS\Backend\Routing\UriBuilder;
33 32
 use TYPO3\CMS\Backend\Toolbar\ClearCacheActionsHookInterface;
Please login to merge, or discard this patch.
Classes/System/ContentObject/ContentObjectService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
 
28 28
 use TYPO3\CMS\Core\Utility\GeneralUtility;
29 29
 use TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer;
30
-use TYPO3\CMS\Frontend\ContentObject\TextContentObject;
31 30
 
32 31
 /**
33 32
  * StdWrap Service that can be used to apply the ContentObjectRenderer stdWrap functionality on data.
Please login to merge, or discard this patch.