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

This commit is contained in:
Taras Gudz
2013-11-12 03:18:01 +00:00
parent 9b95a81b0c
commit 2617dfbaf3
2 changed files with 0 additions and 2 deletions

View File

@ -63,7 +63,6 @@ class BaseYii
* 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
* how [[autoload()]] works.
* @see import
* @see autoload()
*/
public static $classMap = [];

View File

@ -150,7 +150,6 @@ class Controller extends Component implements ViewContextInterface
* @param array $params the parameters to be passed to the action.
* @return mixed the result of the action
* @see runAction()
* @see forward
*/
public function run($route, $params = [])
{