Completed
Branch master (235766)
by Matthew
14:08
created
src/Command/CreateClientCommand.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,8 +70,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.