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 171a683 commit bb54096Copy full SHA for bb54096
src/Credentials/CacheProvider.php
@@ -38,7 +38,7 @@ public function getCredentials(Configuration $configuration): ?Credentials
38
return $this->cache[$key];
39
}
40
41
- public function reset()
+ public function reset(): void
42
{
43
$this->cache = [];
44
src/Credentials/ChainProvider.php
@@ -60,7 +60,7 @@ public function getCredentials(Configuration $configuration): ?Credentials
60
return null;
61
62
63
64
65
$this->lastSuccessfulProvider = [];
66
0 commit comments