Skip to content

Commit

Permalink
re-add accidentally removed property
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Feb 3, 2024
1 parent 3feccf7 commit 49625a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Symfony/Component/Console/Input/InputArgument.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class InputArgument
public const IS_ARRAY = 4;

private int $mode;
private string|int|bool|array|float|null $default;

/**
* @param string $name The argument name
Expand Down

0 comments on commit 49625a1

Please sign in to comment.