We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6c5c85 + d59cf77 commit 01c65c8Copy full SHA for 01c65c8
src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd
@@ -265,6 +265,7 @@
265
<xsd:complexType name="cache_pool">
266
<xsd:attribute name="name" type="xsd:string" use="required" />
267
<xsd:attribute name="adapter" type="xsd:string" />
268
+ <xsd:attribute name="tags" type="xsd:string" />
269
<xsd:attribute name="public" type="xsd:boolean" />
270
<xsd:attribute name="default-lifetime" type="xsd:integer" />
271
<xsd:attribute name="provider" type="xsd:string" />
0 commit comments