Skip to content

Commit 6dccada

Browse files
committed
Remove accidental NEWS and UPGRADING entries
Merge mistake from PHP-7.1.
1 parent 600bf56 commit 6dccada

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

NEWS

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,5 @@ PHP NEWS
2929
. Implemented request #69086 (enhancement for mb_convert_encoding() that
3030
handles multibyte replacement char nicely) (Masakielastic, Yasuo)
3131

32-
- Reflection:
33-
. Reverted prepending \ for class names and ? for nullable types returned
34-
from ReflectionType::__toString(). (Trowski)
35-
3632
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
3733

UPGRADING

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ PHP 7.1 UPGRADE NOTES
2525
. is_object() will now return true for objects of class
2626
__PHP_Incomplete_Class.
2727

28-
- Reflection:
29-
. ReflectionNamedType will be returned from ReflectionParameter::getType()
30-
and ReflectionFunctionAbstract::getReturnType(). This class includes a
31-
getName() method that returns the type name as a string.
32-
3328
========================================
3429
2. New Features
3530
========================================

0 commit comments

Comments
 (0)