Skip to content

Commit

Permalink
Add @throws
Browse files Browse the repository at this point in the history
  • Loading branch information
half2me committed Jan 16, 2019
1 parent c36e102 commit 7474303
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ORM/Table.php
Expand Up @@ -2212,6 +2212,7 @@ protected function _update($entity, $data)
* @param \Cake\Datasource\EntityInterface[]|\Cake\Datasource\ResultSetInterface $entities Entities to save.
* @param array|\ArrayAccess $options Options used when calling Table::save() for each entity.
* @return bool|\Cake\Datasource\EntityInterface[]|\Cake\Datasource\ResultSetInterface False on failure, entities list on success.
* @throws \Exception
*/
public function saveMany($entities, $options = [])
{
Expand Down

0 comments on commit 7474303

Please sign in to comment.