Completed
Push — master ( 0b8dd1...d1c55f )
by Kunal
07:14
created
src/Dropbox/Authentication/OAuth2Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
      */
69 69
     protected function buildUrl($endpoint = '', array $params = [])
70 70
     {
71
-        $queryParams = http_build_query($params,'','&');
71
+        $queryParams = http_build_query($params, '', '&');
72 72
         return static::BASE_URL . $endpoint . '?' . $queryParams;
73 73
     }
74 74
 
Please login to merge, or discard this patch.