@@ -184,7 +184,7 @@ discard block |
||
184 | 184 | /** |
185 | 185 | * @param $len |
186 | 186 | * @throws \PhpAmqpLib\Exception\AMQPIOException |
187 | - * @return mixed|string |
|
187 | + * @return string |
|
188 | 188 | */ |
189 | 189 | public function read($len) |
190 | 190 | { |
@@ -239,7 +239,7 @@ discard block |
||
239 | 239 | } |
240 | 240 | |
241 | 241 | /** |
242 | - * @param $data |
|
242 | + * @param string $data |
|
243 | 243 | * @return mixed|void |
244 | 244 | * @throws \PhpAmqpLib\Exception\AMQPRuntimeException |
245 | 245 | * @throws \PhpAmqpLib\Exception\AMQPTimeoutException |
@@ -389,9 +389,9 @@ discard block |
||
389 | 389 | } |
390 | 390 | |
391 | 391 | /** |
392 | - * @param $sec |
|
392 | + * @param integer|null $sec |
|
393 | 393 | * @param $usec |
394 | - * @return int|mixed |
|
394 | + * @return integer |
|
395 | 395 | */ |
396 | 396 | public function select($sec, $usec) |
397 | 397 | { |