Test Failed
Push — master ( e7ac17...efef7f )
by PHPLicengine
04:46 queued 02:04
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.