Skip to content

Commit 8109567

Browse files
authored
Fix type of $public_id of libxml_set_external_entity_loader (#2592)
1 parent 65d5499 commit 8109567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/libxml/functions/libxml-set-external-entity-loader.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
A <type>callable</type> with the following signature:
3131
<methodsynopsis>
3232
<type class="union"><type>resource</type><type>string</type><type>null</type></type><methodname><replaceable>resolver</replaceable></methodname>
33-
<methodparam><type>string</type><parameter>public_id</parameter></methodparam>
33+
<methodparam><type class="union"><type>string</type><type>null</type></type><parameter>public_id</parameter></methodparam>
3434
<methodparam><type>string</type><parameter>system_id</parameter></methodparam>
3535
<methodparam><type>array</type><parameter>context</parameter></methodparam>
3636
</methodsynopsis>

0 commit comments

Comments
 (0)