@@ -256,6 +256,8 @@ discard block |
||
| 256 | 256 | /** |
| 257 | 257 | * Initializes a dialog. |
| 258 | 258 | * |
| 259 | + * @param string $productName |
|
| 260 | + * @param string $productVersion |
|
| 259 | 261 | * @return string|null |
| 260 | 262 | * @throws AdapterException |
| 261 | 263 | * @throws CurlException |
@@ -294,6 +296,8 @@ discard block |
||
| 294 | 296 | /** |
| 295 | 297 | * Sends sync request. |
| 296 | 298 | * |
| 299 | + * @param string $productName |
|
| 300 | + * @param string $productVersion |
|
| 297 | 301 | * @return string |
| 298 | 302 | * @throws AdapterException |
| 299 | 303 | * @throws CurlException |