[Routing] marked configurators traits as internal

This commit is contained in:
Jules Pietri 2020-02-15 10:59:09 +01:00
parent f46ab58bcf
commit 52efec76ad
No known key found for this signature in database
GPG Key ID: C924CC98D39AA885
2 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,8 @@ use Symfony\Component\Routing\Route;
use Symfony\Component\Routing\RouteCollection;
/**
* @internal
*
* @author Nicolas Grekas <p@tchwork.com>
* @author Jules Pietri <jules@heahprod.com>
*/

View File

@ -15,6 +15,8 @@ use Symfony\Component\Routing\Route;
use Symfony\Component\Routing\RouteCollection;
/**
* @internal
*
* @author Nicolas Grekas <p@tchwork.com>
*/
trait PrefixTrait