Skip to content

Commit 24c1086

Browse files
committed
Minor syntax fixes
1 parent a8900ca commit 24c1086

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/property_access.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

368368
Writing to Array Properties

reference/configuration/framework.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

21452145
magic_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

21582158
throw_exception_on_invalid_index
21592159
................................

0 commit comments

Comments
 (0)