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