Skip to content

Commit c8fec97

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: [Workflow] Re-add InvalidTokenConfigurationException for BC Fix PHP 8.1 null values [Console] Fix PHP 8.1 null error for preg_match flag Fix: Article Definition::removeMethodCall should remove all matching calls [HttpFoundation] Fix typo in exception message mark the LazyIterator class as internal fix extracting mixed type-hinted property types [Worflow] Fixed GuardListener when using the new Security system keep valid submitted choices when additional choices are submitted
2 parents a4ae64d + 400e265 commit c8fec97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Field/ChoiceFormField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* ChoiceFormField represents a choice form field.
1616
*
17-
* It is constructed from a HTML select tag, or a HTML checkbox, or radio inputs.
17+
* It is constructed from an HTML select tag, or an HTML checkbox, or radio inputs.
1818
*
1919
* @author Fabien Potencier <fabien@symfony.com>
2020
*/

0 commit comments

Comments
 (0)