@@ -856,7 +856,7 @@ |
||
| 856 | 856 | * Marks an item as failed and causes the indexer to skip the item in the |
| 857 | 857 | * next run. |
| 858 | 858 | * |
| 859 | - * @param int|Item $item Either the item's Index Queue |
|
| 859 | + * @param Item $item Either the item's Index Queue |
|
| 860 | 860 | * uid or the complete item |
| 861 | 861 | * @param string $errorMessage Error message |
| 862 | 862 | */ |
@@ -438,7 +438,7 @@ |
||
| 438 | 438 | * This method executes the requested commands and applies the changes to |
| 439 | 439 | * the template. |
| 440 | 440 | * |
| 441 | - * @param $actionResult |
|
| 441 | + * @param string $actionResult |
|
| 442 | 442 | * @return string Rendered plugin content |
| 443 | 443 | */ |
| 444 | 444 | abstract protected function render($actionResult); |
@@ -80,7 +80,7 @@ |
||
| 80 | 80 | /** |
| 81 | 81 | * Constructs label markers. |
| 82 | 82 | * |
| 83 | - * @return array Array of label markers. |
|
| 83 | + * @return string Array of label markers. |
|
| 84 | 84 | */ |
| 85 | 85 | protected function getLabelMarkers() |
| 86 | 86 | { |
@@ -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 | } |
@@ -767,7 +767,6 @@ discard block |
||
| 767 | 767 | * Returns if a log message should be written when a page was indexed. |
| 768 | 768 | * |
| 769 | 769 | * plugin.tx_solr.logging.indexing.pageIndexed |
| 770 | - |
|
| 771 | 770 | * @param bool $defaultIfEmpty |
| 772 | 771 | * @return bool |
| 773 | 772 | */ |
@@ -781,7 +780,6 @@ discard block |
||
| 781 | 780 | * Returns if a log message should be written when the TYPO3 search markers are missing in the page. |
| 782 | 781 | * |
| 783 | 782 | * plugin.tx_solr.logging.indexing.missingTypo3SearchMarkers |
| 784 | - |
|
| 785 | 783 | * @param bool $defaultIfEmpty |
| 786 | 784 | * @return bool |
| 787 | 785 | */ |
@@ -809,7 +807,6 @@ discard block |
||
| 809 | 807 | * Indicates if the debug mode is enabled or not. |
| 810 | 808 | * |
| 811 | 809 | * plugin.tx_solr.enableDebugMode |
| 812 | - |
|
| 813 | 810 | * @param bool $defaultIfEmpty |
| 814 | 811 | * @return bool |
| 815 | 812 | */ |
@@ -675,7 +675,7 @@ discard block |
||
| 675 | 675 | * |
| 676 | 676 | * @param string $configurationName |
| 677 | 677 | * @param string $defaultIfEmpty |
| 678 | - * @return mixed |
|
| 678 | + * @return string |
|
| 679 | 679 | */ |
| 680 | 680 | public function getIndexQueueInitializerClassByConfigurationName($configurationName, $defaultIfEmpty = Record::class) |
| 681 | 681 | { |
@@ -1501,7 +1501,7 @@ discard block |
||
| 1501 | 1501 | * plugin.tx_solr.search.query.allowEmptyQuery |
| 1502 | 1502 | * |
| 1503 | 1503 | * @param string $defaultIfEmpty |
| 1504 | - * @return string |
|
| 1504 | + * @return boolean |
|
| 1505 | 1505 | */ |
| 1506 | 1506 | public function getSearchQueryAllowEmptyQuery($defaultIfEmpty = '') |
| 1507 | 1507 | { |
@@ -1563,7 +1563,7 @@ discard block |
||
| 1563 | 1563 | * |
| 1564 | 1564 | * plugin.tx_solr.search.query.returnFields |
| 1565 | 1565 | * |
| 1566 | - * @param array $defaultIfEmpty |
|
| 1566 | + * @param string[] $defaultIfEmpty |
|
| 1567 | 1567 | * @return array |
| 1568 | 1568 | */ |
| 1569 | 1569 | public function getSearchQueryReturnFieldsAsArray($defaultIfEmpty = []) |
@@ -2148,7 +2148,7 @@ discard block |
||
| 2148 | 2148 | * plugin.tx_solr.index.enableCommits |
| 2149 | 2149 | * |
| 2150 | 2150 | * @param bool $defaultIfEmpty |
| 2151 | - * @return bool |
|
| 2151 | + * @return boolean|null |
|
| 2152 | 2152 | */ |
| 2153 | 2153 | public function getEnableCommits($defaultIfEmpty = true) |
| 2154 | 2154 | { |
@@ -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 | /** |
@@ -134,7 +134,7 @@ |
||
| 134 | 134 | /** |
| 135 | 135 | * Gets the last searched keywords from the database |
| 136 | 136 | * |
| 137 | - * @param int|bool $limit |
|
| 137 | + * @param integer $limit |
|
| 138 | 138 | * @return array An array containing the last searches of the current user |
| 139 | 139 | */ |
| 140 | 140 | protected function getLastSearchesFromDatabase($limit = false) |
@@ -1152,7 +1152,7 @@ |
||
| 1152 | 1152 | } |
| 1153 | 1153 | |
| 1154 | 1154 | /** |
| 1155 | - * @param $templateContent |
|
| 1155 | + * @param string $templateContent |
|
| 1156 | 1156 | * @return mixed |
| 1157 | 1157 | */ |
| 1158 | 1158 | public function setTemplateContent($templateContent) |
@@ -324,7 +324,7 @@ |
||
| 324 | 324 | * Sets a request's parameter and its value. |
| 325 | 325 | * |
| 326 | 326 | * @param string $parameter Parameter name |
| 327 | - * @param mixed $value Parameter value. |
|
| 327 | + * @param string $value Parameter value. |
|
| 328 | 328 | */ |
| 329 | 329 | public function setParameter($parameter, $value) |
| 330 | 330 | { |