Sfoglia il codice sorgente

[MonologBundle] fixed typo

Fabien Potencier 14 anni fa
parent
commit
9fe9d80371

+ 1 - 1
src/Symfony/Bundle/MonologBundle/Resources/config/schema/monolog-1.0.xsd

@@ -17,7 +17,7 @@
     <xsd:complexType name="handler">
         <xsd:choice minOccurs="0" maxOccurs="unbounded">
             <xsd:element name="processor" type="processor" />
-        </xsd:all>
+        </xsd:choice>
         <xsd:attribute name="type" type="xsd:string" use="required" />
         <xsd:attribute name="level" type="level" />
         <xsd:attribute name="bubble" type="xsd:boolean" />