8000 Improve phpdoc · symfony/symfony@b9af18f · GitHub
[go: up one dir, main page]

Skip to content

Commit b9af18f

Browse files
committed
Improve phpdoc
1 parent ea530d4 commit b9af18f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Symfony/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ interface ChoiceListFactoryInterface
3232
* Null may be passed when the choice list contains the empty value.
3333
*
3434
* @param iterable $choices The choices
35-
* @param callable|null $value The callable generating the choice
36-
* values
35+
* @param callable|null $value The callable generating the choice values
3736
*
3837
* @return ChoiceListInterface The choice list
3938
*/
@@ -46,8 +45,7 @@ public function createListFromChoices($choices, $value = null);
4645
* The callable receives the choice as only argument.
4746
* Null may be passed when the choice list contains the empty value.
4847
*
49-
* @param callable|null $value The callable generating the choice
50-
* values
48+
* @param callable|null $value The callable generating the choice values
5149
*
5250
* @return ChoiceListInterface The choice list
5351
*/

0 commit comments

Comments
 (0)
0