Skip to content

Commit aa194b2

Browse files
test for GH action
1 parent 72b9ff1 commit aa194b2

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-
'channels' => $channel,
122+
'channel_id' => $channel,
123123
'initial_comment' => $subject
124124
],
125125
['Content-Type' => 'multipart/form-data']

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
parameters:
2-
level: 5
2+
level: 8
33
phpVersion: 70200
44
tmpDir: /tmp/phpstan/Slack/main
55
paths:

0 commit comments

Comments
 (0)