made Twig_Extension_Staging final

This commit is contained in:
Fabien Potencier
2015-08-16 18:38:07 +02:00
parent 0e83e2e583
commit 38adc8520d
+3 -4
View File
@@ -10,13 +10,12 @@
*/
/**
* Internal class.
*
* This class is used by Twig_Environment as a staging area and must not be used directly.
* Used by Twig_Environment as a staging area.
*
* @author Fabien Potencier <fabien@symfony.com>
* @internal
*/
class Twig_Extension_Staging extends Twig_Extension
final class Twig_Extension_Staging extends Twig_Extension
{
private $functions = array();
private $filters = array();