mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
added docblock for listener.
This commit is contained in:
parent
5e81411e1b
commit
ece72b0989
1 changed files with 5 additions and 0 deletions
|
|
@ -21,6 +21,11 @@ use Sylius\Bundle\SalesBundle\EventDispatcher\Event\FilterOrderEvent;
|
|||
*/
|
||||
class ConfirmationListener
|
||||
{
|
||||
/**
|
||||
* Options.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
private $options;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue