Completed
Pull Request — master (#15281)
by Nelson J
09:51
created
framework/web/UrlManager.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -417,7 +417,7 @@  discard block
 block discarded – undo
417 417
      * @param string $cacheKey generated cache key to store data.
418 418
      * @param string $route the route (e.g. `site/index`).
419 419
      * @param array $params rule params.
420
-     * @return bool|string the created URL
420
+     * @return string|false the created URL
421 421
      * @see createUrl()
422 422
      * @since 2.0.8
423 423
      */
@@ -439,7 +439,7 @@  discard block
 block discarded – undo
439 439
 
440 440
     /**
441 441
      * Store rule (e.g. [[UrlRule]]) to internal cache.
442
-     * @param $cacheKey
442
+     * @param string $cacheKey
443 443
      * @param UrlRuleInterface $rule
444 444
      * @since 2.0.8
445 445
      */
Please login to merge, or discard this patch.