8000
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.
1 parent 81b0cc7 commit 92b3ef4Copy full SHA for 92b3ef4
src/Symfony/Component/Validator/Mapping/Loader/XmlFileLoader.php
@@ -182,13 +182,7 @@ protected function parseFile($path)
182
return simplexml_import_dom($dom);
183
}
184
185
- /**
186
- * Loads the validation metadata from the given XML class description.
187
- *
188
- * @param ClassMetadata $metadata The metadata to load
189
- * @param array $classDescription The XML class description
190
- */
191
- private function loadClassMetadataFromXml(ClassMetadata $metadata, $classDescription)
+ private function loadClassMetadataFromXml(ClassMetadata $metadata, \SimpleXMLElement $classDescription)
192
{
193
if (count($classDescription->{'group-sequence-provider'}) > 0) {
194
$metadata->setGroupSequenceProvider(true);
0 commit comments