More documentation fixes.

This commit is contained in:
flash 2023-08-24 23:24:45 +00:00
parent 99cbfcac78
commit 739669fc8c

View file

@ -8,8 +8,8 @@ use Twig\Cache\FilesystemCache as TwigFilesystemCache;
*/ */
class SasaeFilesystemCache extends TwigFilesystemCache { class SasaeFilesystemCache extends TwigFilesystemCache {
/** /**
* string $path Directory path to store the cache in. * @param string $path Directory path to store the cache in.
* bool $autoReload Whether to refresh the cache if changes are detected. * @param bool $autoReload Whether to refresh the cache if changes are detected.
*/ */
public function __construct(string $path, bool $autoReload) { public function __construct(string $path, bool $autoReload) {
parent::__construct( parent::__construct(