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:
Carsten Brandt
2017-01-15 23:58:45 +01:00
parent 3692941ead
commit c1c11d06ae

View File

@@ -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,