Adjust types in ActiveRecordInterface::updateAll() phpdoc (#18341)

This commit is contained in:
DarkDef
2020-10-19 22:49:13 +03:00
committed by GitHub
parent 251a3aaf23
commit f94fd13228

View File

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