Skip to content

Commit

Permalink
Fix for new php-cs-fixer version
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Aug 11, 2024
1 parent 6a97061 commit 514f710
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/PhpParser/Builder/EnumCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
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 = [];
Expand Down

0 comments on commit 514f710

Please sign in to comment.