1
0
mirror of synced 2025-03-06 12:56:10 +03:00

Merge pull request #1554 from tai2/fix_document_transactional

Fix a documentation error.
This commit is contained in:
Marco Pivetta 2015-11-13 07:00:30 +01:00
commit 802cc82c8d

View File

@ -101,7 +101,7 @@ functionally equivalent to the previously shown code looks as follows:
.. warning::
For historical reasons, ``EntityManager#transactional($func)`` will return
``false`` whenever the return value of ``$func`` is loosely false.
``true`` whenever the return value of ``$func`` is loosely false.
Some examples of this include ``array()``, ``"0"``, ``""``, ``0``, and
``null``.