mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 11:56:50 +00:00
made Twig_Extension_Staging final
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user