Skip to content

Commit

Permalink
code optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
justmd5 committed Nov 24, 2021
1 parent 40743b0 commit bdac285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function __construct(PinDuoDuo $pinduoduo, $needToken = false)
*
* @return string
*/
private function signature($params)
private function signature($params): string
{
ksort($params);
$paramsStr = '';
Expand Down

0 comments on commit bdac285

Please sign in to comment.