Skip to content

Commit a4866cf

Browse files
Merge branch '3.1' into 3.2
* 3.1: [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 Tag missing internals [WebProfilerBundle] Dont use request attributes in RouterController Fix complete config tests
2 parents f67d17f + 82a450a commit a4866cf

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)