Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Sep 27, 2024
1 parent 918246b commit bdf7e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EventSubscriber/FailedLoginSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function onAuthenticationFailure(LoginFailureEvent $event): void
$ipAddress = $request->getClientIp();

$this->logger->error(
sprintf('%s', $ipAddress)
\sprintf('%s', $ipAddress)
);
}
}

0 comments on commit bdf7e65

Please sign in to comment.