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 59e0fd2 commit 7846a0eCopy full SHA for 7846a0e
1 file changed
src/Caching/Storage.php
@@ -15,9 +15,8 @@ interface Storage
15
{
16
/**
17
* Read from cache.
18
- * @return mixed
19
*/
20
- function read(string $key);
+ function read(string $key): mixed;
21
22
23
* Prevents item reading and writing. Lock is released by write() or remove().
0 commit comments