File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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).
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments