Passed
Push — master ( 2ce543...1164b2 )
by meta
05:51 queued 02:47
created
src/AzureActiveDirectory.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -46,18 +46,18 @@
 block discarded – undo
46 46
     public function buildOpenIdConfigUrl()
47 47
     {
48 48
         $this->openIdConfigUrl = $this->baseUrl.'/'
49
-                               .$this->tenantName.'/'
50
-                               .$this->version.'/'
51
-                               .$this->wellKnownOpenIdConfig;
49
+                                .$this->tenantName.'/'
50
+                                .$this->version.'/'
51
+                                .$this->wellKnownOpenIdConfig;
52 52
     }
53 53
 
54 54
     public function buildAdminConsentUrl($clientId, $redirectUri)
55 55
     {
56 56
         $url = $this->baseUrl.'/'
57
-             .$this->tenantName.'/'
58
-             .'adminconsent'
59
-             .'?client_id='.$clientId
60
-             .'&redirect_uri='.$redirectUri;
57
+                .$this->tenantName.'/'
58
+                .'adminconsent'
59
+                .'?client_id='.$clientId
60
+                .'&redirect_uri='.$redirectUri;
61 61
 
62 62
         return $url;
63 63
     }
Please login to merge, or discard this patch.