Skip to content

Commit b4dc890

Browse files
ondrejmirtesnikic
authored andcommitted
UPGRADING - note about ReflectionType::isBuiltin()
Closes GH-5822.
1 parent a75cf0c commit b4dc890

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UPGRADING

+2
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,8 @@ PHP 8.0 UPGRADE NOTES
371371
. ReflectionMethod::isConstructor() and ReflectionMethod::isDestructor() now
372372
also return true for `__construct` and `__destruct` methods of interfaces.
373373
Previously, this would only be true for methods of classes and traits.
374+
. ReflectionType::isBuiltin() method has been moved to ReflectionNamedType.
375+
ReflectionUnionType does not have it.
374376

375377
- Socket:
376378
. The deprecated AI_IDN_ALLOW_UNASSIGNED and AI_IDN_USE_STD3_ASCII_RULES

0 commit comments

Comments
 (0)