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 1ea10aa commit f6f2e44Copy full SHA for f6f2e44
src/Databases/MySQL.php
@@ -131,11 +131,10 @@ public function getTableFields($table) {
131
* @return string
132
*/
133
public function quoteExpression($expression, array $arguments = array()) {
134
- $func = function ($oldValue) use ($arguments) {
+ $func = function () use ($arguments) {
135
static $idx = -1;
136
$idx++;
137
$index = $idx;
138
-
139
if(array_key_exists($index, $arguments)) {
140
$argument = $arguments[$index];
141
$value = $this->quote($argument);
0 commit comments