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::
217
217
218
218
.. versionadded :: 5.2
219
219
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.
221
221
see `Enable other Features `_.
222
222
223
223
.. _components-property-access-magic-call :
@@ -362,7 +362,7 @@ see `Enable other Features`_::
362
362
363
363
.. versionadded :: 5.2
364
364
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.
366
366
see `Enable other Features `_.
367
367
368
368
Writing to Array Properties
Original file line number Diff line number Diff line change @@ -2140,7 +2140,7 @@ its ``getValue()`` method is called.
2140
2140
2141
2141
.. versionadded :: 5.2
2142
2142
2143
- The magic ` magic_get ` option was introduced in Symfony 5.2.
2143
+ The `` magic_get ` ` option was introduced in Symfony 5.2.
2144
2144
2145
2145
magic_set
2146
2146
.........
@@ -2153,7 +2153,7 @@ its ``setValue()`` method is called.
2153
2153
2154
2154
.. versionadded :: 5.2
2155
2155
2156
- The magic ` magic_set ` option was introduced in Symfony 5.2.
2156
+ The `` magic_set ` ` option was introduced in Symfony 5.2.
2157
2157
2158
2158
throw_exception_on_invalid_index
2159
2159
................................
You can’t perform that action at this time.
0 commit comments