Completed
Push — master ( 52e6bb...f12d15 )
by Mr
02:17
created
src/Client.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.