|
|
@@ -2024,9 +2024,9 @@ class Table implements RepositoryInterface, EventListenerInterface, EventDispatc
|
|
|
* 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 = [])
|
|
|
{
|