@@ -297,7 +297,7 @@ |
||
| 297 | 297 | * scheduled but have note been crawled yet. |
| 298 | 298 | * |
| 299 | 299 | * @param int $uid uid of the page |
| 300 | - * @param bool $limit |
|
| 300 | + * @param integer $limit |
|
| 301 | 301 | * |
| 302 | 302 | * @return array array with the crawl-history of a page => 0 : scheduled time , 1 : executed_time, 2 : set_id |
| 303 | 303 | */ |
@@ -830,9 +830,9 @@ discard block |
||
| 830 | 830 | } |
| 831 | 831 | |
| 832 | 832 | /** |
| 833 | - * @param $currentActiveProcesses |
|
| 834 | - * @param $maxActiveProcesses |
|
| 835 | - * @param $isCrawlerEnabled |
|
| 833 | + * @param integer $currentActiveProcesses |
|
| 834 | + * @param integer $maxActiveProcesses |
|
| 835 | + * @param boolean $isCrawlerEnabled |
|
| 836 | 836 | * @return string |
| 837 | 837 | * @throws \TYPO3\CMS\Backend\Routing\Exception\RouteNotFoundException |
| 838 | 838 | */ |
@@ -926,6 +926,7 @@ discard block |
||
| 926 | 926 | * |
| 927 | 927 | * @param string the message itself |
| 928 | 928 | * @param integer message level (-1 = success (default), 0 = info, 1 = notice, 2 = warning, 3 = error) |
| 929 | + * @param string $message |
|
| 929 | 930 | */ |
| 930 | 931 | protected function addMessage($message, $severity = FlashMessage::OK): void |
| 931 | 932 | { |
@@ -38,7 +38,6 @@ discard block |
||
| 38 | 38 | * Initializes the variables before starting the processing. |
| 39 | 39 | * |
| 40 | 40 | * @param array $parameters The parameters used in this hook |
| 41 | - * @param \SFC\NcStaticfilecache\StaticFileCache $parent The calling parent object |
|
| 42 | 41 | * |
| 43 | 42 | * @throws \Exception |
| 44 | 43 | * @return void |
@@ -55,7 +54,7 @@ discard block |
||
| 55 | 54 | * @param string $uri |
| 56 | 55 | * @param TypoScriptFrontendController $frontend |
| 57 | 56 | * |
| 58 | - * @return array |
|
| 57 | + * @return string[] |
|
| 59 | 58 | * |
| 60 | 59 | * @throws \Exception |
| 61 | 60 | * |