@@ -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 | /** |
@@ -827,7 +827,6 @@ discard block |
||
| 827 | 827 | * Returns if a log message should be written when a page was indexed. |
| 828 | 828 | * |
| 829 | 829 | * plugin.tx_solr.logging.indexing.pageIndexed |
| 830 | - |
|
| 831 | 830 | * @param bool $defaultIfEmpty |
| 832 | 831 | * @return bool |
| 833 | 832 | */ |
@@ -841,7 +840,6 @@ discard block |
||
| 841 | 840 | * Returns if a log message should be written when the TYPO3 search markers are missing in the page. |
| 842 | 841 | * |
| 843 | 842 | * plugin.tx_solr.logging.indexing.missingTypo3SearchMarkers |
| 844 | - |
|
| 845 | 843 | * @param bool $defaultIfEmpty |
| 846 | 844 | * @return bool |
| 847 | 845 | */ |
@@ -869,7 +867,6 @@ discard block |
||
| 869 | 867 | * Indicates if the debug mode is enabled or not. |
| 870 | 868 | * |
| 871 | 869 | * plugin.tx_solr.enableDebugMode |
| 872 | - |
|
| 873 | 870 | * @param bool $defaultIfEmpty |
| 874 | 871 | * @return bool |
| 875 | 872 | */ |
@@ -1960,8 +1957,8 @@ discard block |
||
| 1960 | 1957 | */ |
| 1961 | 1958 | public function getEnableCommits($defaultIfEmpty = true) |
| 1962 | 1959 | { |
| 1963 | - $enableCommits = $this->getValueByPathOrDefaultValue('plugin.tx_solr.index.enableCommits', $defaultIfEmpty); |
|
| 1964 | - $this->getBool($enableCommits); |
|
| 1960 | + $enableCommits = $this->getValueByPathOrDefaultValue('plugin.tx_solr.index.enableCommits', $defaultIfEmpty); |
|
| 1961 | + $this->getBool($enableCommits); |
|
| 1965 | 1962 | } |
| 1966 | 1963 | |
| 1967 | 1964 | } |