summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavey Shafik <me@daveyshafik.com>2016-09-28 11:23:31 -0700
committerDavey Shafik <me@daveyshafik.com>2016-09-28 11:24:43 -0700
commit94f7e4a5f418d8277839e0d35c988dc1e0c810b5 (patch)
treecceecf1632d751b5b9c409f819639371b010e332
parenta8c3174d51a75cb757809f4e36a0ab6314a9468d (diff)
downloadphp-git-94f7e4a5f418d8277839e0d35c988dc1e0c810b5.tar.gz
Update UPGRADING to reflect new reality
-rw-r--r--UPGRADING3
1 files changed, 0 insertions, 3 deletions
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