- support for PHP 8.1
- added Type
- Type, Reflection: supports intersection types
Reflection::getReturnType()&Type::fromReflection()return tentative type in PHP 8.1- Reflection::getUseStatements supports enums
- Reflection: added 'never' built-in type
- Reflection:
getReturnTypes(),getParameterTypes(),getPropertyTypes()are deprecated - improved phpDoc, used generics
- added
ArrayList::from()