@@ -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 | } |
@@ -39,9 +39,9 @@ |
||
| 39 | 39 | */ |
| 40 | 40 | protected $configuration; |
| 41 | 41 | |
| 42 | - /** |
|
| 43 | - * @var string |
|
| 44 | - */ |
|
| 42 | + /** |
|
| 43 | + * @var string |
|
| 44 | + */ |
|
| 45 | 45 | protected $prefix; |
| 46 | 46 | |
| 47 | 47 | /** |
@@ -27,7 +27,6 @@ |
||
| 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; |