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 d712b7d commit e118d05Copy full SHA for e118d05
src/Storage/TokenStorage.php
@@ -24,7 +24,8 @@ final class TokenStorage implements TokenStorageInterface
24
*/
25
private $scenarios;
26
27
- public function __construct(WatcherClient $watcher, CacheItemPoolInterface $cache, array $scenarios = []) {
+ public function __construct(WatcherClient $watcher, CacheItemPoolInterface $cache, array $scenarios = [])
28
+ {
29
$this->watcher = $watcher;
30
$this->cache = $cache;
31
$this->scenarios = $scenarios;
0 commit comments