mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
fixed wrong usage of @see
This commit is contained in:
@ -86,7 +86,7 @@ abstract class Application extends Module
|
|||||||
* class name.
|
* class name.
|
||||||
* The default namespace is "app\controllers".
|
* The default namespace is "app\controllers".
|
||||||
*
|
*
|
||||||
* @see the [guide section on autoloading][guide-concept-autoloading] to learn more about
|
* See also the [guide section on autoloading][guide-concept-autoloading] to learn more about
|
||||||
* defining namespaces and how classes are loaded.
|
* defining namespaces and how classes are loaded.
|
||||||
*/
|
*/
|
||||||
public $controllerNamespace = 'app\\controllers';
|
public $controllerNamespace = 'app\\controllers';
|
||||||
|
@ -94,7 +94,7 @@ class Module extends ServiceLocator
|
|||||||
* For example, if the namespace of this module is "foo\bar", then the default
|
* For example, if the namespace of this module is "foo\bar", then the default
|
||||||
* controller namespace would be "foo\bar\controllers".
|
* controller namespace would be "foo\bar\controllers".
|
||||||
*
|
*
|
||||||
* @see the [guide section on autoloading][guide-concept-autoloading] to learn more about
|
* See also the [guide section on autoloading][guide-concept-autoloading] to learn more about
|
||||||
* defining namespaces and how classes are loaded.
|
* defining namespaces and how classes are loaded.
|
||||||
*/
|
*/
|
||||||
public $controllerNamespace;
|
public $controllerNamespace;
|
||||||
|
Reference in New Issue
Block a user