mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 22:32:40 +08:00
Revert "Fixed some comment issues (#13392) [skip ci]"
This reverts commit 652d05f0b8c4defa4f1bae29679322e3fbad1c0c. `@property` comments are used to document the property that is defined by a getter/setter if the method description does not fit.
This commit is contained in:
@ -356,7 +356,9 @@ class Module extends ServiceLocator
|
||||
* Defines path aliases.
|
||||
* This method calls [[Yii::setAlias()]] to register the path aliases.
|
||||
* This method is provided so that you can define path aliases when configuring a module.
|
||||
*
|
||||
* @property array list of path aliases to be defined. The array keys are alias names
|
||||
* (must start with `@`) and the array values are the corresponding paths or aliases.
|
||||
* See [[setAliases()]] for an example.
|
||||
* @param array $aliases list of path aliases to be defined. The array keys are alias names
|
||||
* (must start with `@`) and the array values are the corresponding paths or aliases.
|
||||
* For example,
|
||||
|
||||
Reference in New Issue
Block a user