Skip to content

Commit

Permalink
Remove unnecessary ignore line
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Oct 10, 2023
1 parent 72f7ffe commit 1fc587c
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 1fc587c

Please sign in to comment.