Completed
Push — master ( bca8b1...647bfb )
by Woody
01:21 queued 30s
created
src/Provider/Google.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
             return 'https://www.googleapis.com/oauth2/v3/userinfo';
66 66
         }
67 67
         $fields = array_merge($this->defaultUserFields, $this->userFields);
68
-        return 'https://www.googleapis.com/plus/v1/people/me?' . http_build_query([
68
+        return 'https://www.googleapis.com/plus/v1/people/me?'.http_build_query([
69 69
             'fields' => implode(',', $fields),
70 70
             'alt'    => 'json',
71 71
         ]);
Please login to merge, or discard this patch.