Completed
Push — master ( 239ab7...dffbf0 )
by Mr
03:43
created
src/Query.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -46,9 +46,9 @@
 block discarded – undo
46 46
      * List of available operators for "->where()" method
47 47
      */
48 48
     public const AVAILABLE_OPERATORS = [
49
-        '-',  // Does not have
50
-        '=',  // Equal
51
-        '>',  // More than
49
+        '-', // Does not have
50
+        '=', // Equal
51
+        '>', // More than
52 52
         '<'   // Less than
53 53
     ];
54 54
 
Please login to merge, or discard this patch.