Completed
Push — master ( 3a83fd...c1816d )
by Timo
15:24
created
Classes/Util.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -243,7 +243,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.