From 7266e4fc6df705e38ce6e47d5495482094916edc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Sun, 25 Feb 2024 16:02:09 +0100 Subject: [PATCH] Add forgotten UPGRADING note for doc comment handling related changes [skip-ci] --- UPGRADING | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UPGRADING b/UPGRADING index 9c0909963ae..a6c99d3ec30 100644 --- a/UPGRADING +++ b/UPGRADING @@ -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.