1
0
mirror of synced 2025-02-09 00:39:25 +03:00

Fix a documentation error.

This commit is contained in:
tai2 2015-11-13 12:07:21 +09:00
parent 3a44a3dada
commit 50d87bd111

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``.