Skip to content

Commit d712b7d

Browse files
committed
try to satisfy psalm
1 parent cc31e1a commit d712b7d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/Storage/TokenStorage.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ final class TokenStorage implements TokenStorageInterface
2424
*/
2525
private $scenarios;
2626

27-
public function __construct(
28-
WatcherClient $watcher,
29-
CacheItemPoolInterface $cache,
30-
array $scenarios = []
31-
) {
27+
public function __construct(WatcherClient $watcher, CacheItemPoolInterface $cache, array $scenarios = []) {
3228
$this->watcher = $watcher;
3329
$this->cache = $cache;
3430
$this->scenarios = $scenarios;

0 commit comments

Comments
 (0)