We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3274f9a commit 9722fbeCopy full SHA for 9722fbe
Where.php
@@ -14,7 +14,7 @@ public static function init($op)
14
return new Where($op);
15
}
16
17
- public function add($field, $value, $operator = "=", $value_stype = "string")
+ public function add($field, $value, $operator = "=", $value_type = "string")
18
{
19
if (
20
strpos($field, "=") !== FALSE
0 commit comments