We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c34ef27 commit 978492dCopy full SHA for 978492d
components/property_access.rst
@@ -223,7 +223,7 @@ The ``getValue()`` method can also use the magic ``__get()`` method::
223
Magic ``__call()`` Method
224
~~~~~~~~~~~~~~~~~~~~~~~~~
225
226
-At last, ``getValue()`` can use the magic ``__call()`` method, but you need to
+Lastly, ``getValue()`` can use the magic ``__call()`` method, but you need to
227
enable this feature by using :class:`Symfony\\Component\\PropertyAccess\\PropertyAccessorBuilder`::
228
229
// ...
0 commit comments