Closed mikebronner closed 2 years ago
There’s no support for PHP 8.1 currently. You can try unstable branch “php81”.
Thanks for the work-around, branch php81
appears to not have the above issue.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
When including traits in enums, I'm seeing the following warning:
I was expecting use statements in enums to be treated just like use statements in classes. Thanks!