Test Failed
Pull Request — master (#28)
by John
02:54
created
lib/PHPLicengine/Service/Bitlink.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@  discard block
 block discarded – undo
169 169
       */
170 170
       public function updateBitlinksByGroup(string $group_guid, array $params = array()) 
171 171
       {
172
-             return $this->api->patch($this->url . '/groups/'.$group_guid.'/bitlinks', $params);
172
+             return $this->api->patch($this->url.'/groups/'.$group_guid.'/bitlinks', $params);
173 173
       }
174 174
 
175 175
       /*
@@ -178,6 +178,6 @@  discard block
 block discarded – undo
178 178
       */
179 179
       public function customizeBackHalf(string $custom_url, array $params)
180 180
       {
181
-          return $this->api->patch($this->url . '/custom_bitlinks/' . $custom_url, $params);
181
+          return $this->api->patch($this->url.'/custom_bitlinks/'.$custom_url, $params);
182 182
       }
183 183
 }
Please login to merge, or discard this patch.