Skip to content

Commit

Permalink
Update formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 18, 2016
1 parent d00efba commit 159bf30
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions en/orm/saving-data.rst
Expand Up @@ -1072,13 +1072,10 @@ Saving Multiple Entities

.. php:method:: saveMany($entities, $options = [])
.. note::

Available since 3.2.8.
Using this method you can save multiple entities atomically. ``$entites`` can
be an array of entities created using ``newEntities()`` / ``patchEntities()``.
``$options`` can have the same options as accepted by ``save()``.
``$options`` can have the same options as accepted by ``save()``::

$data = [
[
Expand All @@ -1096,6 +1093,8 @@ be an array of entities created using ``newEntities()`` / ``patchEntities()``.

The result will be updated entities on success or ``false`` on failure.

.. versionadded:: 3.2.8

Bulk Updates
============

Expand Down

0 comments on commit 159bf30

Please sign in to comment.