Skip to content

Commit ac2e168

Browse files
Cleanup more @return annotations
1 parent c385af1 commit ac2e168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CacheInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ interface CacheInterface
3838
* See https://en.wikipedia.org/wiki/Cache_stampede#Probabilistic_early_expiration
3939
* @param array &$metadata The metadata of the cached item {@see ItemInterface::getMetadata()}
4040
*
41-
* @return mixed The value corresponding to the provided key
41+
* @return mixed
4242
*
4343
* @throws InvalidArgumentException When $key is not valid or when $beta is negative
4444
*/

0 commit comments

Comments
 (0)