Skip to content

Commit 62e38a8

Browse files
committed
[EventDispatcher] Fix Typo
1 parent 63d4d18 commit 62e38a8

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)