Completed
Push — master ( 6d2cf2...d81286 )
by Jared
11s
created
src/Xero.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
         if (!$this->scope) {
125 125
             return '';
126 126
         }
127
-        return '?scope=' . implode(',', $this->scope);
127
+        return '?scope='.implode(',', $this->scope);
128 128
     }
129 129
 
130 130
     public function urlTokenCredentials()
Please login to merge, or discard this patch.