Skip to content

Commit

Permalink
Removed links to non-existent things phpDocs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
tarasio committed Nov 12, 2013
1 parent 9b95a81 commit 2617dfb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion framework/yii/BaseYii.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
Expand Down
1 change: 0 additions & 1 deletion framework/yii/base/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ public function runAction($id, $params = [])
* @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 = [])
{
Expand Down

0 comments on commit 2617dfb

Please sign in to comment.