Skip to content

Commit 113a97a

Browse files
committed
Narrow FileCacheStorage $directory
1 parent 8f88082 commit 113a97a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Cache/FileCacheStorage.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ final class FileCacheStorage implements CacheStorage
3838

3939
private const CACHED_CLEARED_VERSION = 'v2-new';
4040

41+
/**
42+
* @param non-empty-string $directory
43+
*/
4144
public function __construct(private string $directory)
4245
{
4346
}

0 commit comments

Comments
 (0)