We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c459b40 + e952168 commit 098b62aCopy full SHA for 098b62a
GenericEvent.php
@@ -29,7 +29,7 @@ class GenericEvent extends Event implements \ArrayAccess, \IteratorAggregate
29
protected array $arguments;
30
31
/**
32
- * Encapsulate an event with $subject and $args.
+ * Encapsulate an event with $subject and $arguments.
33
*
34
* @param mixed $subject The subject of the event, usually an object or a callable
35
* @param array $arguments Arguments to store in the event
0 commit comments