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

Skip to content

Commit f66625d

Browse files
committed
merged branch lyrixx/fix-eventdispatcher (PR #6487)
This PR was merged into the 2.1 branch. Commits ------- abf5e51 [EventDispatcher] Fixed php doc of GenericEvent::__construct Discussion ---------- [EventDispatcher] Fixed php doc of GenericEvent::__construct ``` Bug fix: yes (doc) Feature addition: no Backwards compatibility break: no Symfony2 tests pass: yes (no modified) Fixes the following tickets: - Todo: - License of the code: MIT ``` --------------------------------------------------------------------------- by drak at 2012-12-26T21:51:54Z Well spotted.
2 parents 8fd34e4 + b444a10 commit f66625d

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)