Skip to content

Commit

Permalink
bug #5420 Fix invalid method name (bocharsky-bw)
Browse files Browse the repository at this point in the history
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #5420).

Discussion
----------

Fix invalid method name

Replace `enableMagicCallEnabled` invalid method name with `enableMagicCall` correct one

Commits
-------

10fc101 Fix invalid method name
  • Loading branch information
wouterj committed Jun 27, 2015
2 parents f905157 + 10fc101 commit 45dfe2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/property_access/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ enable this feature by using :class:`Symfony\\Component\\PropertyAccess\\Propert
.. caution::

The ``__call`` feature is disabled by default, you can enable it by calling
:method:`PropertyAccessorBuilder::enableMagicCallEnabled<Symfony\\Component\\PropertyAccess\\PropertyAccessorBuilder::enableMagicCallEnabled>`
:method:`PropertyAccessorBuilder::enableMagicCall<Symfony\\Component\\PropertyAccess\\PropertyAccessorBuilder::enableMagicCall>`
see `Enable other Features`_.

Writing to Arrays
Expand Down

0 comments on commit 45dfe2c

Please sign in to comment.