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 156ac65 commit 5bc3df1Copy full SHA for 5bc3df1
components/property_access.rst
@@ -225,7 +225,7 @@ The ``getValue()`` method can also use the magic ``__get()`` method::
225
Magic ``__call()`` Method
226
~~~~~~~~~~~~~~~~~~~~~~~~~
227
228
-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
229
enable this feature by using :class:`Symfony\\Component\\PropertyAccess\\PropertyAccessorBuilder`::
230
231
// ...
0 commit comments