File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616use Cache \Adapter \Common \PhpCacheItem ;
1717use League \Flysystem \FileExistsException ;
1818use League \Flysystem \FileNotFoundException ;
19- use League \Flysystem \Filesystem ;
19+ use League \Flysystem \FilesystemInterface ;
2020
2121/**
2222 * @author Tobias Nyholm <[email protected] > 2323 */
2424class FilesystemCachePool extends AbstractCachePool
2525{
2626 /**
27- * @type Filesystem
27+ * @type FilesystemInterface
2828 */
2929 private $ filesystem ;
3030
@@ -36,10 +36,10 @@ class FilesystemCachePool extends AbstractCachePool
3636 private $ folder ;
3737
3838 /**
39- * @param Filesystem $filesystem
39+ * @param FilesystemInterface $filesystem
4040 * @param string $folder
4141 */
42- public function __construct (Filesystem $ filesystem , $ folder = 'cache ' )
42+ public function __construct (FilesystemInterface $ filesystem , $ folder = 'cache ' )
4343 {
4444 $ this ->folder = $ folder ;
4545
You can’t perform that action at this time.
0 commit comments