Skip to content

Commit

Permalink
fix: build test
Browse files Browse the repository at this point in the history
  • Loading branch information
rishtigupta committed Jan 8, 2024
1 parent 432bf2e commit 6535b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cache/Psr16CacheClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public function getLastError(bool $clear_error = true): ?CacheException
/**
* @inheritDoc
*/
public function get($key, $default = null)
public function get($key, $default = null): mixed
{
validatePsr16Key($key);
$response = $this->momento->get($this->cacheName, $key);
Expand Down

0 comments on commit 6535b68

Please sign in to comment.