mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-11 19:20:01 +08:00
Revert "Fixed some comment issues (#13392) [skip ci]"
This reverts commit 652d05f0b8.
`@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.
|
* Defines path aliases.
|
||||||
* This method calls [[Yii::setAlias()]] to register the 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.
|
* 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
|
* @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.
|
* (must start with `@`) and the array values are the corresponding paths or aliases.
|
||||||
* For example,
|
* For example,
|
||||||
|
|||||||
Reference in New Issue
Block a user