Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 8 compatibility #48

Open
alan-ps opened this issue Sep 8, 2022 · 1 comment
Open

PHP 8 compatibility #48

alan-ps opened this issue Sep 8, 2022 · 1 comment

Comments

@alan-ps
Copy link

alan-ps commented Sep 8, 2022

There is fatal error happen when we try to use the module with php8.

PHP Fatal error: Declaration of Doctrine\\Common\\Reflection\\StaticReflectionClass::getConstants() must be compatible with ReflectionClass::getConstants(?int $filter = null) in plug/lib/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php on line 109

I would suggest to apply a patch from doctrine/reflection#49, which actually fixes compatibility issue for doctrine/reflection.

@alan-ps
Copy link
Author

alan-ps commented Sep 8, 2022

Create a PR based on ticket description: #49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant