diff --git a/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php b/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php index 702eca2ba4..d311b0ab7c 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php +++ b/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php @@ -27,7 +27,7 @@ use Twig\Environment; /** * @author Fabien Potencier * - * @internal since Symfony 4.4 + * @internal */ class ProfilerController { diff --git a/src/Symfony/Bundle/WebProfilerBundle/Controller/RouterController.php b/src/Symfony/Bundle/WebProfilerBundle/Controller/RouterController.php index 907ab79eed..9b3828317c 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Controller/RouterController.php +++ b/src/Symfony/Bundle/WebProfilerBundle/Controller/RouterController.php @@ -27,7 +27,7 @@ use Twig\Environment; * * @author Fabien Potencier * - * @internal since Symfony 4.4 + * @internal */ class RouterController { diff --git a/src/Symfony/Bundle/WebProfilerBundle/Profiler/TemplateManager.php b/src/Symfony/Bundle/WebProfilerBundle/Profiler/TemplateManager.php index 48f8a758fb..30dd95e5c7 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Profiler/TemplateManager.php +++ b/src/Symfony/Bundle/WebProfilerBundle/Profiler/TemplateManager.php @@ -22,7 +22,7 @@ use Twig\Environment; * @author Fabien Potencier * @author Artur Wielogórski * - * @internal since Symfony 4.4 + * @internal */ class TemplateManager {