Skip to content

Commit c6bc874

Browse files
authored
Merge pull request #489 from Geolim4/final
Fixed type hint typo in DriverBaseTrait
2 parents a4bfdd3 + 6c91422 commit c6bc874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/phpFastCache/Core/Pool/DriverBaseTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ public function getTagKey($key)
304304

305305
/**
306306
* @param $key
307-
* @return string
307+
* @return array
308308
*/
309309
public function getTagKeys(array $keys)
310310
{

0 commit comments

Comments
 (0)