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

View File

@ -35,7 +35,7 @@ class GenericEvent extends Event implements \ArrayAccess, \IteratorAggregate
protected $arguments; 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 mixed $subject The subject of the event, usually an object.
* @param array $arguments Arguments to store in the event. * @param array $arguments Arguments to store in the event.