|
@@ -18,10 +18,10 @@ |
|
|
block discarded – undo |
|
18
|
18
|
|
|
19
|
19
|
public function __construct(array $datasetColumns, array $filterColumns) |
|
20
|
20
|
{ |
|
21
|
|
- $this->datasetColumns = array_map(static function (string $column): string { |
|
|
21
|
+ $this->datasetColumns = array_map(static function(string $column): string { |
|
22
|
22
|
return $column; |
|
23
|
23
|
}, $datasetColumns); |
|
24
|
|
- $this->filterColumns = array_map(static function (string $column): string { |
|
|
24
|
+ $this->filterColumns = array_map(static function(string $column): string { |
|
25
|
25
|
return $column; |
|
26
|
26
|
}, $filterColumns); |
|
27
|
27
|
} |
Please login to merge, or discard this patch.