Open
Description
I'm not sure if this is the correct package to report the issue, but I've just upgraded to PHP 8 and got the following error:
Fatal error: Declaration of Go\ParserReflection\Traits\ReflectionClassLikeTrait::getConstants() must be compatible with ReflectionClass::getConstants(?int $filter = null) in /var/www/html/vendor/goaop/parser-reflection/src/ReflectionClass.php on line 214
Is the library supposed to work with PHP 8 or I'm pulling some older transitive dependency?
Here is part of my dependencies tree:
- codeception/aspect-mock 3.1.0
- goaop/framework 2.3.0
- goaop/parser-reflection 2.1.2