Fixed php doc of GenericEvent::__construct

This commit is contained in:
Grégoire Pineau 2012-12-26 20:31:35 +01:00 committed by Fabien Potencier
parent 8fd34e4eae
commit b444a10376
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class GenericEvent extends Event implements \ArrayAccess, \IteratorAggregate
protected $arguments;
/**
* Encapsulate an event with $subject, $args, and $data.
* Encapsulate an event with $subject and $args.
*
* @param mixed $subject The subject of the event, usually an object.
* @param array $arguments Arguments to store in the event.