Closed nitori closed 1 week ago
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).
->value
Greetings Nitori
Thanks, perfect!!!
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