Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit811cb81

Browse files
committed
[Routing] marked configurators traits as internal
1 parentf46ab58 commit811cb81

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

‎src/Symfony/Component/Routing/Loader/Configurator/Traits/AddTrait.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
useSymfony\Component\Routing\RouteCollection;
1717

1818
/**
19+
* @internal
20+
*
1921
* @author Nicolas Grekas <p@tchwork.com>
2022
*/
2123
trait AddTrait

‎src/Symfony/Component/Routing/Loader/Configurator/Traits/LocalizedRouteTrait.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
useSymfony\Component\Routing\RouteCollection;
1616

1717
/**
18+
* @internal
19+
*
1820
* @author Nicolas Grekas <p@tchwork.com>
1921
* @author Jules Pietri <jules@heahprod.com>
2022
*/

‎src/Symfony/Component/Routing/Loader/Configurator/Traits/PrefixTrait.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
useSymfony\Component\Routing\RouteCollection;
1616

1717
/**
18+
* @internal
19+
*
1820
* @author Nicolas Grekas <p@tchwork.com>
1921
*/
2022
trait PrefixTrait

‎src/Symfony/Component/Routing/Loader/Configurator/Traits/RouteTrait.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
useSymfony\Component\Routing\Route;
1515
useSymfony\Component\Routing\RouteCollection;
1616

17+
/**
18+
* @internal
19+
*/
1720
trait RouteTrait
1821
{
1922
/**

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp