Completed
Pull Request — master (#85)
by thomas
65:52
created
src/Serializer/Message/AlertSerializer.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 $data
50
+     * @param Buffer $data
51 51
      * @return Alert
52 52
      */
53 53
     public function parse($data)
Please login to merge, or discard this patch.
src/Peer/Peer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
     }
138 138
 
139 139
     /**
140
-     * @param Stream $stream
140
+     * @param ConnectionInterface $stream
141 141
      * @return $this
142 142
      */
143 143
     public function setupStream(ConnectionInterface $stream)
Please login to merge, or discard this patch.