Completed
Push — master ( 07f7e6...c0faed )
by Woody
9s
created
src/Provider/Google.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
             $configurationUserFields[] = 'domain';
72 72
         }
73 73
         $fields = array_merge($this->defaultUserFields, $this->userFields, $configurationUserFields);
74
-        return 'https://www.googleapis.com/plus/v1/people/me?' . http_build_query([
74
+        return 'https://www.googleapis.com/plus/v1/people/me?'.http_build_query([
75 75
             'fields' => implode(',', $fields),
76 76
             'alt'    => 'json',
77 77
         ]);
Please login to merge, or discard this patch.