diff --git a/src/Cache/SasaeFilesystemCache.php b/src/Cache/SasaeFilesystemCache.php index 818b77a..21db4da 100644 --- a/src/Cache/SasaeFilesystemCache.php +++ b/src/Cache/SasaeFilesystemCache.php @@ -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(