added docblock for listener.

This commit is contained in:
Paweł Jędrzejewski 2011-10-28 18:15:29 +02:00
parent 5e81411e1b
commit ece72b0989

View file

@ -21,6 +21,11 @@ use Sylius\Bundle\SalesBundle\EventDispatcher\Event\FilterOrderEvent;
*/
class ConfirmationListener
{
/**
* Options.
*
* @var array
*/
private $options;
/**