chore(cs): Apply autofixes

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2025-05-29 09:18:12 +02:00
parent 746145f7f0
commit 8b70f59015
No known key found for this signature in database
GPG key ID: F72FA5B49FFA96B0

View file

@ -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'));
}