x Sorry, these patches are not available anymore due to data migration. Please run a fresh inspection.
Completed
Push — master ( 45f493...091345 )
by Carlos
19s
created
src/Providers/XiGua.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 
18 18
     protected function getAuthUrl(): string
19 19
     {
20
-        return $this->buildAuthUrlFromBase($this->baseUrl . '/oauth/connect');
20
+        return $this->buildAuthUrlFromBase($this->baseUrl.'/oauth/connect');
21 21
     }
22 22
 
23 23
     #[Pure]
Please login to merge, or discard this patch.
src/Providers/TouTiao.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 
18 18
     protected function getAuthUrl(): string
19 19
     {
20
-        return $this->buildAuthUrlFromBase($this->baseUrl . '/oauth/authorize/');
20
+        return $this->buildAuthUrlFromBase($this->baseUrl.'/oauth/authorize/');
21 21
     }
22 22
 
23 23
     #[Pure]
Please login to merge, or discard this patch.