Passed
Push — main ( 527ca1...b70ad7 )
by Dylan
02:03
created
src/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,6 +96,6 @@
 block discarded – undo
96 96
      */
97 97
     private function auth_url(string $path): string
98 98
     {
99
-        return $this->_auth_domain . '/' . ltrim($path, '/');
99
+        return $this->_auth_domain.'/'.ltrim($path, '/');
100 100
     }
101 101
 }
Please login to merge, or discard this patch.