Skip to content

Commit

Permalink
fix phpstan one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Oct 9, 2023
1 parent 59f73a7 commit 0b64141
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/AuthTokenCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,8 @@ protected function getCacheKeyFromAuthUri(string $authUri = null): string
: $this->getCacheKey();
}

/**
* @return string
*/
abstract protected function getCacheKey();
}

0 comments on commit 0b64141

Please sign in to comment.