From df7ca71c1bb5954c989b6b171d321b49f053caae Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Thu, 6 Aug 2020 09:24:58 +0200 Subject: [PATCH] Remove obsolete libxml calls. --- src/Introspection/Introspector.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Introspection/Introspector.php b/src/Introspection/Introspector.php index ba1814c..d99f850 100644 --- a/src/Introspection/Introspector.php +++ b/src/Introspection/Introspector.php @@ -87,9 +87,6 @@ public function parse(ResponseInterface $response, string $format = 'XML'): arra } if ('XML' === $format) { - libxml_disable_entity_loader(true); - libxml_use_internal_errors(true); - try { $dom = new DOMDocument();