Skip to content

Commit

Permalink
Fix discriminatorValue 0
Browse files Browse the repository at this point in the history
  • Loading branch information
José Ángel Parada committed Jan 10, 2025
1 parent 3cab3db commit 261f626
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_PROPERTY)]
final class DiscriminatorMap implements Annotation
{
/** @var array<string, class-string> */
/** @var array<int|string, class-string> */
public $value;

/** @param array<string, class-string> $value */
Expand Down

0 comments on commit 261f626

Please sign in to comment.