File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 /**
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ trait SerializableElementTrait
2020 /**
2121 * Whether to format the string output of this element or not.
2222 *
23- * Defaults to true . Override to disable output formatting.
23+ * Defaults to false . Override to disable output formatting.
2424 *
2525 * @var bool
2626 */
27- protected bool $ formatOutput = true ;
27+ protected bool $ formatOutput = false ;
2828
2929
3030 /**
You can’t perform that action at this time.
0 commit comments