Skip to content

Commit 42bb18b

Browse files
authored
unserialize.xml Specify a strict type for the allowed_classes element (#4333)
1 parent b01a676 commit 42bb18b

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>mixed</type></entry>
92+
<entry><type>array|bool</type></entry>
9393
<entry>
9494
<simpara>
9595
Either an <type>array</type> of class names which should be

0 commit comments

Comments
 (0)