. 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