8000 minor #35731 [Routing] marked configurators traits as internal (HeahD… · symfony/symfony@9acb060 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9acb060

Browse files
minor #35731 [Routing] marked configurators traits as internal (HeahDude)
This PR was merged into the 5.1-dev branch. Discussion ---------- [Routing] marked configurators traits as internal | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | Fix #30501 (comment) <!-- prefix each issue number with "Fix #", if any --> | License | MIT | Doc PR | not needed <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - Never break backward compatibility (see https://symfony.com/bc). - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too.) - Features and deprecations must be submitted against branch master. --> Commits ------- 52efec7 [Routing] marked configurators traits as internal
2 parents fcb833f + 52efec7 commit 9acb060

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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
use Symfony\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
use Symfony\Component\Routing\RouteCollection;
1616

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

0 commit comments

Comments
 (0)
0