Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit24c1086

Browse files
committed
Minor syntax fixes
1 parenta8900ca commit24c1086

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-
Themagic `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-
Themagic `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)

[8]ページ先頭

©2009-2025 Movatter.jp