@@ -64,7 +64,7 @@ |
||
64 | 64 | /** |
65 | 65 | * Check for important keys |
66 | 66 | * |
67 | - * @param array $keys |
|
67 | + * @param string[] $keys |
|
68 | 68 | * @param ConfigInterface $config |
69 | 69 | * @throws ConfigException |
70 | 70 | */ |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use RouterOS\Exceptions\ClientException; |
6 | 6 | use RouterOS\Exceptions\ConfigException; |
7 | -use RouterOS\Exceptions\Exception; |
|
8 | 7 | use RouterOS\Interfaces\ClientInterface; |
9 | 8 | use RouterOS\Interfaces\ConfigInterface; |
10 | 9 | use RouterOS\Interfaces\QueryInterface; |