Browse Source

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

tags/2.0.39
DarkDef 4 years ago committed by GitHub
parent
commit
f94fd13228
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      framework/db/ActiveRecordInterface.php

2
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

Loading…
Cancel
Save