We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{enum EnumClass}
{enum}
The text was updated successfully, but these errors were encountered:
Be aware linked implementation supports only enum class, not nullable. Also asserts should be if+exception. I was bit lazy :'D
Sorry, something went wrong.
implement PHP 8's Enum support [closes #585]
3f0d9df
implement PHP 8.1 Enum support [closes #585]
128f8c4
b17b7da
8279a2d
Successfully merging a pull request may close this issue.
{enum EnumClass}
is buggy (error too late during validation){enum}
with modifier (https://github.com/orisai/cmf/blob/v1.x/src/Core/ORM/Wrapper/BackedEnumWrapper.php should NOT be needed)The text was updated successfully, but these errors were encountered: