Skip to content

Commit 632038d

Browse files
andreiagithub-actions[bot]
authored andcommitted
PHP Linting (Pint)
1 parent a2600b7 commit 632038d

12 files changed

+12
-24
lines changed

src/Requests/MediaApi/GetAnalyzeMusicStatus.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ class GetAnalyzeMusicStatus extends Request
1616

1717
public function __construct(
1818
protected string $jobId,
19-
) {
20-
}
19+
) {}
2120

2221
protected function defaultQuery(): array
2322
{

src/Requests/MediaApi/GetAnalyzeSpeechStatus.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ class GetAnalyzeSpeechStatus extends Request
1616

1717
public function __construct(
1818
protected string $jobId,
19-
) {
20-
}
19+
) {}
2120

2221
protected function defaultQuery(): array
2322
{

src/Requests/MediaApi/GetAnalyzeStatus.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ class GetAnalyzeStatus extends Request
1616

1717
public function __construct(
1818
protected string $jobId,
19-
) {
20-
}
19+
) {}
2120

2221
protected function defaultQuery(): array
2322
{

src/Requests/MediaApi/GetDiagnoseStatus.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ class GetDiagnoseStatus extends Request
1616

1717
public function __construct(
1818
protected string $jobId,
19-
) {
20-
}
19+
) {}
2120

2221
protected function defaultQuery(): array
2322
{

src/Requests/MediaApi/GetDownloadUrl.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ class GetDownloadUrl extends Request implements HasBody
2020

2121
public function __construct(
2222
protected string $url,
23-
) {
24-
}
23+
) {}
2524

2625
protected function defaultBody(): array
2726
{

src/Requests/MediaApi/GetEnhanceStatus.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ class GetEnhanceStatus extends Request
1616

1717
public function __construct(
1818
protected string $jobId,
19-
) {
20-
}
19+
) {}
2120

2221
protected function defaultQuery(): array
2322
{

src/Requests/MediaApi/GetUploadUrl.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ class GetUploadUrl extends Request implements HasBody
2020

2121
public function __construct(
2222
protected string $url,
23-
) {
24-
}
23+
) {}
2524

2625
protected function defaultBody(): array
2726
{

src/Requests/MediaApi/StartAnalyze.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ public function __construct(
2323
protected string $output,
2424
protected array $loudness,
2525
protected array $content,
26-
) {
27-
}
26+
) {}
2827

2928
protected function defaultBody(): array
3029
{

src/Requests/MediaApi/StartAnalyzeMusic.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ public function __construct(
2222
protected string $input,
2323
protected string $output,
2424
protected array $onComplete,
25-
) {
26-
}
25+
) {}
2726

2827
protected function defaultBody(): array
2928
{

src/Requests/MediaApi/StartAnalyzeSpeech.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ public function __construct(
2222
protected string $input,
2323
protected string $output,
2424
protected array $onComplete,
25-
) {
26-
}
25+
) {}
2726

2827
protected function defaultBody(): array
2928
{

0 commit comments

Comments
 (0)