Completed
Branch master (aa4fb7)
by Tian
02:37
created
src/API/AuthApi.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace Wechat\API;
3 3
 
4 4
 use Wechat\Utils\Url;
5
-use Wechat\Api;
6 5
 
7 6
 /**
8 7
  * 微信Auth相关接口.
Please login to merge, or discard this patch.
src/API/MaterialApi.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Wechat\API;
4 4
 
5
-use Wechat\Api;
6
-
7 5
 /**
8 6
  * 素材相关接口.
9 7
  *
Please login to merge, or discard this patch.
src/API/ServerApi.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Wechat\API;
3 3
 
4
-use Wechat\Api;
5 4
 use Wechat\Utils\Code\WXBizMsgCrypt;
6 5
 
7 6
 /**
Please login to merge, or discard this patch.
src/Utils/Code/Pkcs7Encoder.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Wechat\Utils\Code;
4 4
 
5
-use Wechat\Utils\Code\ErrorCode;
6
-
7 5
 /**
8 6
  * PKCS7Encoder class
9 7
  *
Please login to merge, or discard this patch.
src/Utils/Code/Prpcrypt.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Wechat\Utils\Code;
4 4
 
5 5
 use Wechat\Utils\Code\ErrorCode;
6
-use Wechat\Utils\Code\Pkcs7Encoder;
7 6
 
8 7
 /**
9 8
  * Prpcrypt class
Please login to merge, or discard this patch.
src/Utils/Code/WXBizMsgCrypt.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -7,9 +7,6 @@
 block discarded – undo
7 7
  * @copyright Copyright (c) 1998-2014 Tencent Inc.
8 8
  */
9 9
 
10
-use Wechat\Utils\Code\Sha1;
11
-use Wechat\Utils\Code\Xmlparse;
12
-use Wechat\Utils\Code\Pkcs7Encoder;
13 10
 use Wechat\Utils\Code\ErrorCode;
14 11
 use Wechat\Utils\Code\Prpcrypt;
15 12
 
Please login to merge, or discard this patch.