Skip to content

Commit

Permalink
Merge pull request #6 from hedeqiang/analysis-pel2jV
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
hedeqiang authored Dec 2, 2020
2 parents 348ceb5 + 79103b9 commit fc2b786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IM.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ protected function generateSign(string $identifier, int $expires = 15552000): st
{
$api = new TLSSigAPIv2($this->config->get('sdk_app_id'), $this->config->get('secret_key'));

return $api->genSig($identifier, $expires);
return $api->genSig($identifier, $expires);
}
}

0 comments on commit fc2b786

Please sign in to comment.