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
php8.1で追加予定の列挙型(enum)をプロジェクトに導入する。 コマの色(black or white)などを想定。
PHP8.1は2021年11月25日リリース予定のため、それよりも前に導入する場合はこちらを検討
The text was updated successfully, but these errors were encountered:
#33 でPHP8.1にアップグレードしてから行う
Sorry, something went wrong.
No branches or pull requests
概要
php8.1で追加予定の列挙型(enum)をプロジェクトに導入する。
コマの色(black or white)などを想定。
PHP8.1は2021年11月25日リリース予定のため、それよりも前に導入する場合はこちらを検討
https://qiita.com/nunulk/items/2366addc3aab59e6c81e
https://qiita.com/Hiraku/items/71e385b56dcaa37629fe#comment-50a3525905760bee383b
The text was updated successfully, but these errors were encountered: