Completed
Pull Request — master (#234)
by
unknown
06:13
created
examples/saveas.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -1,9 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
     require_once __DIR__ . '/../autoload.php';
3 3
     
4
-    use Qiniu\Auth;
5
-    use Qiniu\Processing\PersistentFop;
6
-
7 4
     // 后台来获取AK, SK
8 5
     $accessKey = 'Access_Key';
9 6
     $secretKey = 'Secret_Key';
Please login to merge, or discard this patch.