@@ -26,7 +26,6 @@ |
||
| 26 | 26 | * Call back function for execution of a log element |
| 27 | 27 | * |
| 28 | 28 | * @param array $params Params from log element. |
| 29 | - * @param object $pObj Parent object (tx_crawler lib) |
|
| 30 | 29 | * @return array|null Result array |
| 31 | 30 | */ |
| 32 | 31 | public function crawler_execute($params) |
@@ -712,7 +712,7 @@ discard block |
||
| 712 | 712 | * Generate the unix time stamp for next visit. |
| 713 | 713 | * |
| 714 | 714 | * @param array $cfgRec Index configuration record |
| 715 | - * @return int The next time stamp |
|
| 715 | + * @return double The next time stamp |
|
| 716 | 716 | */ |
| 717 | 717 | public function generateNextIndexingTime($cfgRec) |
| 718 | 718 | { |
@@ -832,8 +832,6 @@ discard block |
||
| 832 | 832 | * @param string $command DataHandler command |
| 833 | 833 | * @param string $table Table name |
| 834 | 834 | * @param string $id Record ID. If new record its a string pointing to index inside \TYPO3\CMS\Core\DataHandling\DataHandler::substNEWwithIDs |
| 835 | - * @param mixed $value Target value (ignored) |
|
| 836 | - * @param DataHandler $pObj DataHandler calling object |
|
| 837 | 835 | */ |
| 838 | 836 | public function processCmdmap_preProcess($command, $table, $id) |
| 839 | 837 | { |
@@ -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 | * |