Skip to content

Commit

Permalink
Update CacheInterface.stubphp
Browse files Browse the repository at this point in the history
  • Loading branch information
michnovka authored Feb 21, 2024
1 parent 4df3118 commit 4d8116d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stubs/common/Contracts/Cache/CacheInterface.stubphp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface CacheInterface
/**
* @template T
*
* @psalm-param CallbackInterface|callable(CacheItemInterface, bool): T $callback
* @psalm-param (callable(CacheItemInterface,bool):T)|(callable(ItemInterface,bool):T)|CallbackInterface<T> $callback
* @psalm-return T
*/
public function get(string $key, callable $callback, float $beta = null, array &$metadata = null);
Expand Down

0 comments on commit 4d8116d

Please sign in to comment.