File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed
Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ class GenerateCommentAction
1515 public function __construct (
1616 protected readonly WebhookService $ webhookService ,
1717 protected readonly GithubService $ githubService ,
18- ) {}
18+ ) {
19+ }
1920
2021 /**
2122 * Generate a comment message from the webhook payload.
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ class WebhookAction
1515 public function __construct (
1616 protected readonly WebhookService $ webhookService ,
1717 protected readonly GithubService $ githubService ,
18- ) {}
18+ ) {
19+ }
1920
2021 /**
2122 * @throws Throwable
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ class ProcessAggregatedEvents implements ShouldQueue
2121
2222 public function __construct (
2323 protected readonly string $ nodeId ,
24- ) {}
24+ ) {
25+ }
2526
2627 public function handle (GithubService $ githubService ): void
2728 {
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ class ProcessWebhookEvent implements ShouldQueue
2323 */
2424 public function __construct (
2525 protected readonly array $ eventData ,
26- ) {}
26+ ) {
27+ }
2728
2829 public function handle (): void
2930 {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class GithubService
1414
1515 public function __construct (?Client $ client = null )
1616 {
17- $ this ->client = $ client ?? new Client () ;
17+ $ this ->client = $ client ?? new Client ;
1818 }
1919
2020 /**
You can’t perform that action at this time.
0 commit comments