There was an error while loading. Please reload this page.
1 parent 42b6a72 commit cfb416dCopy full SHA for cfb416d
1 file changed
src/Cache/Psr16Cache.php
@@ -36,7 +36,7 @@ protected function get(string $key): ?string
36
*
37
* @throws InvalidArgumentException If the $key is not a legal value.
38
*/
39
- protected function set(string $key, string $value): string
+ protected function set(string $key, string $value): void
40
{
41
$this->cache->set($key, $value);
42
}
0 commit comments