Completed
Push — master ( bf6746...03a380 )
by Antonio
02:19
created
src/Queue/Backend/Sqs/SqsQueueStoreAdapter.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
     }
51 51
 
52 52
     /**
53
-     * @return SqsQueueStoreConnection
53
+     * @return SqsQueueStoreAdapter
54 54
      */
55 55
     public function getConnection()
56 56
     {
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
     /**
77 77
      * Returns a MailJob fetched from Amazon SQS.
78 78
      *
79
-     * @return MailJobInterface|SqsMailJob
79
+     * @return null|SqsMailJob
80 80
      */
81 81
     public function dequeue()
82 82
     {
Please login to merge, or discard this patch.