@@ -243,7 +243,7 @@ discard block |
||
243 | 243 | * @param int $pageId Id of the (root) page to get the Solr configuration from. |
244 | 244 | * @param string $path The TypoScript configuration path to retrieve. |
245 | 245 | * @param bool $initializeTsfe Optionally initializes a full TSFE to get the configuration, defaults to FALSE |
246 | - * @param int|bool $language System language uid or FALSE to disable language usage, optional, defaults to 0 |
|
246 | + * @param integer $language System language uid or FALSE to disable language usage, optional, defaults to 0 |
|
247 | 247 | * @param bool $useTwoLevelCache Flag to enable the two level cache for the typoscript configuration array |
248 | 248 | * @return TypoScriptConfiguration The Solr configuration for the requested tree. |
249 | 249 | */ |
@@ -343,9 +343,9 @@ discard block |
||
343 | 343 | |
344 | 344 | /** |
345 | 345 | * This function is used to retrieve the configuration from an existing TSFE instance |
346 | - * @param $pageId |
|
347 | - * @param $path |
|
348 | - * @param $language |
|
346 | + * @param integer $pageId |
|
347 | + * @param string $path |
|
348 | + * @param integer $language |
|
349 | 349 | * @return mixed |
350 | 350 | */ |
351 | 351 | private static function getConfigurationFromExistingTSFE($pageId, $path, $language) |