Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

PHP 8.4: Document reflection changes #4037

Merged
merged 3 commits into from
Nov 12, 2024

Conversation

Girgias
Copy link
Member

@Girgias Girgias commented Nov 11, 2024

Drive-by fix for 8.1 ommision

Drive-by fix for 8.1 ommision
@Girgias Girgias added this to the PHP 8.4 milestone Nov 11, 2024
Copy link
Member

@arnaud-lb arnaud-lb left a 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>
Copy link
Member

@arnaud-lb arnaud-lb Nov 11, 2024

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.

Copy link
Member

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?

Copy link
Member

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?

Copy link
Member

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.

Copy link
Member

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

@Girgias Girgias merged commit 790f63a into php:master Nov 12, 2024
2 checks passed
@Girgias Girgias deleted the reflection-8.4-changes branch November 12, 2024 14:36
siwa32 added a commit to siwa32/doc-ja that referenced this pull request Dec 22, 2024
KentarouTakeda added a commit to php/doc-ja that referenced this pull request Dec 23, 2024
* 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: 武田 憲太郎 <takeda@youmind.jp>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants