]> granicus.if.org Git - php/commitdiff
Update UPGRADING to reflect new reality
authorDavey Shafik <me@daveyshafik.com>
Wed, 28 Sep 2016 18:23:31 +0000 (11:23 -0700)
committerDavey Shafik <me@daveyshafik.com>
Wed, 28 Sep 2016 18:24:43 +0000 (11:24 -0700)
UPGRADING

index 5d05a5f4696df98ec99651a2f7247fb27d3da34b..68716cdd3a84f1af30407ae7455fbc821d2a0fae 100644 (file)
--- 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