Merge branch '1.x' into 2.x

* 1.x:
  removed a @final tag
This commit is contained in:
Fabien Potencier
2017-04-26 14:50:33 -04:00
-2
View File
@@ -18,8 +18,6 @@
* Body
* {% include 'footer.html' %}
* </pre>
*
* @final
*/
class Twig_TokenParser_Include extends Twig_TokenParser
{