mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-10-31 02:28: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> |  * @author Carsten Brandt <mail@cebe.cc> | ||||||
|  * @since 2.0 |  * @since 2.0 | ||||||
|  * |  * | ||||||
|  * @method ActiveRecordInterface one() |  * @method ActiveRecordInterface one($db = null) | ||||||
|  * @method ActiveRecordInterface[] all() |  * @method ActiveRecordInterface[] all($db = null) | ||||||
|  * @property ActiveRecord $modelClass |  * @property ActiveRecord $modelClass | ||||||
|  */ |  */ | ||||||
| trait ActiveRelationTrait | trait ActiveRelationTrait | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 stevekr
					stevekr