Skip to content

Commit 1c5071c

Browse files
committed
Added parameter type hint to Psr16Adapter constructor
1 parent 0e72e9a commit 1c5071c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/phpFastCache/Helper/Psr16Adapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Psr16Adapter implements CacheInterface
3535

3636
/**
3737
* Psr16Adapter constructor.
38-
* @param $driver
38+
* @param string $driver
3939
* @param array $config
4040
* @throws phpFastCacheDriverCheckException
4141
*/

0 commit comments

Comments
 (0)