Completed
Pull Request — master (#447)
by Alexandru
10:50 queued 02:32
created
src/Server/Router.php 1 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\Server;
4 4
 
5
-use BeyondCode\LaravelWebSockets\Server\Loggers\WebSocketsLogger;
6 5
 use Ratchet\WebSocket\MessageComponentInterface;
7 6
 use Ratchet\WebSocket\WsServer;
8 7
 use Symfony\Component\Routing\Route;
Please login to merge, or discard this patch.
src/Server/WebSocketHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
      * Handle the websocket errors.
102 102
      *
103 103
      * @param  \Ratchet\ConnectionInterface  $connection
104
-     * @param  WebSocketException  $exception
104
+     * @param  Exception  $exception
105 105
      * @return void
106 106
      */
107 107
     public function onError(ConnectionInterface $connection, Exception $exception)
Please login to merge, or discard this patch.
src/Statistics/Collectors/RedisCollector.php 1 patch
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.