Skip to content

Commit ed76889

Browse files
Lint
1 parent b9529d0 commit ed76889

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

src/Http/UnitRequest.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ class UnitRequest
2626
public function __construct(
2727
private readonly string $socket,
2828
string $address
29-
)
30-
{
29+
) {
3130
$scheme = parse_url($address, PHP_URL_SCHEME);
3231
$host = parse_url($address, PHP_URL_HOST);
3332

src/Unit.php

+2-5
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@
22

33
namespace UnitPhpSdk;
44

5-
use UnitPhpSdk\Config\Statistics;
5+
use UnitPhpSdk\Contracts\{CertificateInterface, UnitInterface};
66
use UnitPhpSdk\Enums\HttpMethodsEnum;
77
use UnitPhpSdk\Exceptions\FileNotFoundException;
88
use UnitPhpSdk\Exceptions\UnitException;
99
use UnitPhpSdk\Http\UnitRequest;
10-
use UnitPhpSdk\Contracts\{
11-
CertificateInterface,
12-
UnitInterface
13-
};
10+
use UnitPhpSdk\Statistics\Statistics;
1411

1512
/**
1613
* This is main class of Nginx Unit manipulation

0 commit comments

Comments
 (0)