Skip to content

Commit

Permalink
removed auto trimming from parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
samuraee committed Jan 1, 2024
1 parent 5761aa9 commit ed882b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Provider/AbstractProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ public function getParameters(string $key = null, $default = null)
public function setParameters(array $parameters = []): ProviderContract
{
$parameters = array_change_key_case($parameters);
$parameters = array_map('trim', $parameters);

$this->parameters = array_merge($this->parameters, $parameters);

Expand Down

0 comments on commit ed882b3

Please sign in to comment.