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:
Fabien Potencier
2015-09-21 08:08:41 +02:00
+1 -1
View File
@@ -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