Skip to content

Commit

Permalink
Fixed coding styles
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrv authored Nov 24, 2023
1 parent 48731ef commit 815d99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ValueObjects/TranslatedAddress.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function setAddresses(array $addresses): void

public function addAddress(string $key, Address $address): void
{
$this->addresses[$key] = $address;
$this->addresses[$key] = $address;
}

public function getAddressForLanguage(string $langcode): ?Address
Expand Down

0 comments on commit 815d99e

Please sign in to comment.