Skip to content

Commit

Permalink
Fix for failed composer analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
divya-intelli committed Nov 7, 2023
1 parent bf77952 commit e2aebf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/HttpClient/Plugin/RetryOauthAuthenticationPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public function __construct(AbstractOauth $auth)
* @see AbstractOauth::getAccessToken()
*
* @psalm-suppress InvalidThrow - Exception with interface can be thrown.
* @psalm-suppress InvalidArgument - $exception is not an invalid argument.
*/
public function handleRequest(RequestInterface $request, callable $next, callable $first): Promise
{
Expand Down

0 comments on commit e2aebf9

Please sign in to comment.