diff --git a/framework/db/ActiveRecordInterface.php b/framework/db/ActiveRecordInterface.php index 5b67f78..dfa9ed3 100644 --- a/framework/db/ActiveRecordInterface.php +++ b/framework/db/ActiveRecordInterface.php @@ -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