We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a97061 commit 514f710Copy full SHA for 514f710
1 file changed
lib/PhpParser/Builder/EnumCase.php
@@ -13,7 +13,6 @@
13
class EnumCase implements PhpParser\Builder {
14
/** @var Identifier|string */
15
protected $name;
16
- /** @var ?Node\Expr */
17
protected ?Node\Expr $value = null;
18
/** @var array<string, mixed> */
19
protected array $attributes = [];
0 commit comments