Skip to content

Commit 72b9ff1

Browse files
Force to 8 to ensure github action is working
1 parent ad666c0 commit 72b9ff1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

SlackApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public function completeUploadExternal(string $channel, string $subject): bool
119119
[
120120
'token' => $this->token,
121121
'files' => json_encode([['id' => $this->fileID]]),
122-
'channel_id' => $channel,
122+
'channels' => $channel,
123123
'initial_comment' => $subject
124124
],
125125
['Content-Type' => 'multipart/form-data']

phpstan/phpstan.modified.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
includes:
22
- ../phpstan.neon
33
parameters:
4-
level: 5
4+
level: 8
55
tmpDir: /tmp/phpstan/Slack/modified

0 commit comments

Comments
 (0)