Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd34e4 commit b444a10Copy full SHA for b444a10
src/Symfony/Component/EventDispatcher/GenericEvent.php
@@ -35,7 +35,7 @@ class GenericEvent extends Event implements \ArrayAccess, \IteratorAggregate
35
protected $arguments;
36
37
/**
38
- * Encapsulate an event with $subject, $args, and $data.
+ * Encapsulate an event with $subject and $args.
39
*
40
* @param mixed $subject The subject of the event, usually an object.
41
* @param array $arguments Arguments to store in the event.
0 commit comments