File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ The ``getValue()`` method can also use the magic ``__get()`` method::
217217
218218.. versionadded :: 5.2
219219
220- The magic `__get ` method can be disabled since in Symfony 5.2.
220+ The magic `` __get() ` ` method can be disabled since in Symfony 5.2.
221221 see `Enable other Features `_.
222222
223223.. _components-property-access-magic-call :
@@ -362,7 +362,7 @@ see `Enable other Features`_::
362362
363363.. versionadded :: 5.2
364364
365- The magic `__set ` method can be disabled since in Symfony 5.2.
365+ The magic `` __set() ` ` method can be disabled since in Symfony 5.2.
366366 see `Enable other Features `_.
367367
368368Writing to Array Properties
Original file line number Diff line number Diff line change @@ -2140,7 +2140,7 @@ its ``getValue()`` method is called.
21402140
21412141.. versionadded :: 5.2
21422142
2143- The magic ` magic_get ` option was introduced in Symfony 5.2.
2143+ The `` magic_get ` ` option was introduced in Symfony 5.2.
21442144
21452145magic_set
21462146.........
@@ -2153,7 +2153,7 @@ its ``setValue()`` method is called.
21532153
21542154.. versionadded :: 5.2
21552155
2156- The magic ` magic_set ` option was introduced in Symfony 5.2.
2156+ The `` magic_set ` ` option was introduced in Symfony 5.2.
21572157
21582158throw_exception_on_invalid_index
21592159................................
You can’t perform that action at this time.
0 commit comments