8000 minor #47609 [Form] fix type for choices (xabbuh) · symfony/symfony@0bd2935 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0bd2935

Browse files
committed
minor #47609 [Form] fix type for choices (xabbuh)
This PR was merged into the 6.2 branch. Discussion ---------- [Form] fix type for choices | Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Commits ------- dd3d9cb fix type for choices
2 parents 34072fa + dd3d9cb commit 0bd2935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoiceToValueTransformer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* @author Bernhard Schussek <bschussek@gmail.com>
2020
*
21-
* @implements DataTransformerInterface<string, string>
21+
* @implements DataTransformerInterface<mixed, string>
2222
*/
2323
class ChoiceToValueTransformer implements DataTransformerInterface
2424
{

0 commit comments

Comments
 (0)
0