We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6019e21 + fc72b7d commit a6d8168Copy full SHA for a6d8168
src/ImsStorage/ImsCache.php
@@ -53,7 +53,7 @@ public function getAccessToken($key)
53
{
54
$this->loadCache();
55
56
- return $this->cache[$key];
+ return $this->cache[$key] ?? null;
57
}
58
59
public function clearAccessToken($key)
0 commit comments