Skip to content

Commit a1f0533

Browse files
author
Christian Schneider
committed
Added ReflectionParameter::getDocComment()
RFC: https://wiki.php.net/rfc/parameter-doccomments
1 parent 3d91300 commit a1f0533

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ PHP NEWS
100100
(ilutov)
101101
. Fixed bug GH-21362 (ReflectionMethod::invoke/invokeArgs() did not verify
102102
Closure instance identity for Closure::__invoke()). (Ilia Alshanetsky)
103+
. Added ReflectionParameter::getDocComment(). (chschneider)
103104

104105
- Session:
105106
. Fixed bug 71162 (updateTimestamp never called when session data is empty).

UPGRADING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ PHP 8.6 UPGRADE NOTES
144144
. ReflectionConstant::inNamespace()
145145
. Added ReflectionProperty::isReadable() and ReflectionProperty::isWritable().
146146
RFC: https://wiki.php.net/rfc/isreadable-iswriteable
147+
. Added ReflectionParameter::getDocComment().
148+
RFC: https://wiki.php.net/rfc/parameter-doccomments
147149

148150
- Intl:
149151
. `grapheme_strrev()` returns strrev for grapheme cluster unit.

0 commit comments

Comments
 (0)