Skip to content

Commit

Permalink
Remove obsolete libxml calls.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Aug 6, 2020
1 parent 6faa301 commit df7ca71
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Introspection/Introspector.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit df7ca71

Please sign in to comment.