We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb2b41 commit 877018eCopy full SHA for 877018e
src/Storage/EnumStorage.php
@@ -10,7 +10,7 @@ class EnumStorage
10
{
11
12
/** @var Enum[] */
13
- private $storage = [];
+ private array $storage = [];
14
15
private string $class;
16
0 commit comments