mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 11:27:00 +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;
|
||||
|
||||
private $directory;
|
||||
private $invalidateBytecode;
|
||||
private $options;
|
||||
|
||||
/**
|
||||
* @param $directory string The root cache directory
|
||||
|
||||
Reference in New Issue
Block a user