1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

Fix union type tagging for xdiff_string_rabdiff()

Follow up of 1987020202
This commit is contained in:
Gina Peter Banyard
2025-11-27 18:58:36 +00:00
parent 2f18122175
commit 480cc8a9ef

View File

@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string|false</type><methodname>xdiff_string_rabdiff</methodname>
<type class="union"><type>string</type><type>false</type></type><methodname>xdiff_string_rabdiff</methodname>
<methodparam><type>string</type><parameter>old_data</parameter></methodparam>
<methodparam><type>string</type><parameter>new_data</parameter></methodparam>
</methodsynopsis>