From 2617dfbaf365d30282f942e8180d41cf912ad93d Mon Sep 17 00:00:00 2001 From: Taras Gudz Date: Tue, 12 Nov 2013 03:18:01 +0000 Subject: [PATCH] Removed links to non-existent things phpDocs [skip ci] --- framework/yii/BaseYii.php | 1 - framework/yii/base/Controller.php | 1 - 2 files changed, 2 deletions(-) diff --git a/framework/yii/BaseYii.php b/framework/yii/BaseYii.php index b32e8b2..427afff 100644 --- a/framework/yii/BaseYii.php +++ b/framework/yii/BaseYii.php @@ -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 = []; diff --git a/framework/yii/base/Controller.php b/framework/yii/base/Controller.php index b9840b4..c8f2d48 100644 --- a/framework/yii/base/Controller.php +++ b/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. * @return mixed the result of the action * @see runAction() - * @see forward */ public function run($route, $params = []) {