8000 bug #27968 [FrameworkBundle] add missing XSD entry for taggable cache… · symfony/symfony@01c65c8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 01c65c8

Browse files
committed
bug #27968 [FrameworkBundle] add missing XSD entry for taggable cache pools (xabbuh)
This PR was merged into the 4.2-dev branch. Discussion ---------- [FrameworkBundle] add missing XSD entry for taggable cache pools | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- d59cf77 add missing XSD entry for taggable cache pools
2 parents f6c5c85 + d59cf77 commit 01c65c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
<xsd:complexType name="cache_pool">
266266
<xsd:attribute name="name" type="xsd:string" use="required" />
267267
<xsd:attribute name="adapter" type="xsd:string" />
268+
<xsd:attribute name="tags" type="xsd:string" />
268269
<xsd:attribute name="public" type="xsd:boolean" />
269270
<xsd:attribute name="default-lifetime" type="xsd:integer" />
270271
<xsd:attribute name="provider" type="xsd:string" />

0 commit comments

Comments
 (0)
0