Skip to content

PHP 8.0 Support

Compare
Choose a tag to compare
@jaydiablo jaydiablo released this 20 Mar 15:42
· 68 commits to master since this release
8382073

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.