Completed
Push — master ( 1d4c49...05544f )
by Valentin
10s
created
src/Http/HttpHeadersBag.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
 
58 58
     /**
59 59
      * @param string $name
60
-     * @param mixed  $value
60
+     * @param string  $value
61 61
      * @return self
62 62
      */
63 63
     public function add(string $name, $value)
Please login to merge, or discard this patch.
src/Rfc6455/Frame.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@
 block discarded – undo
140 140
     /**
141 141
      * It also run checks on data.
142 142
      *
143
-     * @param string|int $rawData Probably more likely a string than an int, but well... why not.
143
+     * @param string $rawData Probably more likely a string than an int, but well... why not.
144 144
      * @return self
145 145
      * @throws IncompleteFrameException
146 146
      */
Please login to merge, or discard this patch.
src/Server/WebSocketServer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 use Nekland\Woketo\Rfc6455\ServerHandshake;
24 24
 use Nekland\Woketo\Utils\SimpleLogger;
25 25
 use Psr\Log\LoggerInterface;
26
-use Psr\Log\LogLevel;
27 26
 use React\EventLoop\LoopInterface;
28 27
 use React\Socket\ConnectionInterface;
29 28
 
Please login to merge, or discard this patch.