Fix codestyle

This commit is contained in:
ErickSkrauch
2019-02-23 02:11:57 +03:00
parent facc1e50a6
commit 1cafa36b98
67 changed files with 81 additions and 80 deletions

View File

@@ -2,12 +2,12 @@
namespace codeception\api\unit\components\ReCaptcha;
use api\components\ReCaptcha\Validator;
use api\tests\unit\TestCase;
use GuzzleHttp\ClientInterface;
use GuzzleHttp\Exception\ConnectException;
use GuzzleHttp\Psr7\Response;
use phpmock\mockery\PHPMockery;
use ReflectionClass;
use api\tests\unit\TestCase;
class ValidatorTest extends TestCase {