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

Fix Enumeration deprection #651

Merged
merged 5 commits into from
Nov 16, 2024
Merged

Fix Enumeration deprection #651

merged 5 commits into from
Nov 16, 2024

Conversation

nitori
Copy link
Contributor

@nitori nitori commented Nov 16, 2024

Fixes #650

My attempt at fixing the enum deprecation issue by replacing the legacy TYPO3 Enumeration with PHP native enum types.

A lot of places use the enums as array keys, which required me to use ->value instead of the enum directly (explained in the issue).

Greetings
Nitori

@nitori nitori force-pushed the fix-enums branch 2 times, most recently from 8a5d55b to 3ae9156 Compare November 16, 2024 20:42
@nhovratov nhovratov merged commit e967fc2 into Gernott:main Nov 16, 2024
5 checks passed
@nhovratov
Copy link
Collaborator

Thanks, perfect!!!

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

Successfully merging this pull request may close these issues.

Very quickly growing deprecation logs due to Enumeration used in TYPO3 13
2 participants