@@ -52,7 +52,7 @@ |
||
| 52 | 52 | |
| 53 | 53 | /** |
| 54 | 54 | * Gets all supported formats |
| 55 | - * @return array |
|
| 55 | + * @return string[] |
|
| 56 | 56 | */ |
| 57 | 57 | protected function getSupportedFormats() |
| 58 | 58 | { |
@@ -55,6 +55,10 @@ |
||
| 55 | 55 | |
| 56 | 56 | protected $client; |
| 57 | 57 | |
| 58 | + /** |
|
| 59 | + * @param string $proxyConnectionId |
|
| 60 | + * @param string $serverAddress |
|
| 61 | + */ |
|
| 58 | 62 | public function __construct(Client $client, TunnelInterface $tunnel, $proxyConnectionId, $serverAddress, LoopInterface $loop) |
| 59 | 63 | { |
| 60 | 64 | $this->client = $client; |
@@ -182,7 +182,7 @@ |
||
| 182 | 182 | |
| 183 | 183 | /** |
| 184 | 184 | * Creates default timers |
| 185 | - * @return TimerInterface[] |
|
| 185 | + * @return ReviewPublicConnection[] |
|
| 186 | 186 | */ |
| 187 | 187 | protected function getDefaultTimers() |
| 188 | 188 | { |
@@ -52,7 +52,7 @@ |
||
| 52 | 52 | |
| 53 | 53 | /** |
| 54 | 54 | * Gets all supported formats |
| 55 | - * @return array |
|
| 55 | + * @return string[] |
|
| 56 | 56 | */ |
| 57 | 57 | protected function getSupportedFormats() |
| 58 | 58 | { |