Commit 44d7d5fd by Carsten Brandt

fixed wrong usage of @see

parent e8994064
...@@ -86,7 +86,7 @@ abstract class Application extends Module ...@@ -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 ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment