@@ -3,7 +3,6 @@ |
||
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 | { |
@@ -6,7 +6,6 @@ |
||
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 | { |
@@ -3,7 +3,6 @@ |
||
3 | 3 | |
4 | 4 | use Isign\QueryInterface; |
5 | 5 | use Isign\Validator\Constraints\Code; |
6 | -use Isign\Validator\Constraints\Phone; |
|
7 | 6 | use Symfony\Component\Validator\Constraints as Assert; |
8 | 7 | |
9 | 8 | /** |
@@ -1,8 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace Isign\Sign; |
3 | 3 | |
4 | -use Isign\DocumentTypeProvider; |
|
5 | -use Isign\FileFieldsTrait; |
|
6 | 4 | use Isign\QueryInterface; |
7 | 5 | use Isign\Validator\Constraints\Code; |
8 | 6 | use Isign\Validator\Constraints\Phone; |