Skip to content

Commit

Permalink
Update src/FetchAuthTokenInterface.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Nov 13, 2024
1 parent 837eba5 commit 76f48e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/FetchAuthTokenInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ interface FetchAuthTokenInterface
* Fetches the auth tokens based on the current state.
*
* @param callable|null $httpHandler callback which delivers psr7 request
*
* @return array<mixed> a hash of auth tokens
*/
public function fetchAuthToken(?callable $httpHandler = null);
Expand Down

0 comments on commit 76f48e6

Please sign in to comment.