Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Hlavtox committed Nov 20, 2024
1 parent 3e04d77 commit 955cd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exception/OAuthServerException.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function __construct($message, $code, $errorType, $httpStatusCode = 400,
$this->hint = $hint;
$this->redirectUri = $redirectUri;
$this->payload = [
'error' => $errorType,
'error' => $errorType,
'error_description' => $message,
];
if ($hint !== null) {
Expand Down

0 comments on commit 955cd98

Please sign in to comment.