| @@ -165,10 +165,10 @@ | ||
| 165 | 165 | // direct access for small paths | 
| 166 | 166 | case 1: | 
| 167 | 167 | $this->data[$pathArray[0]] = $value; | 
| 168 | - return; | |
| 168 | + return; | |
| 169 | 169 | case 2: | 
| 170 | 170 | $this->data[$pathArray[0]][$pathArray[1]] = $value; | 
| 171 | - return; | |
| 171 | + return; | |
| 172 | 172 | default: | 
| 173 | 173 | $this->setDeepElementWithLoop($pathArray, $value); | 
| 174 | 174 | } | 
| @@ -28,7 +28,6 @@ | ||
| 28 | 28 | use ApacheSolrForTypo3\Solr\Domain\Index\Queue\RecordMonitor\Helper\MountPagesUpdater; | 
| 29 | 29 | use ApacheSolrForTypo3\Solr\Domain\Index\Queue\RecordMonitor\Helper\RootPageResolver; | 
| 30 | 30 | use ApacheSolrForTypo3\Solr\GarbageCollector; | 
| 31 | -use ApacheSolrForTypo3\Solr\System\Cache\TwoLevelCache; | |
| 32 | 31 | use ApacheSolrForTypo3\Solr\System\Configuration\ExtensionConfiguration; | 
| 33 | 32 | use ApacheSolrForTypo3\Solr\System\TCA\TCAService; | 
| 34 | 33 | use ApacheSolrForTypo3\Solr\Util; | 
| @@ -24,7 +24,6 @@ | ||
| 24 | 24 | * This copyright notice MUST APPEAR in all copies of the script! | 
| 25 | 25 | ***************************************************************/ | 
| 26 | 26 | |
| 27 | -use ApacheSolrForTypo3\Solr\Search; | |
| 28 | 27 | use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\SearchResultSet; | 
| 29 | 28 | use ApacheSolrForTypo3\Solr\Widget\AbstractWidgetViewHelper; | 
| 30 | 29 | |
| @@ -49,13 +49,13 @@ | ||
| 49 | 49 | */ | 
| 50 | 50 | protected $endOffset = 0; | 
| 51 | 51 | |
| 52 | - /** | |
| 53 | - * @param string $suggestion the suggested term | |
| 54 | - * @param string $missSpelled the misspelled original term | |
| 55 | - * @param int $numFound | |
| 56 | - * @param int $startOffset | |
| 57 | - * @param int $endOffset | |
| 58 | - */ | |
| 52 | + /** | |
| 53 | + * @param string $suggestion the suggested term | |
| 54 | + * @param string $missSpelled the misspelled original term | |
| 55 | + * @param int $numFound | |
| 56 | + * @param int $startOffset | |
| 57 | + * @param int $endOffset | |
| 58 | + */ | |
| 59 | 59 | public function __construct($suggestion = '', $missSpelled = '', $numFound = 1, $startOffset = 0, $endOffset = 0) | 
| 60 | 60 |      { | 
| 61 | 61 | $this->suggestion = $suggestion; | 
| @@ -13,7 +13,6 @@ | ||
| 13 | 13 | * | 
| 14 | 14 | * The TYPO3 project - inspiring people to share! | 
| 15 | 15 | */ | 
| 16 | -use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\SearchResultSet; | |
| 17 | 16 | |
| 18 | 17 | /** | 
| 19 | 18 | * Abstract item that represent a value of a facet. E.g. an option or a node |