removed a @final tag

This commit is contained in:
Fabien Potencier
2017-04-26 14:47:34 -04:00
parent ef680be80e
commit a083db55c2
-2
View File
@@ -18,8 +18,6 @@
* Body
* {% include 'footer.html' %}
* </pre>
*
* @final
*/
class Twig_TokenParser_Include extends Twig_TokenParser
{