Completed
Pull Request — master (#39)
by Adam
08:31
created
src/Connector/Connector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
 
72 72
         $this->request = $this->provider->getAuthenticatedRequest(
73 73
             $verb,
74
-            self::BASE_URI . $path,
74
+            self::BASE_URI.$path,
75 75
             $this->accessToken
76 76
         );
77 77
     }
Please login to merge, or discard this patch.