Skip to content

Commit 927593c

Browse files
committed
[Form] fix reworked choice list phpdoc
1 parent 773e030 commit 927593c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ChoiceList/Factory/PropertyAccessDecorator.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,12 @@ public function createListFromLoader(ChoiceLoaderInterface $loader, $value = nul
151151
/**
152152
* {@inheritdoc}
153153
*
154-
* @param ChoiceListInterface $list The choice list
155-
* @param null|array|callable|string|PropertyPath $preferredChoices The preferred choices
156-
* @param null|callable|string|PropertyPath $label The callable or path generating the choice labels
157-
* @param null|callable|string|PropertyPath $index The callable or path generating the view indices
158-
* @param null|array|\Traversable|callable|string|PropertyPath $groupBy The callable or path generating the group names
159-
* @param null|array|callable|string|PropertyPath $attr The callable or path generating the HTML attributes
154+
* @param ChoiceListInterface $list The choice list
155+
* @param null|array|callable|string|PropertyPath $preferredChoices The preferred choices
156+
* @param null|callable|string|PropertyPath $label The callable or path generating the choice labels
157+
* @param null|callable|string|PropertyPath $index The callable or path generating the view indices
158+
* @param null|callable|string|PropertyPath $groupBy The callable or path generating the group names
159+
* @param null|array|callable|string|PropertyPath $attr The callable or path generating the HTML attributes
160160
*
161161
* @return ChoiceListView The choice list view
162162
*/

0 commit comments

Comments
 (0)