Skip to content

Commit

Permalink
Merge branch '6.3' into 6.4
Browse files Browse the repository at this point in the history
* 6.3:
  [EventDispatcher] Fix Typo
  Fix typo
  • Loading branch information
derrabus committed Dec 27, 2023
2 parents d76d263 + 4b4738c commit e952168
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 $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 e952168

Please sign in to comment.