@@ -112,7 +112,7 @@ |
||
| 112 | 112 | $escapedValues = $this->escapeArray($value); |
| 113 | 113 | |
| 114 | 114 | $escapedValues = array_map( |
| 115 | - function ($escapedValue) { |
|
| 115 | + function($escapedValue) { |
|
| 116 | 116 | if (is_string($escapedValue)) { |
| 117 | 117 | return $this->formatStringParameter($escapedValue); |
| 118 | 118 | } |