We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f20373c commit 717c0adCopy full SHA for 717c0ad
1 file changed
src/SAML2/DOMDocumentFactory.php
@@ -110,6 +110,6 @@ public static function fromFile(string $file) : DOMDocument
110
*/
111
public static function create() : DOMDocument
112
{
113
- return new DOMDocument();
+ return new DOMDocument('1.0', 'UTF-8');
114
}
115
0 commit comments