From: Davey Shafik Date: Wed, 28 Sep 2016 18:23:31 +0000 (-0700) Subject: Update UPGRADING to reflect new reality X-Git-Tag: php-7.1.0RC3~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94f7e4a5f418d8277839e0d35c988dc1e0c810b5;p=php Update UPGRADING to reflect new reality --- diff --git a/UPGRADING b/UPGRADING index 5d05a5f469..68716cdd3a 100644 --- a/UPGRADING +++ b/UPGRADING @@ -128,9 +128,6 @@ PHP 7.1 UPGRADE NOTES . The behavior of ReflectionMethod::invoke() and ::invokeArgs() has been aligned, which causes slightly different behavior than before for some pathological cases. - . ReflectionType::__toString() will now return the type name with a leading - "?" if it is nullable. To retrieve the type name without leading "?" the new - ReflectionNamedType::getName() method can be used. ======================================== 2. New Features