We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67c456 commit b50aeefCopy full SHA for b50aeef
1 file changed
src/Caching/Storage.php
@@ -17,9 +17,8 @@ interface Storage
17
{
18
/**
19
* Read from cache.
20
- * @return mixed
21
*/
22
- function read(string $key);
+ function read(string $key): mixed;
23
24
25
* Prevents item reading and writing. Lock is released by write() or remove().
0 commit comments