We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b299c commit 555467dCopy full SHA for 555467d
Slack.php
@@ -289,8 +289,7 @@ public function sendReport(
289
$additionalFiles,
290
$period,
291
$force
292
- )
293
- {
+ ) {
294
if (!self::isSlackEvent($reportType)) {
295
return;
296
}
SlackApi.php
@@ -41,8 +41,7 @@ class SlackApi
41
public function __construct(
42
#[\SensitiveParameter]
43
string $token
44
45
46
$this->token = $token;
47
$this->logger = StaticContainer::get(LoggerInterface::class);
48
0 commit comments