mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
satisfy StyleCI
This commit is contained in:
@@ -77,7 +77,7 @@ $app->group('/api', function() {
|
||||
$params = [
|
||||
'id' => 1,
|
||||
'name' => 'Alex',
|
||||
'city' => 'London'
|
||||
'city' => 'London',
|
||||
];
|
||||
}
|
||||
|
||||
|
@@ -44,7 +44,7 @@ $app = new App([
|
||||
);
|
||||
|
||||
return $server;
|
||||
}
|
||||
},
|
||||
]);
|
||||
|
||||
$app->post('/access_token', function (ServerRequestInterface $request, ResponseInterface $response) use ($app) {
|
||||
|
Reference in New Issue
Block a user