Completed
Pull Request — master (#547)
by Alexandru
01:30
created
src/ChannelManagers/LocalChannelManager.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -310,7 +310,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.