Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/stefanzweifel/git-…
Browse files Browse the repository at this point in the history
…auto-commit-action-5
  • Loading branch information
Baspa committed Oct 10, 2023
2 parents 20be805 + 1fc587c commit 46042e4
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 46042e4

Please sign in to comment.