chore: code cleanup
This commit is contained in:
@@ -50,7 +50,6 @@ class BankAccount
|
||||
->addViolation()
|
||||
;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public function getIban(bool $obfuscated = false): ?string
|
||||
|
||||
@@ -54,7 +54,7 @@ class Communication
|
||||
public static function fromApiResponse(ProfileResponse $profileResponse): static
|
||||
{
|
||||
$communication = $profileResponse->getCommunication();
|
||||
|
||||
|
||||
$instance = new static();
|
||||
$instance
|
||||
->setPhone($communication->getPhone())
|
||||
|
||||
Reference in New Issue
Block a user