Skip to content

Commit

Permalink
PHPCS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AltamashShaikh committed Jan 10, 2025
1 parent 6966f0f commit 64638af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecordBuilders/CampaignReporting.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ protected function aggregateFromLogs(LogAggregator $logAggregator, array $record
$systemSettings = StaticContainer::get(SystemSettings::class);
if (!$systemSettings->doNotChangeCaseOfUtmParameters->getValue()) {
$newDimensions = [];
foreach($dimensions as $dimension) {
foreach ($dimensions as $dimension) {
$lowerDimensionColumn = $table . '.' . $dimension;
$newDimensions[$dimension] = "LOWER($lowerDimensionColumn)";
}
Expand Down

0 comments on commit 64638af

Please sign in to comment.