@@ -32,7 +32,7 @@ |
||
32 | 32 | public function __construct($values = [], $defaultDefault = null) |
33 | 33 | { |
34 | 34 | $this->values = $values; |
35 | - $this->hasDefault = array_filter($this->values, function ($value) { |
|
35 | + $this->hasDefault = array_filter($this->values, function($value) { |
|
36 | 36 | return isset($value); |
37 | 37 | }); |
38 | 38 | $this->descriptions = []; |