Skip to content

Commit 87fd768

Browse files
authored
Added programlisting role for syntax highlighting for "coerce into union type" example. (#4901)
1 parent 8c262f2 commit 87fd768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/types/type-juggling.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250

251251
<example>
252252
<title>Example of types being coerced into a type part of the union</title>
253-
<programlisting>
253+
<programlisting role="php">
254254
<![CDATA[
255255
<?php
256256
// int|string

0 commit comments

Comments
 (0)