@@ -80,7 +80,7 @@ discard block |
||
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 |
||
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 |
||
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 | */ |