mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-02 00:43:11 +05:30
Accidentally used PHP 5.4 style bracket
This commit is contained in:
parent
c40484abb1
commit
41a7125370
@ -186,7 +186,7 @@ class RefreshToken implements GrantTypeInterface {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Check that there aren't any new scopes being included
|
// Check that there aren't any new scopes being included
|
||||||
$existingScopes = [];
|
$existingScopes = array();
|
||||||
foreach ($scopes as $s) {
|
foreach ($scopes as $s) {
|
||||||
$existingScopes[] = $s['scope'];
|
$existingScopes[] = $s['scope'];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user