Skip to content

Commit 000cc04

Browse files
committed
Fix default value
1 parent 6926018 commit 000cc04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/xml/xml.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
function xml_parser_create(string $encoding = UNKNOWN) {}
55

66
/** @return XmlParser|false */
7-
function xml_parser_create_ns(string $encoding = UNBEKANNT, string $sep = ':') {}
7+
function xml_parser_create_ns(string $encoding = UNKNOWN, string $sep = ':') {}
88

99
function xml_set_object(XmlParser $parser, object $obj): bool {}
1010

0 commit comments

Comments
 (0)