Skip to content

Commit 29e45ed

Browse files
committed
Fixed phpDoc of Psr16Adapter as per Scrutinizer recommandations
1 parent 00a90cb commit 29e45ed

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
@@ -117,7 +117,7 @@ public function clear()
117117
/**
118118
* @param string[] $keys
119119
* @param null $default
120-
* @return array
120+
* @return \iterable
121121
* @throws \phpFastCache\Exceptions\phpFastCacheSimpleCacheException
122122
*/
123123
public function getMultiple($keys, $default = null)

0 commit comments

Comments
 (0)