@@ -147,7 +147,7 @@ |
||
147 | 147 | * |
148 | 148 | * @param array $types |
149 | 149 | * |
150 | - * @return mixed |
|
150 | + * @return MessageInterface[] |
|
151 | 151 | */ |
152 | 152 | protected function findNextMessages($types) |
153 | 153 | { |
@@ -298,6 +298,10 @@ |
||
298 | 298 | } |
299 | 299 | |
300 | 300 | /** |
301 | + * @param string $deadLetterExchange |
|
302 | + * @param string $deadLetterRoutingKey |
|
303 | + * @param integer $ttl |
|
304 | + * @param integer $prefetchCount |
|
301 | 305 | * @return AMQPBackend |
302 | 306 | */ |
303 | 307 | protected function buildBackend($recover = false, $deadLetterExchange = null, $deadLetterRoutingKey = null, $ttl = null, $prefetchCount = null) |
@@ -19,6 +19,9 @@ |
||
19 | 19 | |
20 | 20 | class Message extends BaseMessage |
21 | 21 | { |
22 | + /** |
|
23 | + * @param integer $id |
|
24 | + */ |
|
22 | 25 | public function setId($id): void |
23 | 26 | { |
24 | 27 | $this->id = $id; |
@@ -162,6 +162,7 @@ |
||
162 | 162 | } |
163 | 163 | |
164 | 164 | /** |
165 | + * @param \Closure $qbCallback |
|
165 | 166 | * @return MessageManager |
166 | 167 | */ |
167 | 168 | protected function getMessageManager($qbCallback) |
@@ -156,7 +156,7 @@ |
||
156 | 156 | } |
157 | 157 | |
158 | 158 | /** |
159 | - * @param $memory |
|
159 | + * @param integer $memory |
|
160 | 160 | * |
161 | 161 | * @return string |
162 | 162 | */ |