Completed
Branch master (0594f4)
by Steven
07:27
created
Category
src/Provider/Basecamp.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
      */
65 65
     public function getBaseAccessTokenUrl(array $params)
66 66
     {
67
-        return $this->getHost() . '/authorization/token?type='.$this->type;
67
+        return $this->getHost() . '/authorization/token?type=' . $this->type;
68 68
     }
69 69
 
70 70
     /**
Please login to merge, or discard this patch.