Skip to content

Commit b5e822c

Browse files
[Contracts] fine tune composer.json declarations for suggest/provide
1 parent 2289b69 commit b5e822c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CacheInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
interface CacheInterface
2626
{
2727
/**
28+
* @param string $key The key of the item to retrieve from the cache
2829
* @param callable(ItemInterface):mixed $callback Should return the computed value for the given key/item
2930
* @param float|null $beta A float that, as it grows, controls the likeliness of triggering
3031
* early expiration. 0 disables it, INF forces immediate expiration.

0 commit comments

Comments
 (0)