Skip to content

Commit f353e1f

Browse files
committed
Merge branch '2.3' into 2.7
* 2.3: fixed YAML files missing quotes when a string starts with @ [Routing] mark internal classes [Translation][Csv file] remove unnecessary statements, for better readability. [Form] remove validation of FormRegistry::getType as FormRegistry::hasType does not validate either
2 parents 7a3c153 + f241dac commit f353e1f

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Matcher/Dumper/DumperCollection.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
* Collection of routes.
1616
*
1717
* @author Arnaud Le Blanc <[email protected]>
18+
*
19+
* @internal
1820
*/
1921
class DumperCollection implements \IteratorAggregate
2022
{

Matcher/Dumper/DumperPrefixCollection.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
* Prefix tree of routes preserving routes order.
1616
*
1717
* @author Arnaud Le Blanc <[email protected]>
18+
*
19+
* @internal
1820
*/
1921
class DumperPrefixCollection extends DumperCollection
2022
{

Matcher/Dumper/DumperRoute.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
* Container for a Route.
1818
*
1919
* @author Arnaud Le Blanc <[email protected]>
20+
*
21+
* @internal
2022
*/
2123
class DumperRoute
2224
{

0 commit comments

Comments
 (0)