Skip to content

Commit 3436b0f

Browse files
committed
Merge branch '5.4' into 6.3
* 5.4: [EventDispatcher] Fix Typo Fix typo
2 parents 701741f + cb80b4f commit 3436b0f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Symfony/Component/EventDispatcher/GenericEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class GenericEvent extends Event implements \ArrayAccess, \IteratorAggregate
2929
protected $arguments;
3030

3131
/**
32-
* Encapsulate an event with $subject and $args.
32+
* Encapsulate an event with $subject and $arguments.
3333
*
3434
* @param mixed $subject The subject of the event, usually an object or a callable
3535
* @param array $arguments Arguments to store in the event

src/Symfony/Component/HttpFoundation/RequestMatcher.php

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

9090
/**
91-
* Adds a check for the the URL port.
91+
* Adds a check for the URL port.
9292
*
9393
* @param int|null $port The port number to connect to
9494
*

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 ?string $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)