Skip to content

Commit 9fb67f0

Browse files
authored
[PHP 8.4] intl fix constants (#4219)
1 parent ed1aff1 commit 9fb67f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

reference/intl/numberformatter-constants.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -726,9 +726,9 @@
726726
</listitem>
727727
</varlistentry>
728728

729-
<varlistentry xml:id="numberformatter.constants.round-towards-zero">
729+
<varlistentry xml:id="numberformatter.constants.round-toward-zero">
730730
<term>
731-
<constant>NumberFormatter::ROUND_TOWARDS_ZERO</constant>
731+
<constant>NumberFormatter::ROUND_TOWARD_ZERO</constant>
732732
</term>
733733
<listitem>
734734
<simpara>&Alias; <constant>NumberFormatter::ROUND_DOWN</constant>.</simpara>

reference/intl/numberformatter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
<modifier>public</modifier>
159159
<modifier>const</modifier>
160160
<type>int</type>
161-
<varname linkend="numberformatter.constants.round-towards-zero">NumberFormatter::ROUND_TOWARDS_ZERO</varname>
161+
<varname linkend="numberformatter.constants.round-toward-zero">NumberFormatter::ROUND_TOWARD_ZERO</varname>
162162
</fieldsynopsis>
163163
<fieldsynopsis>
164164
<modifier>public</modifier>

0 commit comments

Comments
 (0)