Test Failed
Push — master ( 979971...1a580a )
by PHPLicengine
02:30
created
lib/PHPLicengine/Service/Group.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@
 block discarded – undo
160 160
       */
161 161
        public function getGroupClicks(string $group_guid, array $params = array()) 
162 162
        {
163
-             return $this->api->get($this->url.'/'.$group_guid."/clicks", $params);
163
+              return $this->api->get($this->url.'/'.$group_guid."/clicks", $params);
164 164
               
165 165
        } 
166 166
 }
Please login to merge, or discard this patch.