Commit e6d84a50 by Serge Postrash

yii\web\AssetManager phpdoc typo [skip ci]

parent 79274688
...@@ -48,7 +48,7 @@ class AssetManager extends Component ...@@ -48,7 +48,7 @@ class AssetManager extends Component
* The array values are the corresponding configurations. If a value is false, it means the corresponding asset * The array values are the corresponding configurations. If a value is false, it means the corresponding asset
* bundle is disabled and [[getBundle()]] should return null. * bundle is disabled and [[getBundle()]] should return null.
* *
* If this this property is false, it means the whole asset bundle feature is disabled and [[getBundle()]] * If this property is false, it means the whole asset bundle feature is disabled and [[getBundle()]]
* will always return null. * will always return null.
* *
* The following example shows how to disable the bootstrap css file used by Bootstrap widgets * The following example shows how to disable the bootstrap css file used by Bootstrap widgets
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment