Passed
Pull Request — master (#21)
by
unknown
25:28 queued 17:00
created
src/Queue/Backend/Redis/RedisMailJob.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,8 +10,8 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Queue/Backend/Pdo/PdoMailJob.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,8 +10,8 @@
 block discarded – undo
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';
Please login to merge, or discard this patch.
src/Queue/Cli/MailMessageWorker.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,8 +12,8 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.