From a083db55c242ed30451467c802633cddbad198ed Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 26 Apr 2017 14:47:34 -0400 Subject: [PATCH] removed a @final tag --- lib/Twig/TokenParser/Include.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Twig/TokenParser/Include.php b/lib/Twig/TokenParser/Include.php index b3ac1bc7c..930b50f13 100644 --- a/lib/Twig/TokenParser/Include.php +++ b/lib/Twig/TokenParser/Include.php @@ -18,8 +18,6 @@ * Body * {% include 'footer.html' %} * - * - * @final */ class Twig_TokenParser_Include extends Twig_TokenParser {