address: add confidential in normalizer + code style fix

This commit is contained in:
nobohan
2022-01-24 10:42:05 +01:00
parent 741043c177
commit 02d8ceba25
3 changed files with 17 additions and 15 deletions

View File

@@ -238,16 +238,16 @@ class Address
return $this->buildingName;
}
public function getCorridor(): ?string
{
return $this->corridor;
}
public function getConfidential(): bool
{
return $this->confidential;
}
public function getCorridor(): ?string
{
return $this->corridor;
}
/**
* Get customs informations in the address.
*/