Skip to content

Commit

Permalink
Remove validate XML with parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar authored Jun 10, 2023
1 parent 375ed54 commit 0c3070b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Helpers/XmlReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ protected static function dom(): DOMDocument

$document->preserveWhiteSpace = false;
$document->formatOutput = true;
$document->validateOnParse = true;

return $document;
}
Expand Down

0 comments on commit 0c3070b

Please sign in to comment.