[MonologBundle] Removed the name for the processors configuration as it is not used

This commit is contained in:
Christophe Coevoet 2011-03-20 01:29:39 +01:00
parent 5aaf8bc1b1
commit 410837e897
2 changed files with 0 additions and 2 deletions

View File

@ -87,7 +87,6 @@ class Configuration
$node
->canBeUnset()
->performNoDeepMerging()
->useAttributeAsKey('name')
->prototype('scalar')
->beforeNormalization()
->ifTrue(function($v) { return is_array($v) && isset($v['callback']); })

View File

@ -32,7 +32,6 @@
<xsd:complexType name="processor">
<xsd:attribute name="callback" type="xsd:string" use="required" />
<xsd:attribute name="name" type="xsd:string" use="required">
</xsd:complexType>
<xsd:simpleType name="level">