@@ -53,7 +53,7 @@ discard block |
||
53 | 53 | /** |
54 | 54 | * Client constructor. |
55 | 55 | * |
56 | - * @param array|\RouterOS\Interfaces\ConfigInterface $config Array with configuration or Config object |
|
56 | + * @param Interfaces\ConfigInterface $config Array with configuration or Config object |
|
57 | 57 | * @param bool $autoConnect If false it will skip auto-connect stage if not need to instantiate connection |
58 | 58 | * |
59 | 59 | * @throws \RouterOS\Exceptions\ClientException |
@@ -400,7 +400,7 @@ discard block |
||
400 | 400 | * @param string $value Value which should be parsed |
401 | 401 | * @param array $result Array with parsed response |
402 | 402 | * @param array|null $matches Matched words |
403 | - * @param string|int $iterator Type of iterations or number of item |
|
403 | + * @param integer $iterator Type of iterations or number of item |
|
404 | 404 | */ |
405 | 405 | private function preParseResponse(string $value, array &$result, ?array &$matches, $iterator = 'after'): void |
406 | 406 | { |