Completed
Push — master ( 213f59...96d9bb )
by Antonio
28:37 queued 25:32
created
src/Mailer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
     /**
67 67
      * Returns the swift mailer.
68 68
      *
69
-     * @return null|\Swift_Mailer
69
+     * @return Swift_Mailer
70 70
      */
71 71
     public function getSwiftMailerInstance()
72 72
     {
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
      *
110 110
      * @param Swift_Message $message
111 111
      *
112
-     * @return array|null
112
+     * @return string
113 113
      */
114 114
     public function sendSwiftMessage(Swift_Message $message)
115 115
     {
Please login to merge, or discard this patch.
src/Queue/Backend/Pdo/PdoMailJob.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
     }
94 94
 
95 95
     /**
96
-     * @return int
96
+     * @return string
97 97
      */
98 98
     public function getTimeToSend()
99 99
     {
Please login to merge, or discard this patch.
src/Queue/Backend/Pdo/PdoQueueStoreAdapter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
     /**
70 70
      * Returns a MailJob extracted from the database. The row at the database is marked as 'A'ctive or in process.
71 71
      *
72
-     * @return MailJobInterface|PdoMailJob
72
+     * @return PdoMailJob|null
73 73
      */
74 74
     public function dequeue()
75 75
     {
Please login to merge, or discard this patch.