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