Skip to content

Commit 8edfe55

Browse files
committed
Merge branch '2.3'
* 2.3: Fixed English usage for existing users. Clean up of WebProfiler Controller classes: [Process] Fix #9343 : revert file handle usage on Windows platform
2 parents 89465f9 + 8b2525c commit 8edfe55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

User/InMemoryUserProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function __construct(array $users = array())
5656
public function createUser(UserInterface $user)
5757
{
5858
if (isset($this->users[strtolower($user->getUsername())])) {
59-
throw new \LogicException('Another user with the same username already exist.');
59+
throw new \LogicException('Another user with the same username already exists.');
6060
}
6161

6262
$this->users[strtolower($user->getUsername())] = $user;

0 commit comments

Comments
 (0)