File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,7 @@ class UnitRequest
26
26
public function __construct (
27
27
private readonly string $ socket ,
28
28
string $ address
29
- )
30
- {
29
+ ) {
31
30
$ scheme = parse_url ($ address , PHP_URL_SCHEME );
32
31
$ host = parse_url ($ address , PHP_URL_HOST );
33
32
Original file line number Diff line number Diff line change 2
2
3
3
namespace UnitPhpSdk ;
4
4
5
- use UnitPhpSdk \Config \ Statistics ;
5
+ use UnitPhpSdk \Contracts \{ CertificateInterface , UnitInterface } ;
6
6
use UnitPhpSdk \Enums \HttpMethodsEnum ;
7
7
use UnitPhpSdk \Exceptions \FileNotFoundException ;
8
8
use UnitPhpSdk \Exceptions \UnitException ;
9
9
use UnitPhpSdk \Http \UnitRequest ;
10
- use UnitPhpSdk \Contracts \{
11
- CertificateInterface ,
12
- UnitInterface
13
- };
10
+ use UnitPhpSdk \Statistics \Statistics ;
14
11
15
12
/**
16
13
* This is main class of Nginx Unit manipulation
You can’t perform that action at this time.
0 commit comments