mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-30 01:56:35 +08:00
Fix @method signatures in ActiveRelationTrait (#18369)
This commit is contained in:
@ -17,8 +17,8 @@ use yii\base\InvalidConfigException;
|
||||
* @author Carsten Brandt <mail@cebe.cc>
|
||||
* @since 2.0
|
||||
*
|
||||
* @method ActiveRecordInterface one()
|
||||
* @method ActiveRecordInterface[] all()
|
||||
* @method ActiveRecordInterface one($db = null)
|
||||
* @method ActiveRecordInterface[] all($db = null)
|
||||
* @property ActiveRecord $modelClass
|
||||
*/
|
||||
trait ActiveRelationTrait
|
||||
|
||||
Reference in New Issue
Block a user