Fix for new php-cs-fixer version

This commit is contained in:
Nikita Popov 2024-08-11 17:03:56 +02:00
parent 6a97061265
commit 514f71024e

View File

@ -13,7 +13,6 @@ use PhpParser\Node\Stmt;
class EnumCase implements PhpParser\Builder {
/** @var Identifier|string */
protected $name;
/** @var ?Node\Expr */
protected ?Node\Expr $value = null;
/** @var array<string, mixed> */
protected array $attributes = [];