@@ -133,7 +133,7 @@ |
||
133 | 133 | $this->validate(); |
134 | 134 | $this->visitQueryParts(); |
135 | 135 | $selects = implode(', ', array_map( |
136 | - function (AbstractSelect $select): string { |
|
136 | + function(AbstractSelect $select): string { |
|
137 | 137 | return $select->asSOQL(); |
138 | 138 | }, |
139 | 139 | $this->selects |