mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 04:37:42 +08:00
Fix #20570: Fix @var annotation for UrlManager::$cache
This commit is contained in:
@ -119,7 +119,7 @@ class UrlManager extends Component
|
||||
*/
|
||||
public $routeParam = 'r';
|
||||
/**
|
||||
* @var CacheInterface|array|string|bool the cache object or the application component ID of the cache object.
|
||||
* @var CacheInterface|array|string|bool|null the cache object or the application component ID of the cache object.
|
||||
* This can also be an array that is used to create a [[CacheInterface]] instance in case you do not want to use
|
||||
* an application component.
|
||||
* Compiled URL rules will be cached through this cache object, if it is available.
|
||||
|
||||
Reference in New Issue
Block a user