@@ -95,10 +95,10 @@ |
||
95 | 95 | |
96 | 96 | public function buildRow(array $assocArray, $keySalt) |
97 | 97 | { |
98 | - list($prefix, $keySuffix, $keyPrefix, $suffix) = $this->getParenthesis(); |
|
98 | + list($prefix, $keySuffix, $keyPrefix, $suffix) = $this->getParenthesis(); |
|
99 | 99 | |
100 | 100 | $glue = $keyPrefix . $this->getFieldOperator() . $keySuffix; |
101 | - return $prefix . implode($glue, array_map(function ($key, $value) use ($keySalt) { |
|
101 | + return $prefix . implode($glue, array_map(function($key, $value) use ($keySalt) { |
|
102 | 102 | $saltedKey = $key . "-" . $keySalt; |
103 | 103 | $this->addData($saltedKey, $value); |
104 | 104 | return sprintf('%s = :%s', $key, $saltedKey); |