@@ -62,7 +62,7 @@ |
||
62 | 62 | /** |
63 | 63 | * Gets all supported formats. |
64 | 64 | * |
65 | - * @return array |
|
65 | + * @return string[] |
|
66 | 66 | */ |
67 | 67 | protected function getSupportedFormats() |
68 | 68 | { |
@@ -206,6 +206,9 @@ |
||
206 | 206 | $this->publicConnections->removeElement($publicConnection); |
207 | 207 | } |
208 | 208 | |
209 | + /** |
|
210 | + * @param Spike $data |
|
211 | + */ |
|
209 | 212 | protected function sendToClient($data) |
210 | 213 | { |
211 | 214 | $this->client->getControlConnection()->write($data); |
@@ -62,7 +62,7 @@ |
||
62 | 62 | /** |
63 | 63 | * Gets all supported formats. |
64 | 64 | * |
65 | - * @return array |
|
65 | + * @return string[] |
|
66 | 66 | */ |
67 | 67 | protected function getSupportedFormats() |
68 | 68 | { |