Completed
Push — master ( 114870...d35a30 )
by Žilvinas
03:56
created
tests/Http/GuzzleClientAdapterTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use GuzzleHttp\Exception\ClientException;
5 5
 use Isign\Http\GuzzleClientAdapter;
6
-use Psr\Log\LoggerAwareInterface;
7 6
 
8 7
 class GuzzleClientAdapterTest extends \PHPUnit_Framework_TestCase
9 8
 {
Please login to merge, or discard this patch.
tests/Integration/ScSignTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Isign\Sign\Sc;
7 7
 use Isign\Sign\ScPrepare;
8 8
 use Isign\Sign\ScPrepareResult;
9
-use Isign\StatusResultInterface;
10 9
 
11 10
 class ScSignTest extends TestCase
12 11
 {
Please login to merge, or discard this patch.