@@ -176,7 +176,7 @@ |
||
176 | 176 | { |
177 | 177 | $this->ignoreEmptyAttributes = $ignoreEmptyAttributes; |
178 | 178 | if ($ignoreEmptyAttributes) { |
179 | - $this->attributes = array_filter($this->attributes, function ($item) { return trim((string) $item) !== ''; }); |
|
179 | + $this->attributes = array_filter($this->attributes, function($item) { return trim((string) $item) !== ''; }); |
|
180 | 180 | } |
181 | 181 | } |
182 | 182 |