Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/checkout-4
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Oct 10, 2023
2 parents ceb45c9 + 1fc587c commit 1c65d02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Provider/Genesys.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ protected function checkResponse(ResponseInterface $response, $data): void
throw new IdentityProviderException(
$data['error'] ?? $response->getReasonPhrase(),
$response->getStatusCode(),
/** @phpstan-ignore-next-line */
$response
);
}
Expand Down

0 comments on commit 1c65d02

Please sign in to comment.