mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 20:36:33 +00:00
removed @final from Twig_Profiler_Dumper_Text
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user