Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN authored Jan 10, 2025
1 parent 15ad85d commit 6a41f17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ final class DiscriminatorMap implements Annotation
/** @var array<class-string> */
public $value;

/** @param array<string, class-string> $value */
/** @param array<class-string> $value */
public function __construct(array $value)
{
$this->value = $value;
Expand Down

0 comments on commit 6a41f17

Please sign in to comment.