mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Adjust types in ActiveRecordInterface::updateAll() phpdoc (#18341)
This commit is contained in:
@ -296,7 +296,7 @@ interface ActiveRecordInterface extends StaticInstanceInterface
|
||||
*
|
||||
* @param array $attributes attribute values (name-value pairs) to be saved for the record.
|
||||
* Unlike [[update()]] these are not going to be validated.
|
||||
* @param array $condition the condition that matches the records that should get updated.
|
||||
* @param mixed $condition the condition that matches the records that should get updated.
|
||||
* Please refer to [[QueryInterface::where()]] on how to specify this parameter.
|
||||
* An empty condition will match all records.
|
||||
* @return int the number of rows updated
|
||||
|
Reference in New Issue
Block a user