8000 bug #6545 Replace property_accessor by property_access (jbenoit2011) · symfony/symfony-docs@3f9e578 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3f9e578

Browse files
committed
bug #6545 Replace property_accessor by property_access (jbenoit2011)
This PR was submitted for the 3.0 branch but it was merged into the 2.7 branch instead (closes #6545). Discussion ---------- Replace property_accessor by property_access Property accessor service name is `property_accessor` but configuration key is `property_access`. IMHO, to avoid confusion both should be the same. But for the moment, I amend the documentation to reflect the actual mapping. Commits ------- 592996c Replace property_accessor by property_access
2 parents d13aa70 + 592996c commit 3f9e578

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/configuration/framework.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Configuration
8686
* :ref:`enabled <reference-translator-enabled>`
8787
* `fallbacks`_
8888
* `logging`_
89-
* `property_accessor`_
89+
* `property_access`_
9090
* `magic_call`_
9191
* `throw_exception_on_invalid_index`_
9292
* `validation`_
@@ -1302,8 +1302,8 @@ for a given key. The logs are made to the ``translation`` channel and at the
13021302
``debug`` for level for keys where there is a translation in the fallback
13031303
locale and the ``warning`` level if there is no translation to use at all.
13041304

1305-
property_accessor
1306-
~~~~~~~~~~~~~~~~~
1305+
property_access
1306+
~~~~~~~~~~~~~~~
13071307

13081308
magic_call
13091309
..........

0 commit comments

Comments
 (0)
0