From 10fc1015b4b04fa8c4c86bbe27fb76e80dea3ab8 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 8d559948418..68e493f0d5f 100644 --- a/components/property_access/introduction.rst +++ b/components/property_access/introduction.rst @@ -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` + :method:`PropertyAccessorBuilder::enableMagicCall` see `Enable other Features`_. Writing to Arrays