fixed wrong usage of @see

This commit is contained in:
Carsten Brandt
2014-05-23 19:18:25 +02:00
parent e899406494
commit 44d7d5fdd8
2 changed files with 2 additions and 2 deletions

View File

@ -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';

View File

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