Skip to content

Commit 45dfe2c

Browse files
committed
bug #5420 Fix invalid method name (bocharsky-bw)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #5420). Discussion ---------- Fix invalid method name Replace `enableMagicCallEnabled` invalid method name with `enableMagicCall` correct one Commits ------- 10fc101 Fix invalid method name
2 parents f905157 + 10fc101 commit 45dfe2c

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)