@@ -2,12 +2,11 @@ |
||
2 | 2 | |
3 | 3 | namespace juniorb2ss\DeathByCaptcha\Abstracts; |
4 | 4 | |
5 | -use Psr\Http\Message\ResponseInterface; |
|
6 | 5 | use GuzzleHttp\Exception\GuzzleException; |
6 | +use Psr\Http\Message\ResponseInterface; |
|
7 | +use juniorb2ss\DeathByCaptcha\Abstracts\HttpHandlerResponseAbstract; |
|
7 | 8 | use juniorb2ss\DeathByCaptcha\DeathByCaptcha; |
8 | -use juniorb2ss\DeathByCaptcha\Exceptions\ClientException; |
|
9 | 9 | use juniorb2ss\DeathByCaptcha\Interfaces\ClientInterface; |
10 | -use juniorb2ss\DeathByCaptcha\Abstracts\HttpHandlerResponseAbstract; |
|
11 | 10 | |
12 | 11 | abstract class HttpDeathByCaptchaAbstract extends HttpHandlerResponseAbstract implements ClientInterface |
13 | 12 | { |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace juniorb2ss\DeathByCaptcha\Abstracts; |
4 | 4 | |
5 | -use Psr\Http\Message\ResponseInterface; |
|
6 | 5 | use juniorb2ss\DeathByCaptcha\Exceptions\AccessDeniedException; |
7 | 6 | use juniorb2ss\DeathByCaptcha\Exceptions\CaptchaNotFoundException; |
8 | 7 | use juniorb2ss\DeathByCaptcha\Exceptions\InvalidCaptchaException; |
@@ -4,8 +4,8 @@ |
||
4 | 4 | |
5 | 5 | use Psr\Http\Message\ResponseInterface; |
6 | 6 | use juniorb2ss\DeathByCaptcha\DeathByCaptcha; |
7 | -use juniorb2ss\DeathByCaptcha\Interfaces\ServiceInterface; |
|
8 | 7 | use juniorb2ss\DeathByCaptcha\Exceptions\InvalidResponseAttributeException; |
8 | +use juniorb2ss\DeathByCaptcha\Interfaces\ServiceInterface; |
|
9 | 9 | |
10 | 10 | abstract class ServiceAbstract implements ServiceInterface |
11 | 11 | { |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use GuzzleHttp\Client as GuzzleClient; |
6 | 6 | use GuzzleHttp\ClientInterface; |
7 | -use GuzzleHttp\Psr7\Response; |
|
8 | 7 | use juniorb2ss\DeathByCaptcha\Abstracts\HttpDeathByCaptchaAbstract; |
9 | 8 | use juniorb2ss\DeathByCaptcha\Interfaces\AccountInterface; |
10 | 9 | use juniorb2ss\DeathByCaptcha\Interfaces\DeathByCaptchaInterface; |
@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace juniorb2ss\DeathByCaptcha\Interfaces; |
4 | 4 | |
5 | -use juniorb2ss\DeathByCaptcha\Interfaces\StatusInterface; |
|
6 | 5 | use juniorb2ss\DeathByCaptcha\Interfaces\AccountInterface; |
7 | 6 | use juniorb2ss\DeathByCaptcha\Interfaces\ResolverInterface; |
7 | +use juniorb2ss\DeathByCaptcha\Interfaces\StatusInterface; |
|
8 | 8 | |
9 | 9 | interface DeathByCaptchaInterface |
10 | 10 | { |