mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 05:48:11 +08:00
Fixed ActiveRecordInterface phpDoc
This commit is contained in:
@ -146,7 +146,7 @@ interface ActiveRecordInterface
|
|||||||
* // SELECT FROM customer WHERE age>30
|
* // SELECT FROM customer WHERE age>30
|
||||||
* $customers = Customer::find()->where('age>30')->all();
|
* $customers = Customer::find()->where('age>30')->all();
|
||||||
*
|
*
|
||||||
* @return static|ActiveQueryInterface the newly created [[ActiveQueryInterface|ActiveQuery]] instance.
|
* @return ActiveQueryInterface the newly created [[ActiveQueryInterface|ActiveQuery]] instance.
|
||||||
*/
|
*/
|
||||||
public static function find();
|
public static function find();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user