Skip to content

Commit 7a634c0

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [EventDispatcher] Fix Typo Fix typo
2 parents 8c57645 + b13e184 commit 7a634c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 array $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/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)