Skip to content

Commit a85b7c4

Browse files
committed
Never juggle with namespace declarations
1 parent a4b09c7 commit a85b7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DOMDocumentFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ final class DOMDocumentFactory
2424
* @var non-negative-int
2525
* TODO: Add LIBXML_NO_XXE to the defaults when PHP 8.4.0 + libxml 2.13.0 become generally available
2626
*/
27-
public const DEFAULT_OPTIONS = LIBXML_COMPACT | LIBXML_NONET | LIBXML_NSCLEAN;
27+
public const DEFAULT_OPTIONS = LIBXML_COMPACT | LIBXML_NONET;
2828

2929

3030
/**

0 commit comments

Comments
 (0)