Skip to content

Commit a378b82

Browse files
authored
Fix mismatched xml:id for T_BOOL_CAST in tokens.xml (#2768)
1 parent 7747410 commit a378b82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appendices/tokens.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ defined('T_FN') || define('T_FN', 10001);
149149
<entry>||</entry>
150150
<entry><link linkend="language.operators.logical">opérateurs logiques</link></entry>
151151
</row>
152-
<row xml:id="constant.t-boolean-cast">
152+
<row xml:id="constant.t-bool-cast">
153153
<entry>
154154
<constant>T_BOOL_CAST</constant>
155155
(<type>int</type>)

0 commit comments

Comments
 (0)