Skip to content

Commit 514f710

Browse files
committed
Fix for new php-cs-fixer version
1 parent 6a97061 commit 514f710

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/PhpParser/Builder/EnumCase.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
class EnumCase implements PhpParser\Builder {
1414
/** @var Identifier|string */
1515
protected $name;
16-
/** @var ?Node\Expr */
1716
protected ?Node\Expr $value = null;
1817
/** @var array<string, mixed> */
1918
protected array $attributes = [];

0 commit comments

Comments
 (0)