We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2885a commit 76f2f1fCopy full SHA for 76f2f1f
ChoiceList/View/ChoiceListView.php
@@ -28,8 +28,8 @@ class ChoiceListView
28
/**
29
* Creates a new choice list view.
30
*
31
- * @param ChoiceGroupView[]|ChoiceView[] $choices The choice views
32
- * @param ChoiceGroupView[]|ChoiceView[] $preferredChoices the preferred choice views
+ * @param array<ChoiceGroupView|ChoiceView> $choices The choice views
+ * @param array<ChoiceGroupView|ChoiceView> $preferredChoices the preferred choice views
33
*/
34
public function __construct(array $choices = [], array $preferredChoices = [])
35
{
0 commit comments