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

Add support for php 8.1 enums #218

Merged
merged 3 commits into from
Oct 8, 2021
Merged

Add support for php 8.1 enums #218

merged 3 commits into from
Oct 8, 2021

Conversation

jaapio
Copy link
Member

@jaapio jaapio commented Oct 5, 2021

Basic enum support containing:

  • Enum
  • cases
  • interface implementations in Enums
  • methods in enums

refs #216

Basic enum support containing:
- Enum
- cases
- interface implementations in Enums
- methods in enums

refs #216
@jaapio jaapio marked this pull request as ready for review October 8, 2021 09:43
@jaapio jaapio added this to In progress in php 8.1 support via automation Oct 8, 2021
@jaapio jaapio self-assigned this Oct 8, 2021
@jaapio jaapio linked an issue Oct 8, 2021 that may be closed by this pull request
10 tasks
@jaapio jaapio merged commit 708cb0a into 5.x Oct 8, 2021
php 8.1 support automation moved this from In progress to Done Oct 8, 2021
@jaapio jaapio deleted the feature/216_enums branch October 8, 2021 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Add support for enums in reflection
1 participant