We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f905157 commit 10fc101Copy full SHA for 10fc101
components/property_access/introduction.rst
@@ -223,7 +223,7 @@ enable this feature by using :class:`Symfony\\Component\\PropertyAccess\\Propert
223
.. caution::
224
225
The ``__call`` feature is disabled by default, you can enable it by calling
226
- :method:`PropertyAccessorBuilder::enableMagicCallEnabled<Symfony\\Component\\PropertyAccess\\PropertyAccessorBuilder::enableMagicCallEnabled>`
+ :method:`PropertyAccessorBuilder::enableMagicCall<Symfony\\Component\\PropertyAccess\\PropertyAccessorBuilder::enableMagicCall>`
227
see `Enable other Features`_.
228
229
Writing to Arrays
0 commit comments