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 3ab6b7e commit 5f47161Copy full SHA for 5f47161
src/php80/EmulatedIntEnum.php
@@ -23,10 +23,9 @@ abstract class EmulatedIntEnum implements BackedEnum
23
/**
24
* The value of the current case
25
*
26
- * @var int
27
* @readonly
28
*/
29
- public $value;
+ public int $value;
30
31
32
* @param int $value
src/php80/EmulatedStringEnum.php
@@ -20,10 +20,9 @@ abstract class EmulatedStringEnum implements BackedEnum
20
21
22
- * @var string
+ public string $value;
* @param string $value
0 commit comments