mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 12:26:30 +00:00
minor #1839 Fix instance variable declaration in Filesystem cache (znerol)
This PR was merged into the 1.x branch.
Discussion
----------
Fix instance variable declaration in Filesystem cache
Commits
-------
d88c8a9 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