Browse Source

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

tags/2.0.0-beta
Taras Gudz 11 years ago
parent
commit
2617dfbaf3
  1. 1
      framework/yii/BaseYii.php
  2. 1
      framework/yii/base/Controller.php

1
framework/yii/BaseYii.php

@ -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 = [];

1
framework/yii/base/Controller.php

@ -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 = [])
{ {

Loading…
Cancel
Save