Skip to content

Commit cfb416d

Browse files
committed
Update Psr16Cache.php
1 parent 42b6a72 commit cfb416d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Cache/Psr16Cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ protected function get(string $key): ?string
3636
*
3737
* @throws InvalidArgumentException If the $key is not a legal value.
3838
*/
39-
protected function set(string $key, string $value): string
39+
protected function set(string $key, string $value): void
4040
{
4141
$this->cache->set($key, $value);
4242
}

0 commit comments

Comments
 (0)