Skip to content

Commit

Permalink
fixed AR phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Mar 19, 2015
1 parent 43fd21e commit 817bd42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/db/ActiveRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
*
* For more details and usage information on ActiveRecord, see the [guide article on ActiveRecord](guide:db-active-record).
*
* @method ActiveQuery hasMany(string $class, array $link) see BaseActiveRecord::hasMany() for more info
* @method ActiveQuery hasOne(string $class, array $link) see BaseActiveRecord::hasOne() for more info
* @method ActiveQuery hasMany($class, array $link) see [[BaseActiveRecord::hasMany()]] for more info
* @method ActiveQuery hasOne($class, array $link) see [[BaseActiveRecord::hasOne()]] for more info
*
* @author Qiang Xue <[email protected]>
* @author Carsten Brandt <[email protected]>
Expand Down

0 comments on commit 817bd42

Please sign in to comment.