Skip to content

Commit 676f9fb

Browse files
OskarStarknicolas-grekas
authored andcommitted
Fix typo
1 parent 0b9b56c commit 676f9fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/HttpFoundation/RequestMatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function matchHost(?string $regexp)
9191
}
9292

9393
/**
94-
* Adds a check for the the URL port.
94+
* Adds a check for the URL port.
9595
*
9696
* @param int|null $port The port number to connect to
9797
*/

src/Symfony/Component/Notifier/Bridge/GoogleChat/GoogleChatTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ final class GoogleChatTransport extends AbstractTransport
3636
private $threadKey;
3737

3838
/**
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"
4040
* @param string $accessKey The "key" parameter of the webhook url
4141
* @param string $accessToken The "token" parameter of the webhook url
4242
* @param string|null $threadKey Opaque thread identifier string that can be specified to group messages into a single thread.

0 commit comments

Comments
 (0)