Skip to content

Commit 7b7ff1c

Browse files
committed
Merge branch '5.0'
* 5.0: Tweak the code to avoid fabbot false positives Remove UPGRADE files for 4.x
2 parents 60416a2 + e7a44c4 commit 7b7ff1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Security/User/EntityUserProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function refreshUser(UserInterface $user)
9292

9393
$refreshedUser = $repository->find($id);
9494
if (null === $refreshedUser) {
95-
throw new UsernameNotFoundException(sprintf('User with id %s not found.', json_encode($id)));
95+
throw new UsernameNotFoundException('User with id '.json_encode($id).' not found.'));
9696
}
9797
}
9898

0 commit comments

Comments
 (0)