Completed
Push — master ( 07aad8...237a74 )
by Mr
09:22
created
src/Client.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 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)
Please login to merge, or discard this patch.
src/Query.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -64,9 +64,9 @@
 block discarded – undo
64 64
     }
65 65
 
66 66
     const AVAILABLE_OPERATORS = [
67
-        '-',  // Does not have
68
-        '=',  // Equal
69
-        '>',  // More than
67
+        '-', // Does not have
68
+        '=', // Equal
69
+        '>', // More than
70 70
         '<'   // Less than
71 71
     ];
72 72
 
Please login to merge, or discard this patch.