Skip to content

Commit

Permalink
Merge branch '6.4' into 7.0
Browse files Browse the repository at this point in the history
* 6.4:
  [EventDispatcher] Fix Typo
  Fix typo
  • Loading branch information
derrabus committed Dec 27, 2023
2 parents c459b40 + e952168 commit 098b62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GenericEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class GenericEvent extends Event implements \ArrayAccess, \IteratorAggregate
protected array $arguments;

/**
* Encapsulate an event with $subject and $args.
* Encapsulate an event with $subject and $arguments.
*
* @param mixed $subject The subject of the event, usually an object or a callable
* @param array $arguments Arguments to store in the event
Expand Down

0 comments on commit 098b62a

Please sign in to comment.