@@ -47,7 +47,7 @@ |
||
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) |
@@ -137,7 +137,7 @@ |
||
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) |