mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-02-23 19:27:42 +05:30
Applied fixes from StyleCI
This commit is contained in:
parent
7b8d9c9af3
commit
3af75729b8
@ -40,6 +40,7 @@ class AuthenticationServerMiddleware
|
|||||||
// @codeCoverageIgnoreStart
|
// @codeCoverageIgnoreStart
|
||||||
} catch (\Exception $exception) {
|
} catch (\Exception $exception) {
|
||||||
$response->getBody()->write($exception->getMessage());
|
$response->getBody()->write($exception->getMessage());
|
||||||
|
|
||||||
return $response->withStatus(500);
|
return $response->withStatus(500);
|
||||||
// @codeCoverageIgnoreEnd
|
// @codeCoverageIgnoreEnd
|
||||||
}
|
}
|
||||||
|
@ -40,6 +40,7 @@ class ResourceServerMiddleware
|
|||||||
// @codeCoverageIgnoreStart
|
// @codeCoverageIgnoreStart
|
||||||
} catch (\Exception $exception) {
|
} catch (\Exception $exception) {
|
||||||
$response->getBody()->write($exception->getMessage());
|
$response->getBody()->write($exception->getMessage());
|
||||||
|
|
||||||
return $response->withStatus(500);
|
return $response->withStatus(500);
|
||||||
// @codeCoverageIgnoreEnd
|
// @codeCoverageIgnoreEnd
|
||||||
}
|
}
|
||||||
|
@ -21,4 +21,4 @@ interface RendererInterface
|
|||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function renderAuthorize(array $data = []);
|
public function renderAuthorize(array $data = []);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user