Commit 2617dfba by Taras Gudz

Removed links to non-existent things phpDocs [skip ci]

parent 9b95a81b
...@@ -63,7 +63,6 @@ class BaseYii ...@@ -63,7 +63,6 @@ class BaseYii
* The array keys are the class names (without leading backslashes), and the array values * The array keys are the class names (without leading backslashes), and the array values
* are the corresponding class file paths (or path aliases). This property mainly affects * are the corresponding class file paths (or path aliases). This property mainly affects
* how [[autoload()]] works. * how [[autoload()]] works.
* @see import
* @see autoload() * @see autoload()
*/ */
public static $classMap = []; public static $classMap = [];
......
...@@ -150,7 +150,6 @@ class Controller extends Component implements ViewContextInterface ...@@ -150,7 +150,6 @@ class Controller extends Component implements ViewContextInterface
* @param array $params the parameters to be passed to the action. * @param array $params the parameters to be passed to the action.
* @return mixed the result of the action * @return mixed the result of the action
* @see runAction() * @see runAction()
* @see forward
*/ */
public function run($route, $params = []) public function run($route, $params = [])
{ {
......
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