Skip to content

Commit 8b70f59

Browse files
committed
chore(cs): Apply autofixes
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 746145f commit 8b70f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/User/Manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ public function validateUserId(string $uid, bool $checkDataDirectory = false): v
724724

725725
// User ID is too long
726726
if (strlen($uid) > IUser::MAX_USERID_LENGTH) {
727-
// TRANSLATORS User ID is too long
727+
// TRANSLATORS User ID is too long
728728
throw new \InvalidArgumentException($l->t('Username is too long'));
729729
}
730730

0 commit comments

Comments
 (0)