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