minor #34268 [WebProfilerBundle] Clean @internal annotations (fancyweb)

This PR was merged into the 5.0-dev branch.

Discussion
----------

[WebProfilerBundle] Clean @internal annotations

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

Clean remaining `@internal` added by https://github.com/symfony/symfony/pull/32698

Commits
-------

7df469b [WebProfilerBundle] Clean @internal annotations
This commit is contained in:
Yonel Ceruto 2019-11-07 06:17:46 -05:00
commit ec924df0cf
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ use Twig\Environment;
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @internal since Symfony 4.4
* @internal
*/
class ProfilerController
{

View File

@ -27,7 +27,7 @@ use Twig\Environment;
*
* @author Fabien Potencier <fabien@symfony.com>
*
* @internal since Symfony 4.4
* @internal
*/
class RouterController
{

View File

@ -22,7 +22,7 @@ use Twig\Environment;
* @author Fabien Potencier <fabien@symfony.com>
* @author Artur Wielogórski <wodor@wodor.net>
*
* @internal since Symfony 4.4
* @internal
*/
class TemplateManager
{