From e3bca343efeb613f843c254e7718ef17c9bdf7a3 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Wed, 27 Dec 2023 22:12:56 +0100 Subject: [PATCH] [EventDispatcher] Fix Typo --- GenericEvent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GenericEvent.php b/GenericEvent.php index b32a301..4ecd29e 100644 --- a/GenericEvent.php +++ b/GenericEvent.php @@ -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