More documentation fixes.
This commit is contained in:
parent
99cbfcac78
commit
739669fc8c
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ use Twig\Cache\FilesystemCache as TwigFilesystemCache;
|
|||
*/
|
||||
class SasaeFilesystemCache extends TwigFilesystemCache {
|
||||
/**
|
||||
* string $path Directory path to store the cache in.
|
||||
* bool $autoReload Whether to refresh the cache if changes are detected.
|
||||
* @param string $path Directory path to store the cache in.
|
||||
* @param bool $autoReload Whether to refresh the cache if changes are detected.
|
||||
*/
|
||||
public function __construct(string $path, bool $autoReload) {
|
||||
parent::__construct(
|
||||
|
|
Reference in a new issue