Test Failed
Push — master ( 173611...eb6c13 )
by PHPLicengine
02:23
created
lib/PHPLicengine/Service/Bitlink.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@
 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
 }
Please login to merge, or discard this patch.