phpdoc typo

This commit is contained in:
Carsten Brandt
2015-08-03 23:38:32 +02:00
parent 18e9ca92b9
commit aef21ceec8

View File

@@ -64,7 +64,7 @@ class DbManager extends BaseManager
* *
* - an application component ID (e.g. `cache`) * - an application component ID (e.g. `cache`)
* - a configuration array * - a configuration array
* - a [[yii\caching\Cache]] object * - a [[\yii\caching\Cache]] object
* *
* When this is not set, it means caching is not enabled. * When this is not set, it means caching is not enabled.
* *