Completed
Pull Request — master (#156)
by
unknown
01:53
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/Client/Connection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
     }
48 48
 
49 49
     /**
50
-     * @param \Exception|string $error
50
+     * @param \Exception $error
51 51
      */
52 52
     private function onError($error)
53 53
     {
Please login to merge, or discard this patch.
src/Rfc6455/Message.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
     /**
56 56
      * Add some data to the buffer.
57 57
      *
58
-     * @param $data
58
+     * @param string $data
59 59
      */
60 60
     public function addBuffer($data)
61 61
     {
Please login to merge, or discard this patch.