File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Notifier/Bridge/GoogleChat Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ public function matchHost(?string $regexp)
91
91
}
92
92
93
93
/**
94
- * Adds a check for the the URL port.
94
+ * Adds a check for the URL port.
95
95
*
96
96
* @param int|null $port The port number to connect to
97
97
*/
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ final class GoogleChatTransport extends AbstractTransport
36
36
private $ threadKey ;
37
37
38
38
/**
39
- * @param string $space The space name the the webhook url "/v1/spaces/<space>/messages"
39
+ * @param string $space The space name of the webhook url "/v1/spaces/<space>/messages"
40
40
* @param string $accessKey The "key" parameter of the webhook url
41
41
* @param string $accessToken The "token" parameter of the webhook url
42
42
* @param string|null $threadKey Opaque thread identifier string that can be specified to group messages into a single thread.
You can’t perform that action at this time.
0 commit comments