Skip to content

Commit

Permalink
Update docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
cerbero90 committed Nov 16, 2024
1 parent 195ba69 commit 60f1eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Concerns/SelfAware.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static function isBackedByString(): bool
/**
* Retrieve all the meta names of the enum.
*
* @return string[]
* @return list<string>
*/
public static function metaNames(): array
{
Expand All @@ -69,7 +69,7 @@ public static function metaNames(): array
/**
* Retrieve all the meta attribute names of the enum.
*
* @return string[]
* @return list<string>
*/
public static function metaAttributeNames(): array
{
Expand Down

0 comments on commit 60f1eef

Please sign in to comment.