@@ -14,7 +14,6 @@ |
||
14 | 14 | * The TYPO3 project - inspiring people to share! |
15 | 15 | */ |
16 | 16 | use ApacheSolrForTypo3\Solr\Domain\Search\LastSearches\LastSearchesService; |
17 | -use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\FacetParserRegistry; |
|
18 | 17 | use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\FacetRegistry; |
19 | 18 | use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Sorting\Sorting; |
20 | 19 | use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Spellchecking\Suggestion; |
@@ -67,8 +67,8 @@ |
||
67 | 67 | } |
68 | 68 | |
69 | 69 | /** |
70 | - * @param $type |
|
71 | - * @return mixed|string |
|
70 | + * @param string $type |
|
71 | + * @return string |
|
72 | 72 | */ |
73 | 73 | protected function resolveClassName($type) |
74 | 74 | { |