Skip to content

Commit 25fc0ed

Browse files
Merge branch '3.2'
* 3.2: [Routing] Fail properly when a route parameter name cannot be used as a PCRE subpattern name [FrameworkBundle] Improve performance of ControllerNameParser Update documentation link to the component [HttpFoundation] Add links to RFC-7231 [DI] Initialize properties before method calls [Bridge/Doctrine] Use cache.prefix.seed parameter for generating cache namespace Tag missing internals Add missing example for 'path' argument in debug:config [WebProfilerBundle] Dont use request attributes in RouterController Fix complete config tests
2 parents 8d54ee2 + c6b6111 commit 25fc0ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Field/ChoiceFormField.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,11 @@ public function setValue($value)
155155
/**
156156
* Adds a choice to the current ones.
157157
*
158-
* This method should only be used internally.
159-
*
160158
* @param \DOMElement $node
161159
*
162160
* @throws \LogicException When choice provided is not multiple nor radio
161+
*
162+
* @internal
163163
*/
164164
public function addChoice(\DOMElement $node)
165165
{

0 commit comments

Comments
 (0)