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 b50c626 + a658554 commit f1b2d30Copy full SHA for f1b2d30
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