We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dcc00e commit e3bca34Copy full SHA for e3bca34
GenericEvent.php
@@ -29,7 +29,7 @@ class GenericEvent extends Event implements \ArrayAccess, \IteratorAggregate
29
protected $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