Passed
Push — master ( 971287...c542eb )
by Steven
07:57
created
src/Provider/Basecamp.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -68,11 +68,11 @@
 block discarded – undo
68 68
             'type' => $this->type,
69 69
         ], $params);
70 70
 
71
-        $query = array_filter($params, function ($key) {
71
+        $query = array_filter($params, function($key) {
72 72
             return in_array($key, ['type', 'refresh_token']);
73 73
         }, ARRAY_FILTER_USE_KEY);
74 74
 
75
-        return $this->getHost() . '/authorization/token?'.http_build_query($query);
75
+        return $this->getHost() . '/authorization/token?' . http_build_query($query);
76 76
     }
77 77
 
78 78
     /**
Please login to merge, or discard this patch.