Skip to content

Commit 13f41fd

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 db82955 + a4866cf commit 13f41fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Util/OrderedHashMapIterator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
/**
1515
* Iterator for {@link OrderedHashMap} objects.
1616
*
17-
* This class is internal and should not be used.
18-
*
1917
* @author Bernhard Schussek <bschussek@gmail.com>
18+
*
19+
* @internal
2020
*/
2121
class OrderedHashMapIterator implements \Iterator
2222
{

0 commit comments

Comments
 (0)