Skip to content

Commit

Permalink
chore: generated code for commit b8d5ba8. [skip ci]
Browse files Browse the repository at this point in the history
Co-authored-by: Damien Couchez <damien.couchez@gmail.com>
  • Loading branch information
algolia-bot and damcou committed May 13, 2022
1 parent b8d5ba8 commit 5804840
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ private function normalize($options)
$headersToLowerCase[mb_strtolower($key)] = $v;
}

$normalized[$optionName] += $this->format(
$normalized[$optionName] = $this->format(
$headersToLowerCase
);
} else {
$normalized[$optionName] += $this->format($value);
$normalized[$optionName] = $this->format($value);
}
} else {
$normalized[$optionName] += $value;
$normalized[$optionName] = $value;
}
}

Expand Down

0 comments on commit 5804840

Please sign in to comment.