1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Add forgotten UPGRADING note for doc comment handling related changes

[skip-ci]
This commit is contained in:
Máté Kocsis
2024-02-25 16:02:09 +01:00
parent f2e199e878
commit 7266e4fc6d

View File

@@ -229,6 +229,8 @@ PHP 8.4 UPGRADE NOTES
- Reflection:
. ReflectionAttribute now contains a $name property to improve the debugging
experience.
. ReflectionClassConstant::__toString() and ReflectionProperty::__toString()
now returns the attached doc comments.
- SOAP:
. Added support for clark notation for namespaces in class map.