removed @final from Twig_Profiler_Dumper_Text

This commit is contained in:
Fabien Potencier
2017-06-12 09:57:28 -07:00
parent df499fcee7
commit e6efed69a2
+1 -3
View File
@@ -11,10 +11,8 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @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)
{