Skip to content

Commit

Permalink
Improve doc block to be more precise.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Mar 20, 2018
1 parent bbcbced commit eb337dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ORM/Table.php
Expand Up @@ -2024,9 +2024,9 @@ protected function _update($entity, $data)
* any one of the records fails to save due to failed validation or database
* error.
*
* @param array|\Cake\ORM\ResultSet $entities Entities to save.
* @param \Cake\Datasource\EntityInterface[]|\Cake\ORM\ResultSet $entities Entities to save.
* @param array|\ArrayAccess $options Options used when calling Table::save() for each entity.
* @return bool|array|\Cake\ORM\ResultSet False on failure, entities list on success.
* @return bool|\Cake\Datasource\EntityInterface[]|\Cake\ORM\ResultSet False on failure, entities list on success.
*/
public function saveMany($entities, $options = [])
{
Expand Down

0 comments on commit eb337dc

Please sign in to comment.