diff --git a/src/Symfony/Bundle/WebProfilerBundle/Profiler/Template.php b/src/Symfony/Bundle/WebProfilerBundle/Profiler/Template.php index ee0260633b..d2021bd5ad 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Profiler/Template.php +++ b/src/Symfony/Bundle/WebProfilerBundle/Profiler/Template.php @@ -27,17 +27,17 @@ class Template { /** * @var \Symfony\Bundle\TwigBundle\TwigEngine */ - public $templating; + protected $templating; /** * @var \Twig_Environment */ - public $twig; + protected $twig; /** * @var array */ - public $templates; + protected $templates; /** * @var \Symfony\Component\HttpKernel\Profiler\Profiler