Skip to content

Commit 098b62a

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [EventDispatcher] Fix Typo Fix typo
2 parents c459b40 + e952168 commit 098b62a

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

0 commit comments

Comments
 (0)