Completed
Push — master ( c17931...5f002a )
by frey
17:02 queued 12:50
created
src/Queue/RocketMQQueue.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
      *
81 81
      * @throws \Exception
82 82
      *
83
-     * @return mixed
83
+     * @return TopicMessage
84 84
      */
85 85
     public function push($job, $data = '', $queue = null)
86 86
     {
@@ -133,7 +133,7 @@  discard block
 block discarded – undo
133 133
      *
134 134
      * @throws \Exception
135 135
      *
136
-     * @return mixed
136
+     * @return TopicMessage
137 137
      */
138 138
     public function later($delay, $job, $data = '', $queue = null)
139 139
     {
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
      *
158 158
      * @param string $queue
159 159
      *
160
-     * @return \Illuminate\Contracts\Queue\Job|null
160
+     * @return null|RocketMQJob
161 161
      *
162 162
      * @throws \Exception
163 163
      */
Please login to merge, or discard this patch.