Skip to content

Commit

Permalink
Fix invalid method name
Browse files Browse the repository at this point in the history
Replace `enableMagicCallEnabled` invalid method name with `enableMagicCall` correct one
  • Loading branch information
bocharsky-bw authored and wouterj committed Jun 27, 2015
1 parent f905157 commit 10fc101
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 10fc101

Please sign in to comment.