Skip to content

Commit

Permalink
[EventDispatcher] Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Dec 27, 2023
1 parent 5dcc00e commit e3bca34
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 e3bca34

Please sign in to comment.