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

@@ -3,11 +3,11 @@ namespace common\tests\unit\components\Mojang;
use common\components\Mojang\Api;
use common\components\Mojang\response\UsernameToUUIDResponse;
use common\tests\unit\TestCase;
use GuzzleHttp\Client as GuzzleClient;
use GuzzleHttp\Handler\MockHandler;
use GuzzleHttp\HandlerStack;
use GuzzleHttp\Psr7\Response;
use common\tests\unit\TestCase;
use Yii;
class ApiTest extends TestCase {