Skip to content

Commit 1cc8b55

Browse files
committed
Added enum support
1 parent 53602b7 commit 1cc8b55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ For Typed Arrays:
103103
/**
104104
* @var array<User>
105105
*/
106+
#[ArrayType(User::class)]
106107
private array $myArray;
107108
```
108109

0 commit comments

Comments
 (0)