Completed
Push — master ( fbdbe0...f7dc06 )
by Mr
13s queued 11s
created
src/Client.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.