-
Notifications
You must be signed in to change notification settings - Fork 752
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PHP 8.4] Add ext-intl
constant types
#4238
Conversation
<row> | ||
<entry>8.4.0</entry> | ||
<entry> | ||
The class constants are now typed. | ||
</entry> | ||
</row> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Were the class constant types already documented?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They were already documented but without the types. However, the classes stubs are already up to date so everything's fine on this side
<constant>NumberFormatter::PADDING_POSITION</constant> | ||
<type>int</type> attribute. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is incorrect
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I went a bit too far with the regex replacement 😄 It's fixed now
<constant>NumberFormatter::ROUNDING_MODE</constant> | ||
<type>int</type> attribute. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto
reference/intl/intlchar.xml
Outdated
<term> | ||
<constant>IntlChar::UNICODE_VERSION</constant> | ||
<type>string</type> | ||
</term> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indent is wrong
6bb9bbf
to
8224bfb
Compare
Part of #3872