Completed
Pull Request — master (#447)
by Alexandru
01:33
created
src/Statistics/Logger/RedisStatisticsLogger.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -197,7 +197,7 @@
 block discarded – undo
197 197
     /**
198 198
      * Get a new RedisLock instance to avoid race conditions.
199 199
      *
200
-     * @return \Illuminate\Cache\CacheLock
200
+     * @return RedisLock
201 201
      */
202 202
     protected function lock()
203 203
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace BeyondCode\LaravelWebSockets\Statistics\Logger;
4 4
 
5
-use BeyondCode\LaravelWebSockets\Apps\App;
6 5
 use BeyondCode\LaravelWebSockets\Statistics\Drivers\StatisticsDriver;
7 6
 use BeyondCode\LaravelWebSockets\WebSockets\Channels\ChannelManager;
8 7
 use Illuminate\Cache\RedisLock;
Please login to merge, or discard this patch.
src/Apps/App.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -73,8 +73,6 @@
 block discarded – undo
73 73
      * Initialize the Web Socket app instance.
74 74
      *
75 75
      * @param  string|int  $appId
76
-     * @param  string  $key
77
-     * @param  string  $secret
78 76
      * @return void
79 77
      * @throws \BeyondCode\LaravelWebSockets\Exceptions\InvalidApp
80 78
      */
Please login to merge, or discard this patch.