Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit abf5e51

Browse files
committed
[EventDispatcher] Fixed php doc of GenericEvent::__construct
1 parent 8fd34e4 commit abf5e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/EventDispatcher/GenericEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class GenericEvent extends Event implements \ArrayAccess, \IteratorAggregate
3535
protected $arguments;
3636

3737
/**
38-
* Encapsulate an event with $subject, $args, and $data.
38+
* Encapsulate an event with $subject and $args.
3939
*
4040
* @param mixed $subject The subject of the event, usually an object.
4141
* @param array $arguments Arguments to store in the event.

0 commit comments

Comments
 (0)