@@ -10,8 +10,8 @@ |
||
| 10 | 10 | use EventHandlerTrait; |
| 11 | 11 | |
| 12 | 12 | /** |
| 13 | - * @var int the unix timestamp the job should be processed |
|
| 14 | - */ |
|
| 13 | + * @var int the unix timestamp the job should be processed |
|
| 14 | + */ |
|
| 15 | 15 | |
| 16 | 16 | |
| 17 | 17 | private $timeToSend; |
@@ -10,8 +10,8 @@ |
||
| 10 | 10 | use EventHandlerTrait; |
| 11 | 11 | |
| 12 | 12 | /** |
| 13 | - * State new. |
|
| 14 | - */ |
|
| 13 | + * State new. |
|
| 14 | + */ |
|
| 15 | 15 | |
| 16 | 16 | |
| 17 | 17 | const STATE_NEW = 'N'; |
@@ -12,8 +12,8 @@ |
||
| 12 | 12 | use EventHandlerTrait; |
| 13 | 13 | |
| 14 | 14 | /** |
| 15 | - * @var Mailer instance to the send the mails |
|
| 16 | - */ |
|
| 15 | + * @var Mailer instance to the send the mails |
|
| 16 | + */ |
|
| 17 | 17 | |
| 18 | 18 | |
| 19 | 19 | private $mailer; |