File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424use function VeeWee \Xml \Dom \Manipulator \Element \copy_named_xmlns_attributes ;
2525use function VeeWee \Xml \Dom \Manipulator \Node \append_external_node ;
2626use function VeeWee \Xml \Dom \Manipulator \Node \remove ;
27- use function VeeWee \Xml \Dom \Xpath \Configurator \functions ;
2827
2928/**
3029 * This class deals with xsd:import, xsd:include and xsd:redefine tags.
@@ -240,7 +239,7 @@ private function fixRemovedDefaultXmlnsDeclarationsDuringImport(DOMElement $targ
240239 */
241240 private function rearrangeImportsAsFirstElements (Document $ xml ): void
242241 {
243- $ xpath = $ xml ->xpath (new WsdlPreset ($ xml ), functions ([ ' array_reverse ' ]) );
242+ $ xpath = $ xml ->xpath (new WsdlPreset ($ xml ));
244243 $ imports = $ xpath
245244 ->query ('//schema:import ' )
246245 ->expectAllOfType (DOMElement::class);
You can’t perform that action at this time.
0 commit comments