Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cdf511e

Browse files
committed
minor #43224 [Workflow] Remove unused code in XML schemas (lyrixx)
This PR was merged into the 5.3 branch. Discussion ---------- [Workflow] Remove unused code in XML schemas | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | #43206 (review) | License | MIT | Doc PR | Commits ------- 0ef7789 [Workflow] Remove dead code in XML schemas
2 parents 842ecc5 + 0ef7789 commit cdf511e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -344,15 +344,6 @@
344344
<xsd:attribute name="enabled" type="xsd:boolean" />
345345
</xsd:complexType>
346346

347-
<xsd:simpleType name="audit_trail_enabled">
348-
<xsd:restriction base="xsd:string">
349-
<xsd:enumeration value="true" />
350-
<xsd:enumeration value="false" />
351-
<xsd:enumeration value="1" />
352-
<xsd:enumeration value="0" />
353-
</xsd:restriction>
354-
</xsd:simpleType>
355-
356347
<xsd:complexType name="marking_store">
357348
<xsd:sequence>
358349
<xsd:element name="argument" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />

0 commit comments

Comments
 (0)