Skip to content

Commit 4b4738c

Browse files
committed
Merge branch '5.4' into 6.3
* 5.4: [EventDispatcher] Fix Typo Fix typo
2 parents adb01fe + e3bca34 commit 4b4738c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GenericEvent.php

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