Skip to content

Commit

Permalink
Fix build by replacing invalid ID in tokens.xml
Browse files Browse the repository at this point in the history
The language.types.string.parsing.complex XML ID doesn't exist anymore
Replaced the linkend to the correct ID but did not touch the wording nor the revision tag
  • Loading branch information
Girgias committed Oct 25, 2024
1 parent 407ebee commit 6bb6a71
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions appendices/tokens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,10 @@ defined('T_FN') || define('T_FN', 10001);
<row xml:id="constant.t-curly-open">
<entry><constant>T_CURLY_OPEN</constant></entry>
<entry>{$</entry>
<entry><link linkend="language.types.string.parsing.complex">złożona
składnia parsowania zmiennych</link></entry>
<entry>
<link linkend="language.types.string.parsing.advanced">złożona
składnia parsowania zmiennych</link>
</entry>
</row>
<row xml:id="constant.t-dec">
<entry><constant>T_DEC</constant></entry>
Expand Down Expand Up @@ -253,8 +255,10 @@ defined('T_FN') || define('T_FN', 10001);
<row xml:id="constant.t-dollar-open-curly-braces">
<entry><constant>T_DOLLAR_OPEN_CURLY_BRACES</constant></entry>
<entry>${</entry>
<entry><link linkend="language.types.string.parsing.complex">złożona
składnia parsowania zmiennych</link></entry>
<entry>
<link linkend="language.types.string.parsing.basic">złożona
składnia parsowania zmiennych</link>
</entry>
</row>
<row xml:id="constant.t-double-arrow">
<entry><constant>T_DOUBLE_ARROW</constant></entry>
Expand Down Expand Up @@ -796,8 +800,10 @@ defined('T_FN') || define('T_FN', 10001);
<row xml:id="constant.t-string-varname">
<entry><constant>T_STRING_VARNAME</constant></entry>
<entry>"${a</entry>
<entry><link linkend="language.types.string.parsing.complex">złożona
składnia parsowania zmiennych</link></entry>
<entry>
<link linkend="language.variables.variable">złożona
składnia parsowania zmiennych</link>
</entry>
</row>
<row xml:id="constant.t-switch">
<entry><constant>T_SWITCH</constant></entry>
Expand Down

0 comments on commit 6bb6a71

Please sign in to comment.