Skip to content

Commit c3d42cd

Browse files
committed
[更新]修改注释
1 parent afb0dfd commit c3d42cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Wechat/WechatUser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public function getGroup()
198198

199199
/**
200200
* 删除粉丝分组
201-
* @param type $id
201+
* @param string $id
202202
* @return bool
203203
*/
204204
public function delGroup($id)

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"wechat-php-sdk"
99
],
1010
"require": {
11+
"ext-json": "*",
1112
"php": ">=5.3.3"
1213
},
1314
"autoload": {

0 commit comments

Comments
 (0)