Skip to content

Commit 63d4d18

Browse files
minor symfony#53231 Fix typo (OskarStark)
This PR was squashed before being merged into the 5.4 branch. Discussion ---------- Fix typo | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | -- | License | MIT Commits ------- 676f9fb Fix typo
2 parents 0b9b56c + 676f9fb commit 63d4d18

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)