Skip to content

Commit 10fc101

Browse files
bocharsky-bwwouterj
authored andcommitted
Fix invalid method name
Replace `enableMagicCallEnabled` invalid method name with `enableMagicCall` correct one
1 parent f905157 commit 10fc101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/property_access/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ enable this feature by using :class:`Symfony\\Component\\PropertyAccess\\Propert
223223
.. caution::
224224

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

229229
Writing to Arrays

0 commit comments

Comments
 (0)