@@ -308,7 +308,6 @@ discard block |
||
308 | 308 | * @param \Ratchet\ConnectionInterface $connection |
309 | 309 | * @param stdClass $user |
310 | 310 | * @param string $channel |
311 | - * @param stdClass $payload |
|
312 | 311 | * @return void |
313 | 312 | */ |
314 | 313 | public function userLeftPresenceChannel(ConnectionInterface $connection, stdClass $user, string $channel) |
@@ -540,7 +539,7 @@ discard block |
||
540 | 539 | * |
541 | 540 | * @param string|int $appId |
542 | 541 | * @param string|null $channel |
543 | - * @param int $decrement |
|
542 | + * @param int $increment |
|
544 | 543 | * @return PromiseInterface |
545 | 544 | */ |
546 | 545 | public function decrementSubscriptionsCount($appId, string $channel = null, int $increment = 1) |
@@ -552,7 +551,7 @@ discard block |
||
552 | 551 | * Add the connection to the sorted list. |
553 | 552 | * |
554 | 553 | * @param \Ratchet\ConnectionInterface $connection |
555 | - * @param \DateTime|string|null $moment |
|
554 | + * @param Carbon $moment |
|
556 | 555 | * @return void |
557 | 556 | */ |
558 | 557 | public function addConnectionToSet(ConnectionInterface $connection, $moment = null) |
@@ -761,7 +760,7 @@ discard block |
||
761 | 760 | /** |
762 | 761 | * Get a new RedisLock instance to avoid race conditions. |
763 | 762 | * |
764 | - * @return \Illuminate\Cache\CacheLock |
|
763 | + * @return RedisLock |
|
765 | 764 | */ |
766 | 765 | protected function lock() |
767 | 766 | { |