Skip to content

Commit

Permalink
Update amqp.php
Browse files Browse the repository at this point in the history
  • Loading branch information
TimurTurdyev authored and isfedorov committed May 28, 2024
1 parent 469a7bc commit 9dc74e4
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions amqp/amqp.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,19 +173,6 @@
*/
class AMQPBasicProperties
{
/**
* @param ?string $contentType
* @param ?string $contentEncoding
* @param ?string $correlationId
* @param ?string $replyTo
* @param ?string $expiration
* @param ?string $messageId
* @param ?int $timestamp
* @param ?string $type
* @param ?string $userId
* @param ?string $appId
* @param ?string $clusterId
*/
public function __construct(
?string $contentType = null,
?string $contentEncoding = null,
Expand Down Expand Up @@ -1034,9 +1021,6 @@ class AMQPConnectionException extends AMQPException {}
*/
interface AMQPValue
{
/**
* @return bool|int|float|string|null|array|AMQPValue|AMQPDecimal|AMQPTimestamp
*/
public function toAmqpValue(): float|array|AMQPDecimal|bool|int|AMQPValue|string|AMQPTimestamp|null;
}

Expand Down

0 comments on commit 9dc74e4

Please sign in to comment.