We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a75cf0c commit b4dc890Copy full SHA for b4dc890
UPGRADING
@@ -371,6 +371,8 @@ PHP 8.0 UPGRADE NOTES
371
. ReflectionMethod::isConstructor() and ReflectionMethod::isDestructor() now
372
also return true for `__construct` and `__destruct` methods of interfaces.
373
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.
376
377
- Socket:
378
. The deprecated AI_IDN_ALLOW_UNASSIGNED and AI_IDN_USE_STD3_ASCII_RULES
0 commit comments