Commit f837bc9b by artem-frolov

update extensions.md, Namespace section

Make clear that "type" in extensions' namespaces must be in plural form (widgets/behaviors/modules)
parent e6f9aef3
...@@ -13,7 +13,7 @@ Code style ...@@ -13,7 +13,7 @@ Code style
- Do not use `yiisoft` in the namespaces. - Do not use `yiisoft` in the namespaces.
- Do not use `\yii`, `\yii2` or `\yiisoft` as root namespace. - Do not use `\yii`, `\yii2` or `\yiisoft` as root namespace.
- Use `vendor-name\type` namespace format (all lowercase). - Use `vendor-name\type` namespace format (all lowercase) where type may be `widgets`, `behaviors`, `modules` etc.
Distribution Distribution
------------ ------------
......
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