-
Notifications
You must be signed in to change notification settings - Fork 807
PHP 8.4: Document reflection changes #4037
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
Conversation
Drive-by fix for 8.1 ommision
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.
Thank you!
@@ -10,7 +10,7 @@ | |||
<methodsynopsis role="ReflectionClass"> | |||
<modifier>public</modifier> <type>void</type><methodname>ReflectionClass::resetAsLazyGhost</methodname> | |||
<methodparam><type>object</type><parameter>object</parameter></methodparam> | |||
<methodparam><type>callable</type><parameter>initializer</parameter></methodparam> |
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 one is a bug in the stub, unfortunately :( The parameter should have been called "initializer". I will fix this for 8.4.1.
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.
8.4.0 is not released yet, why wait for 8.4.1?
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 would like to, but can we still make changes to 8.4.0? As I understand, the current RC will be released as 8.4.0? Or am I mistaken?
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.
No that's not true. RC4 != final release.
Changes you make now will still make it in the final release.
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.
Oh, that's a good news. Thank you
This is being fixed in php-src
* PHP 8.4: Document reflection changes を翻訳 php/doc-en#4037 * [PHP 8.4] Add class constant types for Reflection を翻訳 https://github.com/php/doc-en/pull/4244/files * インデント微調整 --------- Co-authored-by: 武田 憲太郎 <[email protected]>
Drive-by fix for 8.1 ommision