8000 Merge branch '2.8' into 3.4 · symfony/symfony-docs@5471717 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5471717

Browse files
committed
Merge branch '2.8' into 3.4
* 2.8: Fix a "duplicated reference" issue server_version should always be a string Document missing property_info node in framework configuration make the care team list actually in alphabetic order
2 parents e233db0 + a60873b commit 5471717

File tree

3 files changed

+22
-8
lines changed

3 files changed

+22
-8
lines changed

contributing/code_of_conduct/care_team.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ also contact all of them at once by emailing **coc@symfony.com**:
2727
* *Twitter*: `@EmilieLorenzo <https://twitter.com/EmilieLorenzo>`_
2828
* *SensioConnect*: `emilielorenzo <https://connect.sensiolabs.com/profile/emilielorenzo>`_
2929

30-
* **Tobias Nyholm**
31-
32-
* *E-mail*: tobias.nyholm [at] gmail.com
33-
* *Twitter*: `@tobiasnyholm <https://twitter.com/tobiasnyholm>`_
34-
* *SensioConnect*: `tobias <https://connect.sensiolabs.com/profile/tobias>`_
35-
3630
* **Michelle Sanver**
3731

3832
* *E-mail*: hello [at] michellesanver.com
3933
* *Twitter*: `@michellesanver <https://twitter.com/michellesanver>`_
4034
* *SensioConnect*: `michellesanver <https://connect.sensiolabs.com/profile/michellesanver>`_
4135

36+
* **Tobias Nyholm**
37+
38+
* *E-mail*: tobias.nyholm [at] gmail.com
39+
* *Twitter*: `@tobiasnyholm <https://twitter.com/tobiasnyholm>`_
40+
* *SensioConnect*: `tobias <https://connect.sensiolabs.com/profile/tobias>`_
41+
4242
About the CARE Team
4343
-------------------
4444

reference/configuration/doctrine.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,13 @@ If you want to configure multiple connections in YAML, put them under the
142142
user: root
143143
password: null
144144
host: localhost
145-
server_version: 5.6
145+
server_version: '5.6'
146146
customer:
147147
dbname: customer
148148
user: root
149149
password: null
150150
host: localhost
151-
server_version: 5.7
151+
server_version: '5.7'
152152
153153
The ``database_connection`` service always refers to the *default* connection,
154154
which is the first one defined or the one configured via the

reference/configuration/framework.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ Configuration
111111
* `magic_call`_
112112
* `throw_exception_on_invalid_index`_
113113

114+
* `property_info`_
115+
116+
* :ref:`enabled <reference-property-info-enabled>`
117+
114118
* `request`_:
115119

116120
* `formats`_
@@ -1629,6 +1633,16 @@ throw_exception_on_invalid_index
16291633
When enabled, the ``property_accessor`` service throws an exception when you
16301634
try to access an invalid index of an array.
16311635

1636+
property_info
1637+
~~~~~~~~~~~~~
1638+
1639+
.. _reference-property-info-enabled:
1640+
1641+
enabled
1642+
.......
1643+
1644+
**type**: ``boolean`` **default**: ``false``
1645+
16321646
validation
16331647
~~~~~~~~~~
16341648

0 commit comments

Comments
 (0)
0