Skip to content

Commit 7cbecee

Browse files
authored
unserialize(): fix XML tags for union type (#4404)
1 parent b1116af commit 7cbecee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/var/functions/unserialize.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<tbody>
9090
<row>
9191
<entry><literal>allowed_classes</literal></entry>
92-
<entry><type>array|bool</type></entry>
92+
<entry><type class="union"><type>array</type><type>bool</type></type></entry>
9393
<entry>
9494
<simpara>
9595
Either an <type>array</type> of class names which should be

0 commit comments

Comments
 (0)