From 739669fc8ce7ea862ed2129cb24976ceebd0f4c7 Mon Sep 17 00:00:00 2001 From: flashwave Date: Thu, 24 Aug 2023 23:24:45 +0000 Subject: [PATCH] More documentation fixes. --- src/Cache/SasaeFilesystemCache.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(