@@ -66,7 +66,7 @@ discard block |
||
66 | 66 | * Get some parameter from config |
67 | 67 | * |
68 | 68 | * @param string $parameter Name of required parameter |
69 | - * @return mixed |
|
69 | + * @return integer |
|
70 | 70 | * @throws \RouterOS\Exceptions\ConfigException |
71 | 71 | */ |
72 | 72 | private function config(string $parameter) |
@@ -99,7 +99,7 @@ discard block |
||
99 | 99 | /** |
100 | 100 | * Send write query to RouterOS (with or without tag) |
101 | 101 | * |
102 | - * @param string|array|\RouterOS\Query $query |
|
102 | + * @param Query $query |
|
103 | 103 | * @return \RouterOS\Interfaces\ClientInterface |
104 | 104 | * @throws \RouterOS\Exceptions\QueryException |
105 | 105 | */ |