Skip to content

Commit e118d05

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Storage/TokenStorage.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ final class TokenStorage implements TokenStorageInterface
2424
*/
2525
private $scenarios;
2626

27-
public function __construct(WatcherClient $watcher, CacheItemPoolInterface $cache, array $scenarios = []) {
27+
public function __construct(WatcherClient $watcher, CacheItemPoolInterface $cache, array $scenarios = [])
28+
{
2829
$this->watcher = $watcher;
2930
$this->cache = $cache;
3031
$this->scenarios = $scenarios;

0 commit comments

Comments
 (0)