From e6efed69a299757c8e758886ff09ea39c41b3750 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 12 Jun 2017 09:57:28 -0700 Subject: [PATCH] removed @final from Twig_Profiler_Dumper_Text --- lib/Twig/Profiler/Dumper/Text.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/Twig/Profiler/Dumper/Text.php b/lib/Twig/Profiler/Dumper/Text.php index 69d2c4bf3..863112d22 100644 --- a/lib/Twig/Profiler/Dumper/Text.php +++ b/lib/Twig/Profiler/Dumper/Text.php @@ -11,10 +11,8 @@ /** * @author Fabien Potencier - * - * @final */ -class Twig_Profiler_Dumper_Text extends Twig_Profiler_Dumper_Base +final class Twig_Profiler_Dumper_Text extends Twig_Profiler_Dumper_Base { protected function formatTemplate(Twig_Profiler_Profile $profile, $prefix) {