mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-06 07:24:44 +01:00
Grammar fix: followings -> following
This commit is contained in:
@@ -91,7 +91,7 @@ interface QueryInterface
|
||||
* - `['status' => null]` generates `status IS NULL`.
|
||||
*
|
||||
* A condition in operator format generates the SQL expression according to the specified operator, which
|
||||
* can be one of the followings:
|
||||
* can be one of the following:
|
||||
*
|
||||
* - **and**: the operands should be concatenated together using `AND`. For example,
|
||||
* `['and', 'id=1', 'id=2']` will generate `id=1 AND id=2`. If an operand is an array,
|
||||
|
||||
Reference in New Issue
Block a user