Skip to content

Commit 555467d

Browse files
Fixes for PHPCS
1 parent 57b299c commit 555467d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Slack.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,7 @@ public function sendReport(
289289
$additionalFiles,
290290
$period,
291291
$force
292-
)
293-
{
292+
) {
294293
if (!self::isSlackEvent($reportType)) {
295294
return;
296295
}

SlackApi.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ class SlackApi
4141
public function __construct(
4242
#[\SensitiveParameter]
4343
string $token
44-
)
45-
{
44+
) {
4645
$this->token = $token;
4746
$this->logger = StaticContainer::get(LoggerInterface::class);
4847
}

0 commit comments

Comments
 (0)