@@ -70,8 +70,7 @@ |
||
| 70 | 70 | $client = $clientManager->createClient(); |
| 71 | 71 | if(strpos($redirectUris, ',') !== false) { |
| 72 | 72 | $client->setRedirectUris(explode(',', $redirectUris)); |
| 73 | - } |
|
| 74 | - else { |
|
| 73 | + } else { |
|
| 75 | 74 | $client->setRedirectUris([$redirectUris]); |
| 76 | 75 | } |
| 77 | 76 | $client->setAllowedGrantTypes($types); |