Skip to content

Commit f241dac

Browse files
committed
[Routing] mark internal classes
1 parent 5b936c2 commit f241dac

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)