mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 03:46:39 +00:00
Fix instance variable declaration in Filesystem cache
This commit is contained in:
@@ -19,7 +19,7 @@ class Twig_Cache_Filesystem implements Twig_CacheInterface
|
|||||||
const FORCE_BYTECODE_INVALIDATION = 1;
|
const FORCE_BYTECODE_INVALIDATION = 1;
|
||||||
|
|
||||||
private $directory;
|
private $directory;
|
||||||
private $invalidateBytecode;
|
private $options;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param $directory string The root cache directory
|
* @param $directory string The root cache directory
|
||||||
|
|||||||
Reference in New Issue
Block a user