diff --git a/src/ORM/Table.php b/src/ORM/Table.php index 78d3963636c..557f60ed4c9 100644 --- a/src/ORM/Table.php +++ b/src/ORM/Table.php @@ -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 = []) {