@@ -319,7 +319,6 @@ discard block |
||
| 319 | 319 | * @param \Ratchet\ConnectionInterface $connection |
| 320 | 320 | * @param stdClass $user |
| 321 | 321 | * @param string $channel |
| 322 | - * @param stdClass $payload |
|
| 323 | 322 | * @return PromiseInterface[bool] |
| 324 | 323 | */ |
| 325 | 324 | public function userLeftPresenceChannel(ConnectionInterface $connection, stdClass $user, string $channel): PromiseInterface |
@@ -549,7 +548,7 @@ discard block |
||
| 549 | 548 | * |
| 550 | 549 | * @param string|int $appId |
| 551 | 550 | * @param string|null $channel |
| 552 | - * @param int $decrement |
|
| 551 | + * @param int $increment |
|
| 553 | 552 | * @return PromiseInterface[int] |
| 554 | 553 | */ |
| 555 | 554 | public function decrementSubscriptionsCount($appId, string $channel = null, int $increment = 1): PromiseInterface |
@@ -561,7 +560,7 @@ discard block |
||
| 561 | 560 | * Add the connection to the sorted list. |
| 562 | 561 | * |
| 563 | 562 | * @param \Ratchet\ConnectionInterface $connection |
| 564 | - * @param \DateTime|string|null $moment |
|
| 563 | + * @param Carbon $moment |
|
| 565 | 564 | * @return PromiseInterface |
| 566 | 565 | */ |
| 567 | 566 | public function addConnectionToSet(ConnectionInterface $connection, $moment = null): PromiseInterface |
@@ -764,7 +763,7 @@ discard block |
||
| 764 | 763 | /** |
| 765 | 764 | * Get a new RedisLock instance to avoid race conditions. |
| 766 | 765 | * |
| 767 | - * @return \Illuminate\Cache\CacheLock |
|
| 766 | + * @return RedisLock |
|
| 768 | 767 | */ |
| 769 | 768 | protected function lock() |
| 770 | 769 | { |
@@ -157,7 +157,6 @@ |
||
| 157 | 157 | * @param \Ratchet\ConnectionInterface $connection |
| 158 | 158 | * @param stdClass $user |
| 159 | 159 | * @param string $channel |
| 160 | - * @param stdClass $payload |
|
| 161 | 160 | * @return PromiseInterface[bool] |
| 162 | 161 | */ |
| 163 | 162 | public function userLeftPresenceChannel(ConnectionInterface $connection, stdClass $user, string $channel): PromiseInterface; |
@@ -310,7 +310,6 @@ discard block |
||
| 310 | 310 | * @param \Ratchet\ConnectionInterface $connection |
| 311 | 311 | * @param stdClass $user |
| 312 | 312 | * @param string $channel |
| 313 | - * @param stdClass $payload |
|
| 314 | 313 | * @return PromiseInterface[bool] |
| 315 | 314 | */ |
| 316 | 315 | public function userLeftPresenceChannel(ConnectionInterface $connection, stdClass $user, string $channel): PromiseInterface |
@@ -505,7 +504,7 @@ discard block |
||
| 505 | 504 | /** |
| 506 | 505 | * Get a new ArrayLock instance to avoid race conditions. |
| 507 | 506 | * |
| 508 | - * @return \Illuminate\Cache\CacheLock |
|
| 507 | + * @return ArrayLock |
|
| 509 | 508 | */ |
| 510 | 509 | protected function lock() |
| 511 | 510 | { |