PHP 8.0 Support
PHP 8.0 deprecates a couple of Reflection methods (ReflectionParameter::isArray and ReflectionParameter::getClass) so a couple of modifications were made to support the existing API without having to call these methods.
PHP 8.0 deprecates a couple of Reflection methods (ReflectionParameter::isArray and ReflectionParameter::getClass) so a couple of modifications were made to support the existing API without having to call these methods.