Skip to content

Commit 5252dea

Browse files
derrabusnicolas-grekas
authored andcommitted
[Serializer] Add types to private and internal properties
1 parent fad0f3d commit 5252dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ChoiceList/View/ChoiceGroupView.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ChoiceGroupView implements \IteratorAggregate
2626
/**
2727
* Creates a new choice group view.
2828
*
29-
* @param array<array-key, ChoiceGroupView|ChoiceView> $choices the choice views in the group
29+
* @param array<ChoiceGroupView|ChoiceView> $choices the choice views in the group
3030
*/
3131
public function __construct(string $label, array $choices = [])
3232
{

0 commit comments

Comments
 (0)