diff --git a/src/Concerns/SelfAware.php b/src/Concerns/SelfAware.php index 8336854..2527f22 100644 --- a/src/Concerns/SelfAware.php +++ b/src/Concerns/SelfAware.php @@ -50,7 +50,7 @@ public static function isBackedByString(): bool /** * Retrieve all the meta names of the enum. * - * @return string[] + * @return list */ public static function metaNames(): array { @@ -69,7 +69,7 @@ public static function metaNames(): array /** * Retrieve all the meta attribute names of the enum. * - * @return string[] + * @return list */ public static function metaAttributeNames(): array {