Skip to content

Commit e030aec

Browse files
committed
use dashes instead of underscores for XML attributes
1 parent aa59a52 commit e030aec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Resources/config/schema/symfony-1.0.xsd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
<xsd:attribute name="default-locale" type="xsd:string" />
4343
<xsd:attribute name="test" type="xsd:boolean" />
4444
<xsd:attribute name="error-controller" type="xsd:string" />
45-
<xsd:attribute name="trusted_hosts" type="xsd:string" />
46-
<xsd:attribute name="trusted_proxies" type="xsd:string" />
47-
<xsd:attribute name="trusted_headers" type="xsd:string" />
45+
<xsd:attribute name="trusted-hosts" type="xsd:string" />
46+
<xsd:attribute name="trusted-proxies" type="xsd:string" />
47+
<xsd:attribute name="trusted-headers" type="xsd:string" />
4848
</xsd:complexType>
4949

5050
<xsd:complexType name="form">

0 commit comments

Comments
 (0)