We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266a21a commit 95bed44Copy full SHA for 95bed44
pkg/rdkafka/RdKafkaProducer.php
@@ -70,7 +70,7 @@ public function send(Destination $destination, Message $message): void
70
/**
71
* @return RdKafkaProducer
72
*/
73
- public function setDeliveryDelay(int $deliveryDelay = null): Producer
+ public function setDeliveryDelay(?int $deliveryDelay = null): Producer
74
{
75
if (null === $deliveryDelay) {
76
return $this;
@@ -87,7 +87,7 @@ public function getDeliveryDelay(): ?int
87
88
89
90
- public function setPriority(int $priority = null): Producer
+ public function setPriority(?int $priority = null): Producer
91
92
if (null === $priority) {
93
@@ -101,7 +101,7 @@ public function getPriority(): ?int
101
return null;
102
}
103
104
- public function setTimeToLive(int $timeToLive = null): Producer
+ public function setTimeToLive(?int $timeToLive = null): Producer
105
106
if (null === $timeToLive) {
107
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments