@@ -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 | { |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | |
| 6 | 6 | use Isign\QueryInterface; |
| 7 | 7 | use Isign\ResultInterface; |
| 8 | -use Isign\TokenizedQueryInterface; |
|
| 9 | 8 | use Symfony\Component\Validator\Constraints as Assert; |
| 10 | 9 | |
| 11 | 10 | class ScVerify implements QueryInterface |