chore: fix cgl issues flagged by phpstan
This commit is contained in:
@@ -105,7 +105,7 @@ class PersonalDataController extends AbstractController
|
||||
return $this->redirectToRoute('app_personal_data');
|
||||
}
|
||||
|
||||
if ($updateResult instanceof PersonalDataUpdateResponse && false === $updateResult->changed) {
|
||||
if (false === $updateResult->changed) {
|
||||
$this->logger->error('BPN did not apply personal data update', [
|
||||
'email' => $user->getEmail(),
|
||||
'addressId' => $updateResult->addressId,
|
||||
|
||||
Reference in New Issue
Block a user