mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-20 18:32:59 +08:00
Removed links to non-existent things phpDocs [skip ci]
This commit is contained in:
@ -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 = [])
|
||||
{
|
||||
|
Reference in New Issue
Block a user