Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
inoas authored Nov 14, 2016
1 parent 5cf9bd5 commit 563fc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/orm/entities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ are read or set.
Accessors use the convention of ``_get`` followed by the CamelCased version of
the field name.

.. php:method:: get($field = null)
.. php:method:: get($field)
They receive the basic value stored in the ``_properties`` array
as their only argument. Accessors will be used when saving entities, so be
Expand Down

0 comments on commit 563fc77

Please sign in to comment.