Skip to content

Commit cb80b4f

Browse files
committed
minor symfony#53246 [EventDispatcher] Fix Typo (OskarStark)
This PR was merged into the 5.4 branch. Discussion ---------- [EventDispatcher] Fix Typo | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | np | Issues | -- | License | MIT To match parameters in `__construct()` method Commits ------- 62e38a8 [EventDispatcher] Fix Typo
2 parents 63d4d18 + 62e38a8 commit cb80b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)