mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
chore(cs): Apply autofixes
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
746145f7f0
commit
8b70f59015
1 changed files with 1 additions and 1 deletions
|
|
@ -724,7 +724,7 @@ class Manager extends PublicEmitter implements IUserManager {
|
|||
|
||||
// User ID is too long
|
||||
if (strlen($uid) > IUser::MAX_USERID_LENGTH) {
|
||||
// TRANSLATORS User ID is too long
|
||||
// TRANSLATORS User ID is too long
|
||||
throw new \InvalidArgumentException($l->t('Username is too long'));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue