minor #37404 [FrameworkBundle] use dashes instead of underscores for XML attributes (xabbuh)

This PR was merged into the 5.2-dev branch.

Discussion
----------

[FrameworkBundle] use dashes instead of underscores for XML attributes

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

Commits
-------

bfe1631edd use dashes instead of underscores for XML attributes
This commit is contained in:
Fabien Potencier 2020-06-24 10:44:29 +02:00
commit 08f47a11f5

View File

@ -42,9 +42,9 @@
<xsd:attribute name="default-locale" type="xsd:string" />
<xsd:attribute name="test" type="xsd:boolean" />
<xsd:attribute name="error-controller" type="xsd:string" />
<xsd:attribute name="trusted_hosts" type="xsd:string" />
<xsd:attribute name="trusted_proxies" type="xsd:string" />
<xsd:attribute name="trusted_headers" type="xsd:string" />
<xsd:attribute name="trusted-hosts" type="xsd:string" />
<xsd:attribute name="trusted-proxies" type="xsd:string" />
<xsd:attribute name="trusted-headers" type="xsd:string" />
</xsd:complexType>
<xsd:complexType name="form">