]> granicus.if.org Git - php/commitdiff
Remove accidental NEWS and UPGRADING entries
authorAaron Piotrowski <aaron@trowski.com>
Tue, 23 Aug 2016 16:49:57 +0000 (11:49 -0500)
committerAaron Piotrowski <aaron@trowski.com>
Tue, 23 Aug 2016 16:49:57 +0000 (11:49 -0500)
Merge mistake from PHP-7.1.

NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 748c9dd00eb25dc9a35ba72fd7c4ee7ae21b35d3..a91137ea8d469bd0a59acb7837ccd5c498d2bf06 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -29,9 +29,5 @@ PHP                                                                        NEWS
   . Implemented request #69086 (enhancement for mb_convert_encoding() that
     handles multibyte replacement char nicely) (Masakielastic, Yasuo)
 
-- Reflection:
-  . Reverted prepending \ for class names and ? for nullable types returned
-    from ReflectionType::__toString(). (Trowski)
-
 <<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
 
index 3dc2c1e459c64dd2e471887c5d213ea69ac43cc3..c89f46d5cf9784d5a5b8041310c26e7ba3e77b38 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -25,11 +25,6 @@ PHP 7.1 UPGRADE NOTES
   . is_object() will now return true for objects of class
     __PHP_Incomplete_Class.
 
-- Reflection:
-  . ReflectionNamedType will be returned from ReflectionParameter::getType()
-    and ReflectionFunctionAbstract::getReturnType(). This class includes a
-    getName() method that returns the type name as a string.
-
 ========================================
 2. New Features
 ========================================