@@ -1,9 +1,6 @@ |
||
1 | 1 | <?php declare(strict_types=1); |
2 | 2 | namespace Behapi\Http; |
3 | 3 | |
4 | -use Http\Client\HttpClient; |
|
5 | -use Http\Client\HttpAsyncClient; |
|
6 | - |
|
7 | 4 | use Http\Client\Common\Plugin; |
8 | 5 | use Http\Client\Common\PluginClient; |
9 | 6 |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | namespace Behapi\Http; |
3 | 3 | |
4 | 4 | use Http\Client\HttpClient; |