From 7df469b517e59532135fd19fae6ce381de9af4f3 Mon Sep 17 00:00:00 2001 From: Thomas Calvet Date: Wed, 6 Nov 2019 20:03:28 +0100 Subject: [PATCH] [WebProfilerBundle] Clean @internal annotations --- .../Bundle/WebProfilerBundle/Controller/ProfilerController.php | 2 +- .../Bundle/WebProfilerBundle/Controller/RouterController.php | 2 +- .../Bundle/WebProfilerBundle/Profiler/TemplateManager.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 {