Fix @method signatures in ActiveRelationTrait (#18369)

This commit is contained in:
stevekr
2020-11-06 19:13:19 +02:00
committed by GitHub
parent 1d514e2ded
commit bdc29982fa

View File

@ -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