mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 09:47:46 +05:30
Merge pull request #474 from thephpleague/analysis-XlKDLQ
Applied fixes from StyleCI
This commit is contained in:
commit
c207addf87
@ -40,6 +40,7 @@ class AuthenticationServerMiddleware
|
||||
// @codeCoverageIgnoreStart
|
||||
} catch (\Exception $exception) {
|
||||
$response->getBody()->write($exception->getMessage());
|
||||
|
||||
return $response->withStatus(500);
|
||||
// @codeCoverageIgnoreEnd
|
||||
}
|
||||
|
@ -40,6 +40,7 @@ class ResourceServerMiddleware
|
||||
// @codeCoverageIgnoreStart
|
||||
} catch (\Exception $exception) {
|
||||
$response->getBody()->write($exception->getMessage());
|
||||
|
||||
return $response->withStatus(500);
|
||||
// @codeCoverageIgnoreEnd
|
||||
}
|
||||
|
@ -21,4 +21,4 @@ interface RendererInterface
|
||||
* @return string
|
||||
*/
|
||||
public function renderAuthorize(array $data = []);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user