Skip to content

Commit 877018e

Browse files
committed
add type hint
1 parent cfb2b41 commit 877018e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storage/EnumStorage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class EnumStorage
1010
{
1111

1212
/** @var Enum[] */
13-
private $storage = [];
13+
private array $storage = [];
1414

1515
private string $class;
1616

0 commit comments

Comments
 (0)