From 304293741c5b8b280a71b95206a8c37fa310981b Mon Sep 17 00:00:00 2001 From: Bocharsky Victor Date: Mon, 22 Jun 2015 00:26:40 +0300 Subject: [PATCH] Fix invalid method name Replace `enableMagicCallEnabled` invalid method name with `enableMagicCall` correct one --- components/property_access/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/property_access/introduction.rst b/components/property_access/introduction.rst index 4f7a8d863b0..578a7906433 100644 --- a/components/property_access/introduction.rst +++ b/components/property_access/introduction.rst @@ -221,7 +221,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` + :method:`PropertyAccessorBuilder::enableMagicCall` see `Enable other Features`_. Writing to Arrays