Skip to content

InvalidEnumBackingType

列挙型はintまたはstringでのみバックアップできます。列挙型が他のもので バックアップされている場合に発生します。

<?php
enum Status: array {
   case None = [];
}

ユーザーノート