File tree 2 files changed +3
-3
lines changed
Bundle/SecurityBundle/Resources/config/schema
Component/DependencyInjection/Loader
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 117
117
<xsd : element name =" memory" type =" memory" />
118
118
<xsd : element name =" ldap" type =" ldap" />
119
119
<!-- allow factories to use dynamic elements -->
120
- <xsd : any processContents =" lax" />
120
+ <xsd : any processContents =" lax" namespace = " ##other " />
121
121
</xsd : choice >
122
122
<xsd : attribute name =" name" type =" xsd:string" use =" required" />
123
123
<xsd : attribute name =" id" type =" xsd:string" />
176
176
<xsd : element name =" x509" type =" x509" minOccurs =" 0" maxOccurs =" 1" />
177
177
<xsd : element name =" required-badge" type =" xsd:string" minOccurs =" 0" maxOccurs =" unbounded" />
178
178
<!-- allow factories to use dynamic elements -->
179
- <xsd : any processContents =" lax" minOccurs =" 0" maxOccurs =" unbounded" />
179
+ <xsd : any processContents =" lax" minOccurs =" 0" maxOccurs =" unbounded" namespace = " ##other " />
180
180
</xsd : choice >
181
181
<xsd : attribute name =" name" type =" xsd:string" use =" required" />
182
182
<xsd : attribute name =" pattern" type =" xsd:string" />
Original file line number Diff line number Diff line change @@ -777,6 +777,6 @@ private function loadFromExtensions(\DOMDocument $xml)
777
777
*/
778
778
public static function convertDomElementToArray (\DOMElement $ element )
779
779
{
780
- return XmlUtils::convertDomElementToArray ($ element );
780
+ return XmlUtils::convertDomElementToArray ($ element, false );
781
781
}
782
782
}
You can’t perform that action at this time.
0 commit comments