Test Failed
Push — master ( fe9d48...979971 )
by PHPLicengine
02:28
created
lib/PHPLicengine/Service/Bitlink.php 2 patches
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -167,9 +167,9 @@
 block discarded – undo
167 167
       Bulk update bitlinks
168 168
       https://dev.bitly.com/api-reference#updateBitlinksByGroup
169 169
       */
170
-      public function updateBitlinksByGroup(string $group_guid, array $params = array()) 
171
-      {
172
-             return $this->api->patch($this->url . '/groups/'.$group_guid.'/bitlinks', $params);
173
-      }
170
+       public function updateBitlinksByGroup(string $group_guid, array $params = array()) 
171
+       {
172
+              return $this->api->patch($this->url . '/groups/'.$group_guid.'/bitlinks', $params);
173
+       }
174 174
  
175 175
 }
Please login to merge, or discard this 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.