We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7a44c4 + 642cb10 commit 013f4ceCopy full SHA for 013f4ce
Security/User/EntityUserProvider.php
@@ -92,7 +92,7 @@ public function refreshUser(UserInterface $user)
92
93
$refreshedUser = $repository->find($id);
94
if (null === $refreshedUser) {
95
- throw new UsernameNotFoundException('User with id '.json_encode($id).' not found.'));
+ throw new UsernameNotFoundException('User with id '.json_encode($id).' not found.');
96
}
97
98
0 commit comments