Commit 157ea507 by Alexander Makarov

fixed typo

parent d272934e
...@@ -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.
- Namespace should be `vendorName/type/uniqueName` or `vendorName/uniqueName` if type is hard to tell. - Namespace should be `vendorName\type\uniqueName` or `vendorName\uniqueName` if type is hard to tell.
Choosing unique namespace is important to prevent name collisions. Examples: Choosing unique namespace is important to prevent name collisions. Examples:
......
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