Completed
Push — master ( bdbc87...f1ad92 )
by Carlos
29s
created
src/Providers/Azure.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
15 15
 
16 16
     protected function getAuthUrl(): string
17 17
     {
18
-        return $this->buildAuthUrlFromBase($this->getBaseUrl() . '/oauth2/v2.0/authorize');
18
+        return $this->buildAuthUrlFromBase($this->getBaseUrl().'/oauth2/v2.0/authorize');
19 19
     }
20 20
 
21 21
     protected function getBaseUrl(): string
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
 
26 26
     protected function getTokenUrl(): string
27 27
     {
28
-        return $this->getBaseUrl() . '/oauth2/v2.0/token';
28
+        return $this->getBaseUrl().'/oauth2/v2.0/token';
29 29
     }
30 30
 
31 31
     /**
Please login to merge, or discard this patch.