Skip to content

Commit 1ccf0fe

Browse files
authored
Update FilesystemCachePool.php
Cs fix
1 parent 9876180 commit 1ccf0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FilesystemCachePool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class FilesystemCachePool extends AbstractCachePool
3737

3838
/**
3939
* @param FilesystemInterface $filesystem
40-
* @param string $folder
40+
* @param string $folder
4141
*/
4242
public function __construct(FilesystemInterface $filesystem, $folder = 'cache')
4343
{

0 commit comments

Comments
 (0)