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